Skip to main content
Version: 1.6.3.X

Layer Attributes

Layer attributes allow administrators to control which data fields are visible and accessible for each map feature. Admins can enable or hide attributes, change display names, adjust display types, set the title attribute for features and apply regex to both the query and the replacement.

For Dynamics layers, attributes are sourced from columns in a view. To display additional attributes, add new columns to the relevant view. For URL-driven layers, available attributes are managed at the data source and must be updated using there systems tools.

Enabling an Attribute​

Enabling an attribute makes it available for use in actions, filtering, and searching within the map. Only enabled attributes can be referenced in these operations.


Attribute Visibility​

An attribute can be enabled but not visible. This allows admins to use the attribute for internal logic or automation while hiding it from end users in the map interface. Toggle visibility to control whether users can see the attribute in the attributes table.


Attribute Display Name​

By default, the display name for each attribute is taken from the source data (either the URL or Dataverse). However, these names may not always be user-friendly or clear. You can customize the display name for any attribute to improve readability and consistency for end users. Changing the display name does not affect the underlying data structure or field name.


Attribute Display Type​

The display type determines how an attribute's value is shown in the map interface. By default, the display type is set based on the source data, but you can change it to better suit your needs. This allows you to present data in the most meaningful way for your users.

Available display types include:

  • String
  • Number
  • Currency
  • Integer
  • Boolean
  • UTC Date
  • UTC Date Time
  • Local Date
  • Local Date Time
  • Hyperlink
  • Object

Feature Title​

Use Feature Title to control the name shown for a feature in Power Maps, including in the Attributes panel and other feature lists. A title can use one attribute or combine multiple attributes with fixed text.

  1. In Layer Gallery, open the layer and select Features.
  2. Select the sublayer to configure, then select Layer Attributes.
  3. Enter a title template in Feature Title.
  4. Save the layer configuration.

Reference attributes by their field name, enclosed in double curly braces:

{{FieldName}}

You can add fixed text and multiple attributes. For example, a layer with Name and ReferenceNumber fields could use:

{{Name}} ({{ReferenceNumber}})

Use field names from the attributes list, not their display names. When a referenced field has no value, its placeholder is left empty. If the complete title is empty, Power Maps displays the feature ID instead.


Attribute Management Tools​

In addition to configuring individual attributes, you can use the following tools to manage all attribute settings:

ToolDescription
ResetReverts all customized attributes back to the original state.
Advanced Attribute EditorProvides direct access to the JSON file for advanced editing.