Select to view content in your preferred language

See which map goes with which layout

224
1
Jump to solution
07-16-2025 06:00 AM
Labels (1)
Joshua-Young
Honored Contributor

I have a project that has 30+ maps and 30+ layouts. I am trying to organize and clean up the project. Is there a way to see which map is used in which layout? I do not what to delete a map that is being used in a layout, and I want to remove maps that are not associated with a layout.

"Not all those who wander are lost" ~ Tolkien
0 Kudos
1 Solution

Accepted Solutions
jetemple
Occasional Contributor

Hello! I think you could use the script linked to here in this article.

If you run it in the python window in your APRX (hit ctrl+enter to run), it will return your Layout names and associated map frames.
e.g. {'[LAYOUT1]': ['MAP1, 'MAP2'], '[LAYOUT2]': ['MAP1, 'MAP3']} 

View solution in original post

1 Reply
jetemple
Occasional Contributor

Hello! I think you could use the script linked to here in this article.

If you run it in the python window in your APRX (hit ctrl+enter to run), it will return your Layout names and associated map frames.
e.g. {'[LAYOUT1]': ['MAP1, 'MAP2'], '[LAYOUT2]': ['MAP1, 'MAP3']}