Regenerate documentation

This commit is contained in:
Pieter Vander Vennet 2021-12-03 02:30:25 +01:00
parent ea5bc7cbf4
commit 51459d6fe2
20 changed files with 108 additions and 18 deletions

View file

@ -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}"
},

View file

@ -13,7 +13,7 @@
"point",
"centroid"
],
"icon": "circle:white;./assets/svg/scissors.svg",
"icon": "circle:white;./assets/svg/scissors.svg",
"iconSize": "30,30,center"
}
]

View file

@ -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": [

View file

@ -60,6 +60,7 @@
"startLon": 0,
"startZoom": 12,
"layers": [
"walls_and_buildings",
"defibrillator"
]
}

View file

@ -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"
]
}
]

View file

@ -49,6 +49,7 @@
"socialImage": "",
"defaultBackgroundId": "osm",
"layers": [
"walls_and_buildings",
"direction",
"surveillance_camera"
]