How do I migrate ConvertWebMapToMapDocument to Arcgis Pro Arcpy

734
1
09-20-2017 02:34 PM
SurendranNeelakantan
New Contributor III

How do I migrate  the following statement into Agrgis Pro version of Arcpy ?

arcpy.mapping.ConvertWebMapToMapDocument(Web_Map_as_JSON,templateMxd)

I couldn't find  ConvertWebMapToMapDocument   in  Arcpy.mp documentation

Is there any ArgisPro version of the following  script

Tutorial: Advanced web map printing/exporting using arcpy.mapping—Documentation | ArcGIS Enterprise 

Thank you

1 Reply
ClintonDow1
Occasional Contributor II

This functionality will be available in Pro 2.1 under arcpy.mp.ConvertWebMapToArcGISProject, it was one of the more complicated to port between versions due to the addition of Projects in Pro.