aldenwels / kml-samples

Automatically exported from code.google.com/p/kml-samples
0 stars 0 forks source link

Ability to share multiple styles in KML #435

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Which products are relevant to this feature request?
KML, Google Earth

What should this feature enhancement do?
Can we have support for multiple style urls in a placemark?
Or a style URL with multiple attributes?

Something like this would do the trick:

<styleUrl list="#sharedliststyle" line="#sharedlinestyle" 
icon="#sharediconstyle" /> 

This would help in the efficient use of shared styles.

Are there any currently known workarounds that produce the same, or
similar, result?

You can have one shared style and then add inline styles, or you can creat a 
new style for every combination of sub styles. Neither option is as efficient 
as it could be.

Original issue reported on code.google.com by daniel.c...@gmail.com on 15 Jul 2013 at 10:05