I am new and I posted this question accidently in the wrong spot; sorry bad navigation. Couldn't find the delete post option so it is still there....
Thanks
Solved! Go to Solution.
Hi Tyler,
Though there is no UI for this you can use ArcPy.mp (python) to create a thematic map series. There is a sample available at https://www.arcgis.com/home/item.html?id=eba53351ceb84b58b505dec5272e526c.
Hope this is what you're looking for.
Tom
Hi Tyler,
Though there is no UI for this you can use ArcPy.mp (python) to create a thematic map series. There is a sample available at https://www.arcgis.com/home/item.html?id=eba53351ceb84b58b505dec5272e526c.
Hope this is what you're looking for.
Tom
Using this as a reference I managed to make a custom export script that seems to work. There is still a lot of setup time but at least I don't have to make a new map for each layer.
So its my understanding that a map book isn't suitable for your project if you want it to cycle through layers instead of layouts/extents. I've tried before too.
A Map Book Series can only interate through multiple layouts connected to the same map/data. It just cycles through map extents...
I recommend create a python script to cycle through changing your raster data sources and exporting a pdf map through each new raster layer. A place to start is connectionProperties. A close example (but Highly advance). Or maybe addDataFromPath method.
Wait I did find something that might help. In the ESRI fire book map solutions package there is a code for ReplaceLayers.py. Its a pre written code of what I was talking about before. Might be only suitable for file geodatabases but its a base for you to work with.