| Issue 20: | Using zIndexProcess breaks KML styles | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Using a kml with styled icons from style declarations works as expected.
Adding the markeroptions{zIndexProcess:orderOfCreation} option where
orderOf Creation is:
function orderOfCreation(marker,b) {return 1;}
breaks they styling and only the last icon style is used for all of the
markers.
example KML: http://wv.enplan.com/data/fires/NCalModis2.kml
Correctly rendered with GGeoXML:
http://wv.enplan.com/v2.html
Incorrect symbols with GeoXML:
http://wv.enplan.com/v3.html
|
|
,
Sep 19, 2009
Is this browser specific? They appear the same to me.. hmm maybe no recent enough fires on the list (thats a good thing though right) It may be that I have more than one issue is resulting in the same problem .. where passing any markeroption is mucking up icon styles. |
|
,
Sep 19, 2009
Yeah, right now is not the best example since the fires are old. Let me make a custom kml just for testing. |
|
,
Sep 21, 2009
Here's some examples using a KML with 3 different styles. Incorrect symbols with GeoXML when passing markerOptions: http://wv.enplan.com/v3.html Correct symbols with GeoXML and no markerOptions : http://wv.enplan.com/v4.html |
|
|
|