Skip to content

Commit

Permalink
fix: set default map to Hybrid
Browse files Browse the repository at this point in the history
closes #188
  • Loading branch information
steveoh committed Sep 25, 2024
1 parent e43fed7 commit 56f7733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MapContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const MapContainer = ({ onClick }: { onClick?: __esri.ViewImmediateClickE
const selectorOptions: SelectorOptions = {
view: mapView.current,
quadWord: import.meta.env.VITE_DISCOVER_QUAD_WORD,
baseLayers: ['Hybrid', { token: 'Lite', selected: true }, 'Terrain', 'Topo', 'Color IR'],
baseLayers: ['Hybrid', 'Lite', 'Terrain', 'Topo', 'Color IR'],
overlays: [
'Address Points',
{
Expand Down

0 comments on commit 56f7733

Please sign in to comment.