diff --git a/components/package.json b/components/package.json index bd75d83f..726cadea 100644 --- a/components/package.json +++ b/components/package.json @@ -35,7 +35,7 @@ "dependencies": { "@maplibre/maplibre-gl-geocoder": "1.9.1", "@maplibre/maplibre-gl-inspect": "1.7.1", - "maplibre-gl": "5.7.0", + "maplibre-gl": "5.20.0", "svelte-select": "5.8.3" }, "devDependencies": { diff --git a/components/src/maplibre/MapStyle/SWRDataLabLight.ts b/components/src/maplibre/MapStyle/SWRDataLabLight.ts index 6598fc5c..6e829be1 100644 --- a/components/src/maplibre/MapStyle/SWRDataLabLight.ts +++ b/components/src/maplibre/MapStyle/SWRDataLabLight.ts @@ -24,7 +24,7 @@ const tokens = { sans_bold: ['swr_sans_bold'], background: { stops: [ - [6, 'hsl(24, 20%, 97%)'], + [6, 'hsl(24, 20%, 96%)'], [6.5, 'hsl(24, 10%, 99%)'] ] }, @@ -37,7 +37,7 @@ const tokens = { sand: 'hsl(60, 0%, 95%)', rock: 'hsl(192, 0%, 90%)', street_primary: 'hsl(0, 4%, 95%)', - street_primary_faded: 'hsl(0, 4%, 93%)', + street_primary_faded: 'hsl(0, 4%, 90%)', street_primary_case: 'hsl(240, 1%, 84%)', street_secondary: 'hsl(0, 0%, 95%)', street_secondary_case: 'hsl(0, 0%, 75%)', diff --git a/components/src/maplibre/Source/MapSource.svelte b/components/src/maplibre/Source/MapSource.svelte index bc68a0ba..4479aa8e 100644 --- a/components/src/maplibre/Source/MapSource.svelte +++ b/components/src/maplibre/Source/MapSource.svelte @@ -1,7 +1,12 @@ @@ -57,7 +63,7 @@ - +
@@ -84,6 +90,46 @@ + + + + +
+ + + + + + + + + +
+
+
+