Map Lens

The Map Lens provides users with a view of their data and document results on a map. Items must have geopoints enabled within your models and entities to show in the maps lens.

General Configuration

  1. Maximum Search Results - Define the maximum number of results that can be returned on a map.

    • The default for this is 1000.

    • A large number of results can cause performance issues.

  2. Maximum Geo-Points per Result - Define the maximum points that will be plotted on the map for each result.

    • If a result has multiple locations attributed to it this field determines how many of these points could be used.

    • The default for this is 50.


Map Lens Attributes

The attributes used for the map lens come from the published models, entities and metadata geo-point attributes.

These are determined in your models and entities. To set these up see our guide for setting up a model or our guide to setting up an entity.


Tile Server

  1. Tile Server API - Enter the address of the API.

    • For a production set up you may need to host your own tile server to avoid throttling. Your own provider must be compatible with Leaflet.js.

    • You can reach out to Aiimi for support with this.

  2. Tile Providers Attribution Text - Enter any attribution text that may be required.

    • This will appear at the bottom of the map.

    • By default this will be &copy <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a>

Last updated