Skip to main content

Map Features

Each feature in the list can be toggled on or off to tailor the map experience to your organization’s needs. Selecting a feature provides additional information and access to related configuration options, allowing you to customize how each feature behaves and interacts with other map components.

FeatureDescriptionSub-features / Options
Record Geolocation
Enable Map Address PinDisplays a pin on the map for the configured address field.Listens to Address, Fire Address Events, Zooms to Address
Map Tabs
Show Search TabEnables the search tab for users to find locations and data.Allow Address Searching, Allow Region Searching, Allow Layer Searching, Allow Layer Feature Searching
Show Layers TabDisplays the layers tab, allowing users to manage map layers.
Show Shapes TabDisplays the shapes tab for drawing, uploading, or editing shapes.Allow Uploading Shapes, Allow Drawing Shapes, Allow Editing Shapes, Allow Deleting Shapes
Show Measurement TabEnables measurement tools for length and area calculations.Allow Length Measurements, Allow Area Measurements
Show Map Filters TabDisplays the map filters tab for advanced filtering options.
Show AI Agent TabEnables AI assistant for contextual help and spatial analysis guidance.Endpoint URL, Authentication
Show Help TabProvides access to interactive help resources and user guides.
Map Controls
Show Scale BarShows a scale bar on the map for distance reference.
Show Zoom ButtonsDisplays zoom in/out buttons for map navigation.
Show View Navigation ButtonsShows navigation buttons for moving between map views.
Show Basemap ButtonAllows users to switch between available basemaps.
Show Elevation ButtonDisplays an elevation button for terrain information.
Show Download PNG Map ButtonEnables users to download the current map view as a PNG image.
Show Display My Location ButtonShows a button to center the map on the user's current location.
Show Reset Rotation ButtonProvides a button to reset the map's rotation to default.
Map Tooltips
Display TooltipsEnables tooltips for enhanced user guidance on layers.Display Tooltips on Shapes
Display Tooltips on ShapesShows tooltips when hovering over shapes.

Record Geolocation

Enable Map Address Pin

When loading the map, the following fields are used to listen for or trigger map-related events, such as displaying address pins for record-level address views or responding to user interactions.

Address Pin Options

OptionDescription
Listens to AddressThese fields will be used to listen for address change events from the form to update the map pin position.
Fire Address EventsThese fields will be used to fire address events to the form when the map pin is moved or updated.
Zooms to AddressWhen enabled, the map will automatically zoom to the address location whenever the linked address fields are changed.

Record Address Fields

For the Address Pin feature to (a) position a record on the map and (b) optionally populate or update address fields on a form, Maptaskr Power Maps requires location data. This can be provided in two ways:

Primary Method: Coordinates

  • Latitude and Longitude fields are required for positioning records on the map

Optional Method: Address Text (enables reverse geocoding) Choose one of the following approaches for address information:

  1. Individual address fields – configured as separate components (unit, street, city, etc.) OR
  2. Single composite address field – configured as one combined address field

You must choose one approach for address text: you cannot configure both the individual component fields and the composite address field at the same time. (Lat/Long fields can still coexist with either approach.)

Geocoding
Converts a textual address into geographic coordinates (latitude & longitude). Geocoding lets the system place a pin representing a record at its real‑world location. Power Maps uses this when you provide address text but not coordinates.

Reverse Geocoding
Performs the opposite conversion: given coordinates (e.g. when a user drags/drops or clicks the map) it returns a human‑readable address. This powers the Set Address action so users can capture the map location back into record fields.

Configuration Summary

  • Lat & Long fields are required field to locate a point.
  • Provide either a full set of individual address fields OR one composite address field if you need address text.
  • If both coordinates AND address fields are present, coordinates will generally be used for positioning and reverse geocoding can refresh the textual address when the pin moves.
Required configuration

Reverse geocoding (and the Set Address action) will NOT work if you leave BOTH (a) the Lat/Long fields and (b) all address field options blank. At least one configuration path must be supplied.

Recommendation

Store latitude & longitude even if you rely on address entry. They can be auto‑updated and significantly improve map load speed and spatial querying performance.

Latitude and Longitude (Geocoding)

FieldDefault
Address Latitude Variableaddress1_latitude
Address Longitude Variableaddress1_longitude

Individual Address Fields Option 1

