Maps use a collection of layers
Each layer in a map references geographic data, either from a data service
There are two groups of layers that an ArcGIS Map contains:
- Basemap layers
A basemap layer is the layer in a map or scene that displays basemap data. The data source for a basemap layer is typically a basemap service. , used for geographic context. - Data layers
A data layer is a layer that references geographic data from a file or a service and is used to visualize the data in a map or scene. , used to display geographic data within the context of the basemap.
Key concepts
Basemap Layers
You can use one or more basemap layers to provide a background of geographic context for the data layers displayed in your scene.
The basemap layer service
Data layers
Data layers
Global scenes support data in any geographic coordinate system. Local scenes support any projected coordinate system. Refer to global or local for more information.
Image tile layers
An image tile layer
The tile layer
Vector tile layers
A vector tile layer
Vector tile layers are similar to image tile layers except they store a vector representation of the data. In other words, this format represents geographic features as points, lines, and polygons.
Scene layers
A scene layer
Visualizing your information in 3D makes it easier to intuitively understand and experience geographic information. ArcGIS Maps SDK for Unity currently supports 3D object scene layers, integrated mesh scene layers, and building scene layers.
3D Tiles layers
A 3D Tiles layer references a tileset that defines spatial data in a hierarchical data structure following the Open Geospatial Consortium (OGC) 3D Tiles specification.
3D Tiles are an OGC standard enabling visualization of 3D content. A 3D tile layer can display data from online services, a tileset (.json), or a 3D tile archive format (.3tz).
Group layers
A Group layer
Set data layers
- Click the Layers tab.
- Click the + Add New button located on the lower right to open an Add New Layer pop-up window.
- Select a layer type from the Type drop-down list.
- In the Source field, enter an online service URL. To use a local file package, click ··· and select the file.
- Enter a name in the Name field.
- Click Add.
When you click Add, the layer is added to the Layers list.
To use private content, select the matching configuration from the Authentication drop-down list in the Layers section. For more information about using private content, see user authentication.
Refer to the FAQ to troubleshoot data loading issues.
Layer management
You can toggle layer visibility on and off, change layer opacity, remove, and reorder layers. When you have multiple layer sources, the last item added to the collection takes precedence and is displayed topmost in the Map Creator UI.
You can perform the following layer management operations from the Layers tab:
- To change the layer order, click ⋮ and select Move Up or Move Down. The layer at the top of the layer list has the highest priority.
- To change a layer name, click the layer name or click ⋮ and select Rename.
- To delete a layer, click ⋮ and select Remove.
- To copy a layer URL, click ⋮ and select Copy URL.
- To change layer visibility, check or uncheck the check box.
- To see a layer's properties, expand the layer registry (triangle icon at the left).
- To set layer opacity, enter a value between
0.0and1.0or use the slider. - Click the Type drop-down list to change the layer type.
- Click the gear icon in scene layers properties to configure additional filters or modifications for the layer.
- To zoom the Scene view camera to the extent of the layer, click ⋮ and select Zoom To.