feat(styles): test dark protomaps style
Some checks failed
TrafficCue CI / check (push) Failing after 55s
TrafficCue CI / build (push) Successful in 50s

This commit is contained in:
2025-08-11 13:32:46 +02:00
parent d8b04ff756
commit 8fadeb68ca
4 changed files with 16 additions and 2 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,3 +1,5 @@
import { DARK, layers as pmLayers } from "@protomaps/basemaps";
export const worldLayers = [
{
id: "boundary-lines",
@@ -33,7 +35,9 @@ export const worldLayers = [
}
]
export const layers = [
export const layers = pmLayers("openmaptiles", DARK)
export const deflayers = [
{
"id": "background",
"type": "background",