export const mapsConfig = { "Light": { url: "https://tyles.dwri.xyz/planet/{z}/{x}/{y}.mvt", flavor: "light", maxZoom: 16, attribution: "Protomaps, © OpenStreetMap" }, "Dark": { url: "https://tyles.dwri.xyz/planet/{z}/{x}/{y}.mvt", flavor: "dark", maxZoom: 16, attribution: "Protomaps, © OpenStreetMap" }, "White": { url: "https://tyles.dwri.xyz/planet/{z}/{x}/{y}.mvt", flavor: "white", maxZoom: 16, attribution: "Protomaps, © OpenStreetMap" }, "Grayscale": { url: "https://tyles.dwri.xyz/planet/{z}/{x}/{y}.mvt", flavor: "grayscale", maxZoom: 16, attribution: "Protomaps, © OpenStreetMap" }, "Black": { url: "https://tyles.dwri.xyz/planet/{z}/{x}/{y}.mvt", flavor: "black", maxZoom: 16, attribution: "Protomaps, © OpenStreetMap" }, };