Skip to content

Polygon Mapper for Airtable

Pre-release
Pre-release
Compare
Choose a tag to compare
@m2creates m2creates released this 15 Dec 09:02
· 17 commits to main since this release

Features

In View Mode:

  • The Map uses the active Table as the data source for the Map.
  • The Map loads all records in the active View that have GeoJSON data.
  • If applicable, the Map will cluster your shapes at zoomed out levels.
  • A View can be Filtered to add/remove records from the Map.
  • A View can use Conditions to define colors for shapes on the Map. (Editors and up)
  • A Record can be selected and highlighted on the Map by clicking its shape.
  • A Record or Records can be selected from the Table and highlighted on the Map.
  • The Map will Zoom in/out, if applicable, to the active selection.
  • Selected Record(s) are displayed in a Record List under the Map.
  • A Record in the Record List can be expanded to view all its details.
  • The visible Map Canvas can be downloaded as a PDF with its required Mapbox attribution text. Optionally or if applicable, add a second attribution line for your dataset.
  • If a geo-referenced Image is available, it can be shown as a background overlay. Background image configuration can be defined in Global Settings.
  • If background images are toggled on, the image will be included in the downloaded PDF.

In Draw Mode:

  • A user can use the Draw tool to create a shape and save the coordinates to the Selected Record.
  • The Draw tool can be used to edit a shape and save new coordinates to the Selected Record.
  • Users can use a background overlay as a reference for creating shapes.

GeoJSON supported

  • Point (partial support)
  • Polygon
  • MultiPolygon