zahidsw / geoxml3

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

styleUrl needs to support URLs #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Based on what I'm reading in the code, processing of styleUrl tags within the 
parser only works for "#id" formatted styles.  However, URLs can be in styleUrl 
tags, like "styles.kml#id".  However, there is no automatic reading of these 
styles, or even support for these type of URLs after the KML has been 
pre-loaded.

I require this feature, so I'm working on the code for this now.

Original issue reported on code.google.com by sineswi...@gmail.com on 3 Feb 2012 at 9:39

GoogleCodeExporter commented 9 years ago

Original comment by geocodezip on 3 Feb 2012 at 10:44

GoogleCodeExporter commented 9 years ago
under development in kmz branch:

http://code.google.com/p/geoxml3/source/browse/branches/kmz/

see issue 53 for more details

http://code.google.com/p/geoxml3/issues/detail?id=53

Original comment by geocodezip on 22 Feb 2012 at 1:54

GoogleCodeExporter commented 9 years ago
addressed in kmz branch

Original comment by geocodezip on 23 Feb 2012 at 5:00