strapi-plugin-location icon indicating copy to clipboard operation
strapi-plugin-location copied to clipboard

GeoJSON format support

Open claudiobgit opened this issue 1 year ago • 1 comments

It would be rad if the location data would be stored in the database following GeoJSON specifications.

So for example in the JSONB data field, instead of the actual: { "lat": 45.512861, "lng": 9.209278 }

recording: [ 9.209278, 45.512861 ]

would permit right away to have a proper GeoJSON Feature that could be leveraged by other plugins or applications and used to build GeoJSON Feature Collections for various frontends.

claudiobgit avatar Sep 16 '23 16:09 claudiobgit