Skip to content

konradchilimoniuk/polyline-to-geojson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polyline To GeoJSON Decoder

Polyline To GeoJSON Decoder is an app created in React that takes your CSV file containing Polylines and convertes them into Feature Collection using @mapbox library. Additionally, path animation can be included, if your file has start and end timestamps. All calculations are done on the client side. No data is uploaded on server.

Usage

  1. Upload CSV file containing Polylines. Optionally, your file can contain start and date timestamps.
  2. Check if correct columns have been set. Optionally, include path animation by clicking on checkbox.
  3. Edit data if necessary.
  4. Set new filename and click Generate GeoJSON.

Additional Information

Pagination was created using this tutorial on Digital Ocean.

About

This is an app that converts Polyline values into GeoJSON coordinates collections.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published