mapbox / mapbox-java

The Mapbox Java SDK – Java wrappers around Mapbox APIs and other location data
https://docs.mapbox.com/android/java/overview/
MIT License
424 stars 120 forks source link

Port toGeoJSON #564

Closed tobrun closed 6 years ago

tobrun commented 7 years ago

toGeoJSON is node.js library that allows to convert KML and GPX files to GeoJSON. Most of Mapbox technologies use GeoJSON though other geographic data formats exist (KML from Google Earth or GPX for GPS traces). Having a way to convert from these formats to GeoJSON in java would be usefull for usage in the Android binding in gl-native.

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 6 years ago

This issue has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions.

enriquebautista commented 2 years ago

Any update for this? I need to display a kml on the map. Thanks

cattcal commented 1 year ago

Any update for this? I need to display a kml on the map. Thanks