mapcomplete/assets/themes/bicycle_parkings/bicycle_parkings.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
535 B
JSON
Raw Normal View History

2024-03-03 14:14:45 +01:00
{
"id": "bicycle_parkings",
"title": {
2024-03-12 16:56:00 +01:00
"en": "Bicycle parkings",
2024-05-16 10:27:04 +02:00
"de": "Fahrradabstellplätze",
"ca": "Aparcament de bicicletes",
2024-06-16 16:06:26 +02:00
"fr": "Stationnement vélo",
"pl": "Parkingi dla rowerów"
2024-03-03 14:14:45 +01:00
},
2024-04-28 11:00:23 +02:00
"description": {
"en": "A map showing all types of bicycle parkings",
"de": "Eine Karte mit allen Arten von Fahrradabstellplätzen"
},
2024-03-03 14:14:45 +01:00
"icon": "./assets/themes/bicycle_parkings/logo.svg",
"layers": [
{
2024-03-05 00:27:56 +01:00
"builtin": "bike_parking",
2024-03-03 14:14:45 +01:00
"override": {
"minzoom": 12
}
}
]
}