mapbox / tokml

Convert GeoJSON to KML.
http://mapbox.github.io/tokml/
BSD 2-Clause "Simplified" License
189 stars 91 forks source link

Begin simplestyle-spec #17

Closed tmcw closed 8 years ago

tmcw commented 10 years ago

This needs to parse rgb+opacity into kml bizarro colors, and to make better choices about when to export styles and when not. This should be smart about lines and polygons too.

coveralls commented 10 years ago

Coverage Status

Coverage decreased (-10.84%) when pulling 86e791bf50284a7e789ef48aa241e2089c5be080 on simplestyle-spec into acb92def6c482913bf34cb40dbd72ca0428577c9 on master.

btfou commented 9 years ago

@tmcw Is it safe to assume there is no plan to continue with this?

tmcw commented 9 years ago

@btfou I'd happily accept a PR, but implementing this myself is not a high priority.

btfou commented 9 years ago

@tmcw I ended up adding an option to add basic styles so features aren't just white (and polygons opaque) when brought into Earth. Is this something you'd be interested in? If so, I can add tests and PR when I get a chance.