Feature: update protomaps to latest versions, update mapcomplete-sunny style, add housenumbers

This commit is contained in:
Pieter Vander Vennet 2025-02-21 14:18:32 +01:00
parent 3791290293
commit fc9e23e986
2 changed files with 408 additions and 574 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
{ {
"layers": [ "layers": [
{ {
"url": "pmtiles://https://api.protomaps.com/tiles/v3.json?key=2af8b969a9e8b692", "url": "pmtiles://https://api.protomaps.com/tiles/v4.json?key=2af8b969a9e8b692",
"style": "assets/sunny.json", "style": "assets/sunny.json",
"connect-src": [ "connect-src": [
"https://protomaps.github.io" "https://protomaps.github.io"
@ -29,8 +29,8 @@
} }
}, },
{ {
"url": "pmtiles://https://api.protomaps.com/tiles/v3.json?key=2af8b969a9e8b692", "url": "pmtiles://https://api.protomaps.com/tiles/v4.json?key=2af8b969a9e8b692",
"style": "https://api.protomaps.com/styles/v2/white.json?key=2af8b969a9e8b692", "style": "https://api.protomaps.com/styles/v5/white.json?key=2af8b969a9e8b692",
"connect-src": [ "connect-src": [
"https://protomaps.github.io" "https://protomaps.github.io"
], ],
@ -44,8 +44,8 @@
} }
}, },
{ {
"url": "pmtiles://https://api.protomaps.com/tiles/v3.json?key=2af8b969a9e8b692", "url": "pmtiles://https://api.protomaps.com/tiles/v4.json?key=2af8b969a9e8b692",
"style": "https://api.protomaps.com/styles/v2/light.json?key=2af8b969a9e8b692", "style": "https://api.protomaps.com/styles/v5/light/en.json?key=2af8b969a9e8b692",
"connect-src": [ "connect-src": [
"https://protomaps.github.io" "https://protomaps.github.io"
], ],
@ -59,11 +59,11 @@
} }
}, },
{ {
"url": "pmtiles://https://api.protomaps.com/tiles/v3.json?key=2af8b969a9e8b692", "url": "pmtiles://https://api.protomaps.com/tiles/v4.json?key=2af8b969a9e8b692",
"connect-src": [ "connect-src": [
"https://protomaps.github.io" "https://protomaps.github.io"
], ],
"style": "https://api.protomaps.com/styles/v2/grayscale.json?key=2af8b969a9e8b692", "style": "https://api.protomaps.com/styles/v5/grayscale.json?key=2af8b969a9e8b692",
"id": "protomaps.grayscale", "id": "protomaps.grayscale",
"name": "Protomaps Grayscale", "name": "Protomaps Grayscale",
"type": "vector", "type": "vector",
@ -74,11 +74,11 @@
} }
}, },
{ {
"url": "pmtiles://https://api.protomaps.com/tiles/v3.json?key=2af8b969a9e8b692", "url": "pmtiles://https://api.protomaps.com/tiles/v4.json?key=2af8b969a9e8b692",
"connect-src": [ "connect-src": [
"https://protomaps.github.io" "https://protomaps.github.io"
], ],
"style": "https://api.protomaps.com/styles/v2/dark.json?key=2af8b969a9e8b692", "style": "https://api.protomaps.com/styles/v5/dark.json?key=2af8b969a9e8b692",
"id": "protomaps.dark", "id": "protomaps.dark",
"name": "Protomaps Dark", "name": "Protomaps Dark",
"type": "vector", "type": "vector",
@ -89,8 +89,8 @@
} }
}, },
{ {
"url": "pmtiles://https://api.protomaps.com/tiles/v3.json?key=2af8b969a9e8b692", "url": "pmtiles://https://api.protomaps.com/tiles/v4.json?key=2af8b969a9e8b692",
"style": "https://api.protomaps.com/styles/v2/black.json?key=2af8b969a9e8b692", "style": "https://api.protomaps.com/styles/v5/black.json?key=2af8b969a9e8b692",
"connect-src": [ "connect-src": [
"https://protomaps.github.io" "https://protomaps.github.io"
], ],
@ -104,7 +104,7 @@
} }
}, },
{ {
"url": "pmtiles://https://api.protomaps.com/tiles/v3.json?key=2af8b969a9e8b692", "url": "pmtiles://https://api.protomaps.com/tiles/v4.json?key=2af8b969a9e8b692",
"style": "assets/sunny-unlabeled.json", "style": "assets/sunny-unlabeled.json",
"connect-src": [ "connect-src": [
"https://protomaps.github.io" "https://protomaps.github.io"