Tagged Questions
1
vote
1answer
89 views
How do you get the coordinates from a drag event in the Google Maps API V3?
I have made a Google Version 3 Geocoder , I want to be able to pick up the coordinates of the route when it is dragged. I know how to pick up the coordinates giving the start and end points, but, ...
2
votes
0answers
169 views
Openlayers text layer is not working
I am trying to load markers from a text file using openlayers text layer, but no marker is shown, text file and icons are in same directory. However I am able to show markers using marker layer. My ...
2
votes
1answer
1k views
Polymaps Project + Geojson + D3
How are you doing ? I am Mehul Nahar working on a project which is similar to http://www.tableausoftware.com/learning/examples/gpa-analysis. I have used Polymaps platform, where I have used cloudmade ...
1
vote
1answer
405 views
Unproject Radius with Openlayers with CRS:84 Projection
I have made a Openlayers integrated map that lets you draw a circle, On completion of the circle I have told the map to give me , Bounds, Center Long and Lats, and lastly the radius. My problem is ...
2
votes
1answer
536 views
how to get Coodinates after Resizing a feature Openlayers
I'm trying to display the coordinates of a Feature or vector layer after I use the modify radio button to resize my vector, but it does not work, nor on my drag feature. I'm using ...
0
votes
1answer
571 views
How to stop or deactivate draw polygon control after the first polygon has been drawn in Openlayers
I want to only be able to draw one circle on my map and then disable the control. Below is my code, Any suggestions?
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
...
1
vote
1answer
1k views
Resizing and Reshaping features in Openlayers
Resizing and Reshaping features in Openlayers. I have a map with Openlayers and some controls to draw and modify Features.
I need to activate the Resize and Drag and Rotate check button fields as ...
0
votes
1answer
329 views
How do you convert the radius decimals of a circle in Openlayers to Kilometers [duplicate]
Possible Duplicate:
Unproject Radius with Openlayers with CRS:84 Projection
I allow a user to draw a circle in Openlayers.
I created an alert to show the radius of the circle.
I now need ...
0
votes
1answer
878 views
How to change events in the Oncomplete Drag function in Openlayers
below is code that works for Openlayers drag function:
drag = new OpenLayers.Control.DragFeature(polygonLayer, {
autoActivate: true,
onComplete: function() {alert('Are you sure this is the ...
0
votes
2answers
5k views
Openlayers How would i get a hover label over my polygon
make a hover/mouseover label for a polygon in Openlayers?
I made a map with draw, delete and drag polygon function.
Now I need to make a hover mouseover for this.
How to get a hover label for ...
1
vote
1answer
156 views
Finding the max. zoom level containing imagery at a point in Google Maps?
Is there a way to find the maximum zoom level containing imagery at a point in GMaps?
I'm wanting to automatically zoom my map in as much as possible when a user chooses a point, but sometimes there ...
