forked from MapComplete/MapComplete
Regenerate documentation
This commit is contained in:
parent
ea5bc7cbf4
commit
51459d6fe2
20 changed files with 108 additions and 18 deletions
|
@ -42,11 +42,22 @@
|
|||
"it": "Defibrillatore",
|
||||
"ru": "Дефибриллятор"
|
||||
},
|
||||
"tags": [
|
||||
"emergency=defibrillator"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": {
|
||||
"en": "defibrillator mounted on a wall",
|
||||
"nl": "defibrillator die aan een muur hangt"
|
||||
},
|
||||
"tags": [
|
||||
"emergency=defibrillator"
|
||||
],
|
||||
"preciseInput": {
|
||||
"preferredBackground": "map"
|
||||
"preferredBackground": "map",
|
||||
"snapToLayer": "walls_and_buildings",
|
||||
"maxSnapDistance": 5
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -228,7 +239,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"if": "defibrillator~",
|
||||
"if": "defibrillator~*",
|
||||
"then": {
|
||||
"en": "This is a special type of defibrillator: {defibrillator}"
|
||||
},
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"point",
|
||||
"centroid"
|
||||
],
|
||||
"icon": "circle:white;./assets/svg/scissors.svg",
|
||||
"icon": "circle:white;./assets/svg/scissors.svg",
|
||||
"iconSize": "30,30,center"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -459,7 +459,22 @@
|
|||
"man_made=surveillance",
|
||||
"surveillance:type=camera"
|
||||
],
|
||||
"title": "Surveillance camera"
|
||||
"title": {
|
||||
"en":"surveillance camera"
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [
|
||||
"man_made=surveillance",
|
||||
"surveillance:type=camera",
|
||||
"camera:mount=wall"
|
||||
],
|
||||
"title": {
|
||||
"en":"surveillance camera mounted on a wall"
|
||||
},
|
||||
"preciseInput": {
|
||||
"snapToLayer": "walls_and_buildings"
|
||||
}
|
||||
}
|
||||
],
|
||||
"mapRendering": [
|
||||
|
|
|
@ -60,6 +60,7 @@
|
|||
"startLon": 0,
|
||||
"startZoom": 12,
|
||||
"layers": [
|
||||
"walls_and_buildings",
|
||||
"defibrillator"
|
||||
]
|
||||
}
|
|
@ -16,6 +16,7 @@
|
|||
"startLon": 3.195682,
|
||||
"startZoom": 12,
|
||||
"layers": [
|
||||
"walls_and_buildings",
|
||||
"defibrillator",
|
||||
{
|
||||
"id": "Brugge",
|
||||
|
@ -80,7 +81,8 @@
|
|||
},
|
||||
"iconSize": "20,20,center",
|
||||
"location": [
|
||||
"point","centroid"
|
||||
"point",
|
||||
"centroid"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
@ -49,6 +49,7 @@
|
|||
"socialImage": "",
|
||||
"defaultBackgroundId": "osm",
|
||||
"layers": [
|
||||
"walls_and_buildings",
|
||||
"direction",
|
||||
"surveillance_camera"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue