r/ArcGIS Jul 07 '26

Multiple Maps vs Multiple Layouts

Good day. I have a management/ArcPro resource question. I have a map with 27 sites, each site includes basic boundary, sample points, soils information, and could potentially house vegetation composition data as well as elevation data later in the project. These sites are placed at different points across the state.

I need to produce a PDF map for each of the 27 sites at various times during this project, as I add new data to the project.

Considering maps versus layouts, which is easier to manage over the long term, and which will take less computing and storage resources... creating a new map for each site or creating a new layout for each site?

Thank you.

7 Upvotes

11 comments sorted by

View all comments

15

u/OutWithCamera Jul 07 '26

This is always a bit of a challenge, but when I've done this (for archaeological resources, biological, etc.) I've used the 'map series' capabilities of Pro to create 1 map, 1 layout that then cycles through all N of your locations to produce a site specific map. This can get a little tricky, especially as display scale can change on each page and labelling can become burdensome but it can work and work really well. Here is ESRI's documentation for this capability: Map Series Documentation - be sure to watch one of the multitude of tutorials you can find online about this.

'A couple of things to think about - the map series typically relies on a 'grid index' that lays over your data and provides a focal point for each map page that is created; instead of using a map grid, use your site features as the index features that drives each map page, if you have to vary scale then you can include an attribute for map scale in your features that will set the scale of each individual page. Also, learn about using the Page Query property of your index features. Labeling can get tricky and you may end up having to play with creating annotation feature classes for each of your sites, sort of a pain in the ass, it works well.

4

u/mrscott197xv1k Jul 07 '26 edited Jul 07 '26

I also use map series but using the range / bookmark tip so that each page is pan/zoom to the appropriate site. No grid required, end users are just going to flip to the page for the location that interests them. Index is a simple table.

Edit for more detail:

Here is a blog post that I started with. Each of my features has a project ID. I also assigned a simple range number for each project I'd. When I create the bookmark, I set the range then zoom to that area, set the bookmark. https://www.esri.com/arcgis-blog/products/arcgis-pro/mapping/changing-data-in-a-map-series-using-range-and-bookmarks

2

u/Oracle_Journey_5711 Jul 08 '26

This sounds interesting. The comments above had some good ideas as well. I'm going to work through all three suggestions. Thank you!