Map layers and basemaps
Layers and base maps that make up the project summary map and project components map
Sources, Layers, and Source Types
<Source
key={config.layerIdName}
type="geojson"
data={theGeojsonData}
>
<Layer
key={config.layerIdName}
{...theOtherlayerProps}
/>
</Source>GeoJSON layers
Base Maps
Default basemap
Aerial Imagery basemap
Last updated
Was this helpful?