diff options
| author | Copilot <198982749+Copilot@users.noreply.github.com> | 2025-11-17 23:39:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-17 23:39:08 +0100 |
| commit | 276e73412abef28c222c52a84334d49f5e414f3c (patch) | |
| tree | 8b7ae07eafa53f9efc5884e4f0696e6077266f48 /src/frontend/public/maps/styles | |
| parent | 36d982fb3b01fd8181b216b57fba2c42e9404d1f (diff) | |
Use consolidated data API in map sheet with shared card component (#100)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com>
Co-authored-by: Ariel Costas Guerrero <ariel@costas.dev>
Diffstat (limited to 'src/frontend/public/maps/styles')
| -rw-r--r-- | src/frontend/public/maps/styles/openfreemap-dark.json | 2 | ||||
| -rw-r--r-- | src/frontend/public/maps/styles/openfreemap-light.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/frontend/public/maps/styles/openfreemap-dark.json b/src/frontend/public/maps/styles/openfreemap-dark.json index 1a46976..2803f1a 100644 --- a/src/frontend/public/maps/styles/openfreemap-dark.json +++ b/src/frontend/public/maps/styles/openfreemap-dark.json @@ -3346,7 +3346,7 @@ "interpolate", ["linear"], ["get", "zoom"], - 0, 11, + 0, 1, 14, 1, 16, 0.8, 18, 0.6, diff --git a/src/frontend/public/maps/styles/openfreemap-light.json b/src/frontend/public/maps/styles/openfreemap-light.json index 0141ce4..d616fe7 100644 --- a/src/frontend/public/maps/styles/openfreemap-light.json +++ b/src/frontend/public/maps/styles/openfreemap-light.json @@ -6995,7 +6995,7 @@ "interpolate", ["linear"], ["get", "zoom"], - 0, 11, + 0, 1, 14, 1, 16, 0.8, 18, 0.6, |
