2025-04-27 11:13:19 -04:00
|
|
|
export const mapsConfig = {
|
|
|
|
|
"Light": {
|
2025-10-26 06:59:06 -04:00
|
|
|
url: "https://tyles.dwri.xyz/planet/{z}/{x}/{y}.mvt",
|
2025-04-27 11:13:19 -04:00
|
|
|
flavor: "light",
|
|
|
|
|
maxZoom: 16,
|
|
|
|
|
attribution: "<a href='https://github.com/protomaps/basemaps'>Protomaps</a>, © <a href='https://openstreetmap.org'>OpenStreetMap</a>"
|
|
|
|
|
},
|
|
|
|
|
"Dark": {
|
2025-10-26 06:59:06 -04:00
|
|
|
url: "https://tyles.dwri.xyz/planet/{z}/{x}/{y}.mvt",
|
2025-04-27 11:13:19 -04:00
|
|
|
flavor: "dark",
|
|
|
|
|
maxZoom: 16,
|
|
|
|
|
attribution: "<a href='https://github.com/protomaps/basemaps'>Protomaps</a>, © <a href='https://openstreetmap.org'>OpenStreetMap</a>"
|
|
|
|
|
},
|
|
|
|
|
"White": {
|
2025-10-26 06:59:06 -04:00
|
|
|
url: "https://tyles.dwri.xyz/planet/{z}/{x}/{y}.mvt",
|
2025-04-27 11:13:19 -04:00
|
|
|
flavor: "white",
|
|
|
|
|
maxZoom: 16,
|
|
|
|
|
attribution: "<a href='https://github.com/protomaps/basemaps'>Protomaps</a>, © <a href='https://openstreetmap.org'>OpenStreetMap</a>"
|
|
|
|
|
},
|
|
|
|
|
"Grayscale": {
|
2025-10-26 06:59:06 -04:00
|
|
|
url: "https://tyles.dwri.xyz/planet/{z}/{x}/{y}.mvt",
|
2025-04-27 11:13:19 -04:00
|
|
|
flavor: "grayscale",
|
|
|
|
|
maxZoom: 16,
|
|
|
|
|
attribution: "<a href='https://github.com/protomaps/basemaps'>Protomaps</a>, © <a href='https://openstreetmap.org'>OpenStreetMap</a>"
|
|
|
|
|
},
|
|
|
|
|
"Black": {
|
2025-10-26 06:59:06 -04:00
|
|
|
url: "https://tyles.dwri.xyz/planet/{z}/{x}/{y}.mvt",
|
2025-04-27 11:13:19 -04:00
|
|
|
flavor: "black",
|
|
|
|
|
maxZoom: 16,
|
|
|
|
|
attribution: "<a href='https://github.com/protomaps/basemaps'>Protomaps</a>, © <a href='https://openstreetmap.org'>OpenStreetMap</a>"
|
|
|
|
|
},
|
|
|
|
|
};
|