Garthanos / geoxml

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

Icons #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am using custom marker icons which are defined in the styleid of the kml file 
(using the full root). When I parse using GeoXML I get a default icon for every 
marker. Does GeoXML only pick up the custom icon when the icon is defined in 
the style for each individual placemark or is possible for it to parse styleid.

(This problem occurs when I use Google's Spreadsheet mapper to create the kml 
file. I do not want to have to input every placemark individually.)

Original issue reported on code.google.com by alhaq....@gmail.com on 19 Mar 2012 at 11:57

GoogleCodeExporter commented 9 years ago
Styleid's are generally supported though there have been relative path issues 
... which I believe are more cleaned up in the v-3 of this  
http://code.google.com/p/geoxml-v3/

Without specific example it makes it rather hard to look in to.

Original comment by lanceala...@gmail.com on 19 Mar 2012 at 12:26

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
So I should bite the bullet and migrate my map to API v3. Any tips for doing 
this in a pain-free way?

Original comment by alhaq....@gmail.com on 19 Mar 2012 at 4:36

GoogleCodeExporter commented 9 years ago
your kml doesnt have any styles for the markers in it just styleurl tags with 
nothing to correspond to... so google earth and GeoXml parser use their default 
style.

Original comment by lanceala...@gmail.com on 28 Mar 2012 at 3:06

GoogleCodeExporter commented 9 years ago

Original comment by lanceala...@gmail.com on 28 Mar 2012 at 3:07