Skip to content

Commit 5ffa9a5

Browse files
committed
fix: move address points and land ownership to operational layers
1 parent 611ce1f commit 5ffa9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MapContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const MapContainer = ({ onClick }: { onClick?: __esri.ViewImmediateClickE
4141
view: mapView.current,
4242
quadWord: import.meta.env.VITE_DISCOVER,
4343
basemaps: ['Lite', 'Hybrid', 'Terrain', 'Topo', 'Color IR'],
44-
referenceLayers: ['Address Points', 'Land Ownership'],
44+
operationalLayers: ['Address Points', 'Land Ownership'],
4545
},
4646
};
4747

0 commit comments

Comments
 (0)