Genesis icon indicating copy to clipboard operation
Genesis copied to clipboard

[BUG FIX] Fix for dockerfile error

Open skurtyyskirts opened this issue 10 months ago • 4 comments
trafficstars

This requires a bit of planning but would be a very useful addition.

Location (either a POINT or a region/polygon) field can be implemented in many ways:

  • Latitude/Longitude as separate float columns
  • or, postGIS's POINT / POLYGON type columns
  • or a human-readable address (useful when collecting via forms etc)
  • or systems that support flexible precision like Google's Plus Codes

But assuming location is somehow available per-record, it can be rendered as markers or polygons on a mapview (OpenStreatMap or LeafletJS can do this in a royalty-free way, but Google Maps / MapBox etc are other alternatives.

Airtable supports this with an extension.

skurtyyskirts avatar Dec 26 '24 11:12 skurtyyskirts