Unable to have a proper map extent in map series

766
2
12-08-2020 06:55 AM
Marie-JoëlleDesgagné
New Contributor III

Hi, I am trying to create map series of every house plot contained in my study with all the attributes contained in it (ex well, septic tank, etc). The problem is that the plots varie a lot in size. I am now using the "Best fix extent" with a margin size of 0% and it works fine with squared plots, but it does not seem ok with long rectangles because the attributes are too small (see the two examples). 

1) Is there a way to zoom to the attributes when the plot is too big.

2) Is there a way to rotate every map from the serie to see the attributes as much as possible?

 

I don't know if my question is clear, but thank you in advance!

0 Kudos
2 Replies
JeffBarrette
Esri Regular Contributor

For out-of-the-box Map Series, one way to accomplish this is to manually add a "Rotation" field and set each index feature's rotation accordingly.  You could start by setting all rows = 0 but then only change the rotation value for each feature that needs to be rotated.  Map Series supports a rotation field that would use the rotation value for each feature.

Similar for extent.  You could add a scale field for each feature to control the extent.

I don't even think using Python to automate extent and rotation would add much benefit because you would still need to apply logic for each index feature.  Having rotation and scale fields should do the trick.

Jeff - Layout Team.

Marie-JoëlleDesgagné
New Contributor III

Ok thank you for those tips. The problem I have with scale fields is that it will zoom to the center of y polygon, while most of the features I want to show on the map are on one extremity of the polygon.

0 Kudos