Monday, 15 October 2018

arcgis desktop - Words from ArcPy Scripts Appear in Map Document?


I created a slope map of the U.S. using ArcPy scripts (ArcGIS 10.2). I just completed the map. However, some of the words from my ArcPy scripts show up in the map document, both in data and layout views. I need to remove this print from the map. Print from ArcPy Script in Map Document



Answer




Presumably these are text elements so you should be able to go into Layout or Data View of ArcMap and use the Select tool from the Draw toolbar to click on them, and then hit the Delete key to remove them.


If this works, but next time you run your ArcPy script they come back, then you will need to try and debug your script.


No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...