flopp / py-staticmaps

A python module to create static map images with markers, geodesic lines, etc.
MIT License
128 stars 17 forks source link

Use geoJSON? #27

Closed jeremycherfas closed 1 year ago

jeremycherfas commented 1 year ago

My location data is generally saved in geoJSON format. I believe I can convert this to GPX relatively easily, but before I do so I wondered whether you had any plan to allow the use of a linestring extracted from geoJSON.

Thanks.

jeremycherfas commented 1 year ago

I'm converting from geoJSON myself, so closing, but I have other issues :)