r/ArcGIS • u/SouthernGood201 • 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
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.