Google Maps is a web mapping service application and technology provided by Google free (for non-commercial use),
2
votes
2answers
827 views
Converting google map api coordinates into meters
How would I go about converting the results of my map bounding box into meters within javascript?
For example, if I have the coordinates 51.52366625446907, -0.07467269897460938 decimal degrees, can I ...
1
vote
1answer
217 views
Multiple response from nominatim service call (Geocoding) in openstreetMap
I am using OpenStreeMap with Google as layer, and for geocoding , nominatim service.
Below, is my code.
$.ajax({
url: "http://nominatim.openstreetmap.org/search?q=" + address + ...
1
vote
2answers
133 views
How do I use a layer of Bing / Google a “WebApplication” in “ArcGIS Server Manager”?
I'm using "ArcGIS Server."
I want to publish a "WebApplication".
I created a map of my city.
I want to have as the background world map with satellite images of "BingMaps" or "GoogleMaps" or "ArcGIS ...
1
vote
2answers
647 views
Turning addresses into GPS coordinates into delivery route?
I have a list of locations (prospects I need to meet) I have to drive to, and I'd like to use either Google Maps or Open Street View to build an optimized route.
Are there tools that can take a CSV ...
0
votes
1answer
498 views
Any example for Google like the bing OpenLayers/examples/bing-tiles-restrictedzoom.html?
I would like to restrict zoom levels in Open Layers for a Google Map. A bing example shows how to limit the extent of the bing tiles:
var road3 = new OpenLayers.Layer.Bing({
name: "Road tiles ...
0
votes
2answers
1k views
Shapefiles for real world places [duplicate]
Possible Duplicate:
Are there any free administrative boundaries available as shapefiles?
This is a follow up to my previous question How to highlight the area in google map on mouse hover. ...

