mapcomplete/assets/themes/cycle_infra/cycle_infra.json

35 lines
1 KiB
JSON
Raw Normal View History

2021-07-06 15:05:57 +02:00
{
"id": "cycle_infra",
"title": {
2021-07-06 16:24:35 +02:00
"en": "Bicycle infrastructure",
"nl": "Fietsinfrastructuur"
2021-07-06 15:05:57 +02:00
},
"shortDescription": {
2021-07-06 16:24:35 +02:00
"en": "A map where you can view and edit things related to the bicycle infrastructure.",
"nl": "Een kaart waar je info over de fietsinfrastructuur kan bekijken en bewerken."
2021-07-06 15:05:57 +02:00
},
"description": {
"en": "A map where you can view and edit things related to the bicycle infrastructure. Made during #osoc21.",
"nl": "Een kaart waar je info over de fietsinfrastructuur kan bekijken en bewerken. Gemaakt tijdens #osoc21."
2021-07-06 15:05:57 +02:00
},
"language": [
"en",
"nl"
],
"maintainer": "MapComplete",
"hideFromOverview": false,
2021-07-22 16:16:52 +02:00
"defaultBackgroundId": "CartoDB.Voyager",
2021-07-26 14:04:23 +02:00
"icon": "./assets/themes/cycle_infra/cycle-infra.svg",
2021-07-06 15:05:57 +02:00
"version": "0",
"startLat": 51,
"startLon": 3.75,
"startZoom": 11,
"widenFactor": 1,
2021-07-26 14:04:23 +02:00
"socialImage": "./assets/themes/cycle_infra/cycle-infra.svg",
2021-07-28 02:51:07 +02:00
"enableDownload": true,
2021-07-06 15:05:57 +02:00
"layers": [
"cycleways_and_roads",
"barrier",
2021-07-14 11:40:00 +02:00
"crossings"
]
}