Is anyone aware of any changes in ArcGIS Pro or arcpy as they might relate to the behavior of web layers (service layers) vs staged vector layers in an APRX when printing to PDF. (Apologies for the crazy jargon - I didn't come up with it.)
I have code handling both types of layers in a geoprocessing service handling APRX that worked in 10.6.1 and behaves differently in 10.9. Interestingly, my code failed completely in 10.8.1 which forced me to leapfrog to 10.9. Specifically, I'm noticing that layers from the same JSON seem to be handled differently and result in what looks like a differently ordered stack of layers.
As usual, release notes, while shock full of bugfixes related to geoprocessing, layouts, and PDF for 10.8.x, do not provide much of a clue for 10.9.
Thanks for any insights. I spent weeks developing this in 10.6.1 and subsequently refining this based on business feedback. After upgrading to 10.9, it feels like back to square zero. Not a good experience.
Full disclosure: this is more than marginally related to another question I posted. That other post's direction of inquiry was largely a result of rewriting the above mentioned.