dreamstreat / libkml

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

csvregionator should create a stub style.kml #150

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
At present (r847) examples/regionator/csvregionator will create Placemarks
with styleUrl's for input CSV with style-id column.  But no style.kml is created
hence the default RbNL hierarchy will attempt to fetch 
http://host/path/style.kml
for each feature.  This can obviously wreak havoc on a server.  Even an empty
style.kml ("<kml/">) helps as that will be fetched and cached once.  Thus, 
csvregionator
or some internal library should create an empty or skeletal style.kml.

Original issue reported on code.google.com by kml.b...@gmail.com on 19 May 2010 at 11:36