Garthanos / geoxml

Automatically exported from code.google.com/p/geoxml
1 stars 0 forks source link

Update #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by bber...@gmail.com on 18 Nov 2010 at 1:30

GoogleCodeExporter commented 9 years ago
Sorry, clicked Enter Accidentally...

I am updating the KML File after loading it, then calling 
exml.clear();
exml.parse();

It realoads the GeoXML in the map but it is not updated although the KML is 
updated. 
It only updates the Layer when the page is completely reloaded. 

I have also tried

exml.clear();
exml.urls["myfile.kml"];
exml.parse();
and trying to reload completely

exml.clear();
exml = new GeoXml("exml", map, ["myfile.kml"], { polylabeloffset: new GSize(0, 
0), polylabelopacity: 100, polylabelclass: "label", iwwidth: 250, sidebarid: 
"the_side_bar", sortbyname: true, domouseover: false, allfoldersopen: false });
exml.parse();

This page does use ajax to update map

Original comment by bber...@gmail.com on 18 Nov 2010 at 2:35

GoogleCodeExporter commented 9 years ago
Another Update...It does work properly in Firefox and Chrome, just not IE7 or 8

Original comment by bber...@gmail.com on 18 Nov 2010 at 3:08

GoogleCodeExporter commented 9 years ago
Show me? Since it involves kml IE suffers inadequacy problems more to the point 
you may be running in to aggressive cacheing by ie itself do you have a page to 
mpoint me at

Original comment by lanceala...@gmail.com on 3 Dec 2010 at 2:38

GoogleCodeExporter commented 9 years ago
without further evidence considering it a user error.

Original comment by lanceala...@gmail.com on 19 Apr 2011 at 1:16