frederickjansen / polyline

A Python implementation of Google's Encoded Polyline Algorithm Format.
http://goo.gl/PvXf8Y
MIT License
114 stars 19 forks source link

Add support for lon-lat/GeoJSON tuples #8

Closed aseelye closed 5 years ago

aseelye commented 5 years ago

Added support for lon-lat tuple, as per the GeoJSON spec, as well as many others (illustrated at https://macwright.org/lonlat/).

frederickjansen commented 5 years ago

Great, thanks! Let me just add some unit tests to this and then I'll merge.

frederickjansen commented 5 years ago

Thanks again for the pull request @aseelye! Sorry it took so long to merge. I'll create a new release soon.