Hi, I'm trying to load a dynamically loaded kml file for a google map. The KML I use is on location http://www.phax.be/bin/shoplocaties.php
I'm trying to load this map, but for some reason it is not show. Has this to do with the php? The map is on: http://www.phax.be/bin/shoplocaties.html The code I use to load the map is: function initialize() { if (GBrowserIsCompatible()) { geoXml = new GGeoXml("http://www.phax.be/bin/ shoplocaties.php"); map = new GMap2(document.getElementById("map_canvas")); map.setCenter(new GLatLng(51.73383267274113,4.405517578125), 7); map.setUIToDefault(); map.addOverlay(geoXml); } } --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en -~----------~----~----~----~------~----~------~--~---
