Esri / react-arcgis

A few components to help you get started using the ArcGIS API for JavaScript and esri-loader with React
Apache License 2.0
318 stars 79 forks source link

Using a custom basemap #202

Closed avrilanne closed 3 years ago

avrilanne commented 3 years ago

Is there support for a custom basemap or a way to change the color of a basemap?

re. https://developers.arcgis.com/javascript/latest/sample-code/basemap-custom/

      mapProperties={{
        basemap: 'gray-vector'
      }}
andygup commented 3 years ago

Sure is: https://developers.arcgis.com/documentation/vector-tile-style-editor/ and here's a tutorial: https://developers.arcgis.com/javascript/latest/display-a-custom-basemap-style/

avrilanne commented 3 years ago

Thank you @andygup !