HOW TO

Publish a multiscale contour map to ArcGIS Online

Last Published: August 16, 2023

Summary

Contours are the primary element used to represent elevation on topographic maps. The high density of interval information between fixed-scale contours sometimes requires the use of a dynamic map that displays the data at multiple scales. Multiple scales are useful when interpreting detailed, large-scale contour maps such as a national topographic map. In ArcGIS Pro, the appropriate, visible scale range can be specified for each contour level using the Out Beyond and In Beyond scale range properties. This method ensures only the data required for a significant contour map and the appropriate density are included at each scale.

The workflow provided in this article involves creating a multiscale mesh of polygons using the Create Vector Tile Index tool. The tile index is then used for the Index Polygons parameter when publishing the vector tile packages to ArcGIS Online.

Procedure

  1. Open the project in ArcGIS Pro.
  2. Select features from the contour feature layer using the Select By Attributes tool.
    1. On the Map tab, in the Selection group, click Select By Attributes The Select By Attribute tool.
    2. In the Select By Attributes dialog box, for Input Rows, select the contour feature layer from the drop-down list.
    3. Toggle SQL on to open the SQL expression box.
    4. Copy the following query expression and paste it in the Expression box. Replace <field name> with the elevation field name, and <interval> with the preferred contour interval.
MOD(<field name>,<interval>) = 0
  1. Click Verify The Validate button to validate the expression.
  2. Click OK.
The Select By Attributes window
  1. Export the selected feature class using the Export Features tool.
    1. On the Contents pane, right-click the contour feature layer. Click Data > Export Features.
    2. In the Export Features window, for Input Features, select the contour feature layer from the drop-down list.
    3. For Output Feature Class, specify a location and name to export the feature class.
    4. Click OK.
The Export Feature window
  1. Repeat Steps 2 and 3 to create a separate feature layer for each contour interval.
The Contents pane
  1. Simplify the contour interval feature layers using the Generalize tool. Refer to the Procedure section of How To: Reduce the number of polygon vertices in ArcGIS Pro for instructions.
Note:
Select the contour interval feature layer for Input Features. Repeat Step 5 to simplify each contour interval feature layer.
  1. Set the visible scale range for each contour interval feature layer. Refer to the ‘Limit the scale range of a layer’ section of ArcGIS Pro: Adjust layer properties for instructions.
  2. Create index polygons for the vector tile package using the Create Vector Tile Index tool.
Note:
Remove any basemap layers from the Contents pane before running the Create Vector Tile Index tool.
  1. In the Geoprocessing pane, search for and click Create Vector Tile Index (Data Management Tools).
  2. For Input Map, select the map layer from the drop-down list.
  3. For Output Tile Feature Class, specify a name and location to export the feature class.
  4. Click Run.
The Create Vector Tile Index pane
  1. Create the vector tiles and package the tiles in a single file using the Create Vector Tile Package tool.
Note:
All map packages must have a description. It can be added by editing the map’s metadata and populating the appropriate fields. Refer to ArcGIS Pro: Edit metadata for more information.
  1. In the Geoprocessing pane, search for and click Create Vector Tile Package (Data Management Tools).
  2. In the Create Vector Tile Package pane, for Input Map, select the map layer from the drop-down list.
  3. For Output File, specify a location and name to export the output vector tile package.
  4. For Index Polygons, select the index polygon layer from the drop-down list.
  5. Click Run.
The Create Vector Tile Package pane
  1. In ArcGIS Online, add the vector tile package and publish its contents as a hosted vector tile layer. Refer to ArcGIS Online: Build and publish a vector tile package for instructions and more information.

The map below shows the published hosted vector tile layer in ArcGIS Online.

Vector Tile Package in ArcGIS Online

Article ID: 000030922

Software:
  • ArcGIS Online
  • ArcGIS Pro 3 1
  • ArcGIS Pro 3 0
  • ArcGIS Pro 2 9x

Receive notifications and find solutions for new or common issues

Get summarized answers and video solutions from our new AI chatbot.

Download the Esri Support App

Related Information

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options
Esri Support AI Chatbot