Hi, I have a aprx project with a map in it.
The map have many layers and a specific layer (the boundarys) with 10 polygons. I need to iterate through each record of the boundary and create a MMPK for every polygon within the layer.
I do use search cursor to find my information (name, etc...). Then I will specify a definition query on my layer (boundary). Then I export a MMPK with the CLIP option.
The first MMPK is clipped well, but all other are full with the full extent of the map, even if the layer has a definition query.
If I do thiw manually (10 times), it works.
But If i do this with Python... Only the first one (mmpk) is well clipped.
ANy idea why I can't batch create those other MMPK ? why the create mobil map package don't use the extent except for the first one ?