i want to use the egeoxml functionality to dynamically load different
kml files (without reloadng the wohle page).
but in firefox the marker-icons will be shown wrong after i made the
second parse call.
e.a. if i call the following line only one time the marker icon will
be shown correct. if i call this 2 lines a second time within the
application the marker icon will be shown in firefox with a strange
border around the icon and double as big as the icon itself with a ´n
empty transparent area right to the marker - icon. This only happens
in Firefox. in IE i works fine.
calling only this works fine:
exml = new EGeoXml("exml", this.map, kmlFile, {sidebarid:"side_bar",
description_only:true});
exml.parse();
if i add another call to the same lines (maybe with slightly different
kmlFile) the marker - icons will have strange borders in FF (and have
right transparent bigger area)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---