mapbox / leaflet-omnivore

universal format parser for Leaflet & Mapbox.js
https://www.mapbox.com/mapbox.js/example/v1.0.0/omnivore-gpx/
Other
651 stars 126 forks source link

Add wkt stringify function to api #55

Closed bschoenfeld closed 9 years ago

tmcw commented 9 years ago

I'm not too sure about including this: the purpose of leaflet-omnivore is for Leaflet to ingest other formats. If you want other things, like compiling formats to each others, it's best to use the libraries that aim to do that, like in this case, wellknown.

bschoenfeld commented 9 years ago

Fair enough. I was hoping to reference the Mapbox plugin instead of having to manage a local copy. The code is already there, its just not exposed in the API. But if your recommendation is to use the WKT lib, we'll do that.