mirror of
https://github.com/seemueller-io/yachtpit.git
synced 2025-09-08 22:46:45 +00:00
update names in layer selector
This commit is contained in:
@@ -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' },
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user