Decided
I do a lot of Open Government Data, which works with Geo-Spatial Data. GeoJSON is an excellent solution, as it can be readily used by pretty much everything. You can import it as spatial data into most modern databases. You can use JS libraries like Turf.js to run spatial queries. Heck, you can even save a file with a .geojson extension, and GitHub will render a real working map when previewing the file.
0 views0