Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Location field type and Mapview #1122

Open
nileshtrivedi opened this issue Dec 1, 2024 · 0 comments
Open

Location field type and Mapview #1122

nileshtrivedi opened this issue Dec 1, 2024 · 0 comments

Comments

@nileshtrivedi
Copy link

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

Location field can be implemented in many ways:

  • Latitude/Longitude as separate float columns
  • or, postGIS's POINT 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant