worace / geoq

Geospatial Utility Belt
MIT License
71 stars 8 forks source link

Parse floats in "geoq json point" handling #30

Closed worace closed 2 years ago

worace commented 4 years ago

I tried to use this today on a JSON blob that I forgot had its lat/lon as strings. Might as well try parsing these since it probably succeeds in many cases.

worace commented 2 years ago

Oops accidentally implemented this twice :facepalm: