Basic GIS Support: in AF and Analytics
Originally posted on UserVoice
Considering that AF has latitude and longitude traits for elements and already supports files as attributes, would it be possible to provide basic GIS support?
The file attribute could be used to store a shapefile, geoJson or GeoPackage, while the location trait could be used as input to some simple geospatial analysis, like:
- Does a polygon contain a given coordinate?
- What's the distance from one coordinate to another?
- What's the minimum distance from one coordinate to a polygon?
Comments