Skip to content

Commit

Permalink
fix: default to lite base map
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed May 12, 2023
1 parent 623704d commit f2bf5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Map.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function MapComponent() {
setSelectorOptions({
view: view.current,
quadWord: import.meta.env.VITE_DISCOVER_KEY,
baseLayers: ['Hybrid', 'Lite', 'Terrain', 'Topo', 'Color IR'],
baseLayers: ['Lite', 'Terrain', 'Topo', 'Hybrid', 'Color IR'],
});

return () => {
Expand Down

0 comments on commit f2bf5b3

Please sign in to comment.