Revert "feat(styles): test dark protomaps style"
Some checks failed
TrafficCue CI / check (push) Failing after 59s
TrafficCue CI / build (push) Successful in 48s

This reverts commit 8fadeb68ca.
This commit is contained in:
2025-08-11 13:36:30 +02:00
parent 8fadeb68ca
commit a9676987e2
4 changed files with 2 additions and 16 deletions

View File

@@ -66,7 +66,7 @@
})
// // @ts-expect-error - not typed correctly
// @ts-expect-error - not typed correctly
layers.forEach(l => map.value!.addLayer(l));
// }
}}

View File

@@ -1,5 +1,3 @@
import { DARK, layers as pmLayers } from "@protomaps/basemaps";
export const worldLayers = [
{
id: "boundary-lines",
@@ -35,9 +33,7 @@ export const worldLayers = [
}
]
export const layers = pmLayers("openmaptiles", DARK)
export const deflayers = [
export const layers = [
{
"id": "background",
"type": "background",