Hi,
It works indeed great with EGeoXml. I followed the instructions and
changed my code to
function initialize() {
if (GBrowserIsCompatible()) {
map = new GMap2(document.getElementById("map_canvas"));
map.setCenter(new GLatLng(51.73383267274113,4.405517578125),
7);
map.setUIToDefault();
exml = new EGeoXml("exml", map, "http://www.phax.be/bin/
shoplocaties.php");
exml.parse();
exml.show();
}
}
On 9 okt, 16:12, Mike Williams <[email protected]> wrote:
> FYI: Loads fine with EGeoXml, which doesn't care about MIME types.
>
> --
> Mike Williamshttp://econym.org.uk/gmap
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---