[OpenLayers-Users] Inconsistent IE6 results that seem to depend
on how page is loaded
palewire
ben.welsh at gmail.com
Mon Feb 2 20:14:00 EST 2009
Thank you for the prompt response, Christopher.
I am loading the KML layer with the following snippet:
kml = new OpenLayers.Layer.GML("Polygons", "/kml/polygons.kml", {
format: OpenLayers.Format.KML,
styleMap: styleMap,
formatOptions: { extractAttributes: true }
});
main_map.addLayer(kml_kml);
And then later on in the code I have a SelectFeature object connected to the
layer.
Is there a better method than Layer.GML? (And not to get too far afield, but
why is it called GML if it's for loading KML and GeoJSON?)
Christopher Schmidt-2 wrote:
>
> On Mon, Feb 02, 2009 at 03:52:24PM -0800, palewire wrote:
>>
>> I have an HTML page with OpenLayers JS that loads a KML of multipolygons
>> on
>> top of a Google maps layer of tiles. It works perfectly in Firefox, but
>> only
>> displays in certain situations in IE6, driving me somewhat mad.
>>
>> If I open the page directly (i.e. open a fresh browser, paste in the url,
>> hit go) it loads perfectly fine 100% of the time. But if I navigate
>> around
>> some links on my test site (i.e. click a link to another map, or hit the
>> back button to a previous map), it never loads. Instead giving me the
>> cryptic error "Error: Failed", "Code: 0".
>
> Sounds like you might want
> http://trac.openlayers.org/attachment/ticket/1896/request.2.patch
> ?
>
> Are you using stragies or layer.gml or something different?
>
> Regards,
> --
> Christopher Schmidt
> MetaCarta
> _______________________________________________
> Users mailing list
> Users at openlayers.org
> http://openlayers.org/mailman/listinfo/users
>
>
--
View this message in context: http://n2.nabble.com/Inconsistent-IE6-results-that-seem-to-depend-on-how-page-is-loaded-tp2260954p2261193.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
More information about the Users
mailing list