Select to view content in your preferred language

Hybrid base map labels

212
1
a week ago
vijaybadugu
Frequent Contributor

vijaybadugu_1-1757346076855.png

 <arcgis-map basemap="hybrid" id="map1" center="-117.88, 34.46" zoom="6">

hybrid base map labels are on top of graphics layer. I am adding graphics layer to the map components after view load. i tried adding view.graphics.add and it is working as expected and the problem is with graphicslayer.is there a way to set this in arcgis map component? 

 

0 Kudos
1 Reply
ReneRubalcava
Esri Frequent Contributor

This is the default behavior for GraphicsLayer and Views

https://codepen.io/odoe/pen/RNWdObm?editors=100

The "view.graphics" or with components, "viewElement.graphics" is a graphics layer under the hood, but is always on top.