Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 541 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 541 Bytes

Google Encoded Polyline to GeoJSON

Decodes Google's encoded polyline format and outputs a GeoJSON LineString. CLI tool. Accepts string polyline as an argument or it can be piped in. Uses go.geojson to convert the lat/lng list to GeoJSON.

Usage

./polyline-to-geojson '}vzuEvnxqQspYthE'

Output for that example will be this GeoJSON.