All Products
Search
Document Center

DataV:Amap-basemap-layers-of-v3-x

Last Updated:Oct 29, 2025

This article describes the meaning of each configuration items of the Gaud base layer.

Chart style

Gaud base layer is a sub-component of the basic plane map 3.0. It supports independent style and interactive configuration, including the template, display content and filter of the base map. It supports access to the latest Gaud online map as the base map, and can customize the map style according to needs. image.png

Style Panel image.png

  • Search Configuration: Click the Search configuration items icon imagein the upper-right corner of the Style panel. In the Search Configuration panel, enter the name of the configuration items that you want to search for and locate the configuration items. Fuzzy match is supported. For more information, see Search configuration items.

  • General: the common configuration parameters of the layer.

    Metric

    description

    Visible Level

    Set the visible level of the GLOBAL layer. Valid values: 3 to 20. Unit level. The GLOBAL layer is visible within the specified level range and invisible outside the level.

    Opacity

    The opacity of the layer. Valid values: 0 to 100. Unit: %. The larger the value, the more opaque the map style.

  • Graphics: Set the parameters for the graphics style of the underlying layer.

    Metric

    description

    Map Style

    The style of the map. Valid values: Standard Template and Custom Style.

    Standard Template

    You can select Standard, Phantom Black, Indigo Blue, Extreme Night Blue, Yashi Grey, Moonlight Silver, Green Grass, Graffiti, Far Mountain Dai, Macaron, and Sauce Seed. This parameter is available only when you set the Map Style parameter to Standard Template.

    Gaode Key /Gaode Key

    The applied key of the map. This parameter is available only when you set the Map Style parameter to Custom Style.

    Note

    you need to apply for a map key first. for more information about how to apply for a map key, see the following steps.

    1. Register an Alibaba Cloud account: Go to the Alibaba Cloud Open Platform to register as an Alibaba Cloud developer.

    2. Obtain the high-end key:

      1. Log on to the OpenPlatform console. In the left-side navigation pane, choose Application ManagementMy Applications + Create Application. On the page that appears, set Application Name and Application Type. Then, click Create. 创建高德在线新应用

      2. Click Add next to the application list. In the dialog box that appears, enter a key in the Key Name field, select Service Platform, select Read and agree to terms of service at the bottom of the page, and then click Submit. 创建key为pro添加key

        After the application is submitted, AutoChop automatically generates a key. You can view the key on the My Applications page and copy the key to your computer. 我的应用页面

      3. Return to the Datav console and paste the obtained Gaud Key into the text box next to Gaud Key. After successful, the Gaud online map becomes the basemap of the basic flat map.

    Important

    If multiple Autodesk layers exist on the same dashboard, you must configure the same Autodesk Key and Autodesk Key.

    Map Style ID

    Enter a map style ID in the Map Style ID field. This parameter is available only when you set the Map Style parameter to Custom Style.

    Note

    To create a custom map and obtain the map style ID, perform the following steps:

    1. Log on to the Apsara Stack console. In the left-side navigation pane, click Create Map Style. 自定义地图模板

    2. In the left-side navigation pane, select a template and click Create. After the template is created, you can customize the configurations based on the template. 创建地图模板

    3. After the configuration is complete, click Save. After the configuration is saved, click Publish. 发布地图模板

    4. After the map is published, the Successfully published dialog box appears. Click Back to Console to return to the Custom Map page.

    5. On the Custom Map page, click Use and Share below the map style that you published.

    6. On the Use and Share page, click Copy next to Style ID to copy the style ID.

    7. Paste the copied style ID into the DataV Map Style ID field. Click the blank area in the configuration panel. The bottom layer style takes effect.

    Display Content

    You can select Background, Road, Building, Label, and Traffic.

    Style filter

    Click the icon on the left 眼睛图标to enable the style filter configuration. After you turn on the switch, you can set the Brightness, Contrast, Grayscale, Hue, Invert, Saturation, and Ink Level of the filter to add filter effects.

    If you want to use the default style, replace Map Style ID in the figure with Style ID, as shown in the following table.

    Style Name

    Style ID

    Standard

    normal

    Phantom Black

    dark

    INDIGO BLUE

    blue

    extreme night blue

    darkblue

    Yashi Grey

    grey

    Moonlight Silver

    light

    grass green

    fresh

    Doodle

    graffiti

    Far Mountain Dai

    whitesmoke

    Macaron

    macaron

    sauce seed

    wine

Data Sources panel

This component does not support data configuration.

Advanced Panel image.png

Turn on the switch to enable the widget interaction feature. You can click an indoor map floor to trigger a data request and throw a callback value to dynamically load data from different floors when switching floors. The indoormapFloor field is thrown by default. For more information, see Component interaction configuration.

Note

The interactive display mode of map floors. This mode can be triggered only when you select Standard Template.

Blueprint Interaction

  1. Click the imageicon in the upper-left corner to go to the Blueprint page.

  2. On the Layer Nodes tab, add the widget to the main canvas.

  3. View blueprint configuration parameters. image

    • Event

      Indoor Map Floor Clicked: indicates that the callback ID is invoked when you click an indoor map floor in the bottom layer.

    • Action

      Action

      Description

      Switch Display /Hide

      Specifies whether to show or hide a widget. No parameters are required.

      Display

      Display the widget. For more information, see Data example.

      {
        "animationType": "",// The animation method. Valid value: fade. If you do not specify this parameter, no animation is generated. 
        "animationDuration": 1000,// The animation delay. Unit: ms. 
        "animationEasing": ""// animation curve
      }

      Hide

      Hide the component. For more information, see Data example.

      {
        "animationType": "",// The animation method. Valid value: fade. If you do not specify this parameter, no animation is generated. 
        "animationDuration": 1000,// The animation delay. Unit: ms. 
        "animationEasing": ""// animation curve
      }

      Update component configurations

      Style configurations of widgets are dynamically updated. In the Style panel, click Copy Configuration to Clipboard to obtain the configuration data of the widget. After that, change the style field for the data processing node in Blueprint Editor.