update names in layer selector

This commit is contained in:
geoffsee
2025-07-21 16:21:08 -04:00
parent 82b99b5eab
commit c0f52e0df8

View File

@@ -5,7 +5,7 @@ import {useState} from "react";
import {getNeumorphicColors, getNeumorphicStyle} from './theme/neumorphic-theme'; import {getNeumorphicColors, getNeumorphicStyle} from './theme/neumorphic-theme';
export const layers = [ export const layers = [
{ name: 'OSM', value: 'mapbox://styles/mapbox/dark-v11' }, { name: 'Standard', value: 'mapbox://styles/mapbox/dark-v11' },
{ name: 'Satellite', value: 'mapbox://styles/mapbox/satellite-v9' }, { name: 'Satellite', value: 'mapbox://styles/mapbox/satellite-v9' },
]; ];