Tagged Questions
1
vote
1answer
1k views
google maps API v.2 to v.3 conversion
I want to go from
http://www.zolnai.ca/WMS/whereintheworldV2.htm
to
http://www.zolnai.ca/WMS/whereintheworldV3.htm
I went through Gmaps API documentation on code.google.com
And added the changes that ...
2
votes
3answers
224 views
How to insert reversed map with Google Maps API?
Is there a way to put map with Google Maps API to a website, but upside down? North must be down, and south up. Is there any possible way to do it? I really need to put map that way and I need really ...
1
vote
1answer
403 views
How to add pins to my map?
Is there a way to add locations and info windows to my own map in .tif format? I'm using MySQL and PHP. Can I use Google Maps API pins but not their map? I thought I can put my georeferenced map ...
6
votes
1answer
1k views
Add a OpenStreetMaps road data layer on Google Maps API v3
I've successfully embedded a Google Maps API v3 map on my site, and added OpenStreetMaps (OSM) as the base layer. Is it possible to use Google's tiles as the base layer, and then overlay street data ...
2
votes
1answer
106 views
Is it possible to cancel a request for a KmlLayer, and load a different layer, before it is actually visible
Having asked for a google.maps.KmlLayer, and whilst waiting for it to load, is it possible to cancel the request?
Calling layer.setMap(null); seems to causes an error if the layer is not yet visible.
...
2
votes
1answer
2k views
Google Maps API v3 vs v2 (JavaScript): overlay problems
I have been using the Gmap API (v2) for dynamically displaying some data:
oMap.map = new GMap2(document.getElementById("map"));
oMap.geoXml = new ...