Address fieldDefault
Address Unit Variableaddress1_line2
Address Street Variableaddress1_line1
Address Suburb Variableaddress1_country
Address City Variableaddress1_city
Address State Variableaddress1_state
Address Postcode Variableaddress1_postalcode

Composite Address Option 2

Address fieldDefault
Address Composite Variableaddress1_composite

Map Tabs

Show Search Tab

This configuration allows you to control which types of search functionality are available to users when they interact with this profile. You can enable or disable specific search options based on your requirements. Additionally, you can customize the order in which search results appear by using the up and down arrows in the configuration table.

Search Options

Below is a list of configurable search controls:

Search ControlDescription
Allow Address SearchingEnable users to search for specific addresses on the map.
Allow Region SearchingAllow users to search for predefined regions or areas.
Allow Layer SearchingPermit searching across different map layers
Allow Layer Feature SearchingEnable searching for individual features within a selected layer (e.g., a particular asset or point of interest).

Layer Search Performance

To improve search performance, you can configure a maximum queries per second setting. This parameter optimizes layer feature searching by enabling parallel queries across multiple sublayers simultaneously, resulting in faster search results.

Show Layers Tab

When enabled, users will be able to add, manage, and remove layers. These layers are managed under the Layer Gallery Availability tab.

Show Shapes Tab (if applicable)

When enabled, users will be able to view any predefined shapes and their associated features.

Shape options

Below is a list of configurable shape controls:

Shape OptionDescription
Allow Uploading ShapesEnable users to upload predefined shapes (e.g., Shape files or GeoJSON files) to display on the map.
Allow Drawing ShapesAllow users to draw new shapes directly on the map using drawing tools (polygons, lines, points, text pr circles).
Allow Editing ShapesPermit users to modify existing shapes by moving vertices, resizing, or changing shape properties.
Allow Deleting ShapesEnable users to remove shapes from the map through context menus or selection tools.

Shapes Configuration

Shape ControlDescription
Limit Number of ShapesSet the maximum number of shapes that users can upload or create on the map to manage performance and storage.
Limit Upload ProjectionsRestrict which coordinate reference systems (CRS/projections) are accepted for uploaded shape files.

Show Map Filters Tab

When enabled, the user will be able to manage the filtered geometry on the map.

Show Measurement Tab

When enabled, users can measure both areas and distances directly on the map. These measurements are for reference only and are not saved. If the download option is enabled, users can download a snapshot of the map with their measurements included.

Measurement Options

Measurement ControlDescription
Allow Length MeasurementsEnable users to measure distances and lengths of lines, paths, or perimeters using measurement tools on the map.
Allow Area MeasurementsEnable users to measure the area of polygons, regions, or enclosed shapes using measurement tools on the map.

Show AI Agent Tab

Maptaskr uses a conversational API from a provided AI endpoint to allow automation of user actions within a map. the conversational AI agent is instructed with a preamble and a list of functions it can execute (a subset of the extension methods provided by Maptaskr Power Maps)

Once configured, the AI agent can:

  • help users navigate the map
  • add map filters to filter regions
  • add layers from the layer gallery to the map
  • filter layers on the map by attributes
  • show and hide layer data
  • search for addresses, regions, and layer features

For detailed information on setting up and configuring AI integration, see the AI Integration Guide.

Show Help Tab

When enabled, users can access interactive help resources, guides, and tips directly within the map interface to assist with navigation and feature usage.


Map Controls

Show Scale Bar

When enabled, users will see a scale bar on the map that adjusts as the map zooms in or out.

Show Zoom Buttons

When enabled, users can zoom in and out of the map using the zoom buttons.

Show View Navigation Buttons

When enabled, users can navigate the map using the back, forward, and home buttons.

Show Basemap Button

When enabled, users can toggle the basemap or elevation layer on the map.

Show Elevation Button

When enabled, users can change the elevation of the map.

Show Download PNG Map Button

(Not currently connected)

Show Display My Location Button

When enabled, users can view their current location on the map.

Show Reset Rotation Button

When enabled, users can reset the rotation and pitch of the map.

Map Tooltips

Display Tooltips

When enabled, users can see tooltips on enabled layers within the map.

Display Tooltips on Shapes

When enabled, the user will be able to see tooltips on enabled shapes on the map.