HOW TO

Create an index for use with a map series in ArcGIS Pro

Last Published: August 24, 2022

Summary

A map series divides a single map layout into multiple pages to display a particular map extent on each page. To create a map series, two datasets are required: an annotation containing the text and a map grid index. A map grid index is a grid of rectangular polygon features used as an index to specify pages in a spatial map series.

This article provides the workflow to create an index for use with a map series. In this workflow, an index is created for highways in Malaysia as an example.

The malaysia_highway feature layer displayed on a map in ArcGIS Pro.

Procedure

  1. Open the ArcGIS project with the feature layer.
  2. Create a map grid index using the Grid Index Features tool. The map grid index feature class is created. Rename the feature class if necessary.
The malaysia_highway map grid index feature class displayed in the Contents pane in ArcGIS Pro.
  1. Intersect the feature layer with the map grid index feature class using the Spatial Join tool.
    1. In the Geoprocessing pane, search for and click the Spatial Join tool.
    2. In the Spatial Join geoprocessing pane, for Target Features, specify the feature layer. In this example, the malaysia_highway feature layer is specified.
    3. For Join Features, specify the map grid index feature class.
    4. For Join Operation, select Join one to many from the drop-down menu.
    5. Leave the other parameters at default and click Run.
Specified parameters in the Spatial Join geoprocessing pane.

A new feature class, malaysia_highway_SpatialJoin, is created.

The malaysia_highway_SpatialJoin feature class displayed in the Contents pane.
  1. Concatenate the values in the NAME and PageNumber fields.
    1. Open the attribute table of the new spatial join feature class.
    2. Click Add to add a new text field. In this example, Name_PgNumber is added.
    3. Select the Name_PgNumber field and click Calculate.
The new Name_PgNumber field displayed in the malaysia_highway spatial join attribute table.
  1. In the Calculate Field window, under Expression, type the following expression:
!<Name_Field>! + " " + str(!PageNumber!)
  1. Click OK.
The expression is specified in the Calculate Field window.

The values in the NAME and PageNumber fields are concatenated in the Name_PgNumber field.

The Name_PgNumber field is populated with values from the NAME and PageNumber fields.
  1. Remove the duplicate data in the Name_PgNumber field using the Delete Identical tool.
Note:
The Delete Identical tool permanently deletes the duplicated data. To enable undo, toggle the Enable Undo option in the Delete Identical geoprocessing pane before running the tool.

The duplicate data are removed from the Name_PgNumber field.

The concatenated field without the duplicate data in the malaysia_highway spatial join attribute table.

Article ID:000028107

Software:
  • ArcGIS Pro 3 0
  • ArcGIS Pro 2 8 x
  • ArcGIS Pro 2 7 x
  • ArcGIS Pro 2 x

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Related Information

Discover more on this topic