1.First you will need to have a scene open in ArcGIS Pro. You can use at least one of the supported layer types (Point feature class, Multipatch feature class or LAS data) under the 3D Layers category of your content in your scene that you want to share to ArcGIS Online 2. Next yo...
I could not simply import the layer file and call it a day. The layers I was working with were symbolized using a short integer field with a coded value domain. Each layer contained the exact same field. The codes were integers, providing essentially no meaning to the field crew, while t...
In some cases, switching between multiple basemap layers is useful while viewing and editing the data of a map in ArcGIS Pro. However, attempting to add a new basemap layer using the Basemap button, u
# Get the layer to edit editlayer = version.layers[0] print(editlayer) # Start an edit session version.mode = 'edit' version.start_editing() add_result = version.edit(editlayer, adds=[feature], updates=None, deletes=None, use_global_ids=False, rollback_on_failure=True) p...
How to copy a Classic story map: This method will not work withArcGIS StoryMaps. OnlyClassic Story Maps. 1. Use the instructions above to copy both the story and any web maps that are used in the story. 2. Open the new story in edit mode (Configure App). You'll...
I tried loading it into the regular map viewer, however, when I try to load the drive time layer, it combines three separate layers that I have for the project(Only one of which I'm using) into one and I don't know how to select the one layer I need. Should I have ...
ArcGIS Online to consider, particularly when it comes to the functionality that each layer provides in a map. In this blog, I will continue the discussion on some technical differences between tile cache layers and tiled imagery layers to explain how each can be used to benefit your ...
A good workflow to practice if you use graphics, is to create a new graphics layer to manage the elements. You can save graphics layers as a layer file and use it like other feature layers, for example toggling its visibility. ClickGraphicson the3D Graphicstoolbar. ...
To enable editing tools and commands, you must be in an edit session, with editable feature layers, and have the data frame active that contains the edit session. When working with the topology tools, you need to have either a map topology or a geodatabase topology in the map. ...
When you click the “Add Button”, there are select several options to add data. SEARCH FOR LAYERS:When you search for layers, this is the massive cloud database as part of ArcGIS Online. You can find anything here which includes authoritative and non-authoritative (so be careful). As of...