Closed pixelmultiplo closed 10 years ago
Would need a working example in jsFiddle or similar complete with the data to be able to debug this.
Thank you for the help.
See http://jsfiddle.net/oxdnpzcr/3/ - setStyle is a sync function, loading data is async.
Oh, I see! Thank you!
I'm trying to import multiple kml files and style them. That is my code as now:
All variables are instanced correctly, the kmls are converted and successfully added to the map, but the fill and stroke colors are always the default blue. The "c" var contains an hex color code. What am I missing?