2020-11-12 12:18:02 +01:00
|
|
|
{
|
|
|
|
"id": "surveillance",
|
|
|
|
"title": {
|
|
|
|
"en": "Surveillance under Surveillance",
|
|
|
|
"nl": "Surveillance under Surveillance"
|
|
|
|
},
|
|
|
|
"shortDescription": {
|
|
|
|
"en": "Surveillance cameras and other means of surveillance",
|
|
|
|
"nl": "Bewakingscameras en dergelijke"
|
|
|
|
},
|
|
|
|
"description": {
|
|
|
|
"en": "On this open map, you can find surveillance cameras.",
|
|
|
|
"nl": "Op deze open kaart kan je bewakingscamera's vinden."
|
|
|
|
},
|
|
|
|
"language": [
|
|
|
|
"en",
|
|
|
|
"nl"
|
|
|
|
],
|
|
|
|
"maintainer": "",
|
2020-11-15 03:22:41 +01:00
|
|
|
"icon": "./assets/themes/surveillance_cameras/logo.svg",
|
2020-11-12 12:18:02 +01:00
|
|
|
"version": "0",
|
|
|
|
"startLat": 0,
|
|
|
|
"startLon": 0,
|
|
|
|
"startZoom": 1,
|
|
|
|
"widenFactor": 0.05,
|
|
|
|
"socialImage": "",
|
2020-11-14 02:54:33 +01:00
|
|
|
"customCss": "./assets/themes/surveillance_cameras/custom_theme.css",
|
|
|
|
"defaultBackgroundId": "Stadia.AlidadeSmoothDark",
|
2020-11-12 12:18:02 +01:00
|
|
|
"layers": [
|
|
|
|
{
|
|
|
|
"id": "cameras",
|
|
|
|
"name": {
|
|
|
|
"en": "Surveillance camera's",
|
|
|
|
"nl": "Bewakingscamera's"
|
|
|
|
},
|
|
|
|
"minzoom": 12,
|
|
|
|
"overpassTags": {
|
|
|
|
"and": [
|
|
|
|
"man_made=surveillance",
|
|
|
|
{
|
|
|
|
"or": [
|
|
|
|
"surveillance:type=camera",
|
|
|
|
"surveillance:type=ALPR",
|
|
|
|
"surveillance:type=ANPR"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"title": {
|
|
|
|
"render": {
|
|
|
|
"en": "Surveillance Camera",
|
|
|
|
"nl": "Bewakingscamera"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"description": {},
|
|
|
|
"tagRenderings": [
|
2020-11-14 02:54:33 +01:00
|
|
|
"images",
|
2020-11-12 12:18:02 +01:00
|
|
|
{
|
|
|
|
"question": {
|
|
|
|
"en": "What kind of camera is this?",
|
|
|
|
"nl": "Wat voor soort camera is dit?"
|
|
|
|
},
|
|
|
|
"mappings": [
|
|
|
|
{
|
|
|
|
"if": {
|
|
|
|
"and": [
|
|
|
|
"camera:type=fixed"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"then": {
|
|
|
|
"en": "A fixed (non-moving) camera",
|
|
|
|
"nl": "Een vaste camera"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": {
|
|
|
|
"and": [
|
|
|
|
"camera:type=dome"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"then": {
|
|
|
|
"en": "A dome camera (which can turn)",
|
|
|
|
"nl": "Een dome (bolvormige camera die kan draaien)"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": {
|
|
|
|
"and": [
|
|
|
|
"camera:type=panning"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"then": {
|
|
|
|
"en": "A panning camera",
|
|
|
|
"nl": "Een camera die (met een motor) van links naar rechts kan draaien"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2020-11-15 03:10:44 +01:00
|
|
|
{
|
|
|
|
"question": {
|
|
|
|
"en": "In which geographical direction does this camera film?",
|
|
|
|
"nl": "Naar welke geografische richting filmt deze camera?"
|
|
|
|
},
|
|
|
|
"render": "Films to {camera:direction}",
|
2020-11-15 19:17:36 +01:00
|
|
|
"condition": "camera:type!=dome",
|
2020-11-15 03:10:44 +01:00
|
|
|
"freeform": {
|
|
|
|
"key": "camera:direction",
|
|
|
|
"type": "direction"
|
|
|
|
}
|
|
|
|
},
|
2020-11-12 12:18:02 +01:00
|
|
|
{
|
|
|
|
"freeform": {
|
|
|
|
"key": "operator"
|
|
|
|
},
|
|
|
|
"question": {
|
|
|
|
"en": "Who operates this CCTV?",
|
|
|
|
"nl": "Wie beheert deze bewakingscamera?"
|
|
|
|
},
|
|
|
|
"render": {
|
|
|
|
"en": "Operated by {operator}",
|
|
|
|
"nl": "Beheer door {operator}"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"question": {
|
2020-11-15 00:27:55 +01:00
|
|
|
"en": "What kind of surveillance is this camera",
|
2020-11-12 12:18:02 +01:00
|
|
|
"nl": "Wat soort bewaking wordt hier uitgevoerd?"
|
|
|
|
},
|
|
|
|
"mappings": [
|
|
|
|
{
|
|
|
|
"if": {
|
|
|
|
"and": [
|
|
|
|
"surveillance=public"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"then": {
|
|
|
|
"en": "A public area is surveilled, such as a street, a bridge, a square, a park, a train station...",
|
|
|
|
"nl": "Bewaking van de publieke ruilmte, dus een straat, een brug, een park, een plein, een stationsgebouw..."
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": {
|
|
|
|
"and": [
|
|
|
|
"surveillance=outdoor"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"then": {
|
|
|
|
"en": "An outdoor, yet private area is surveilled (e.g. a parking lot, a fuel station, courtyard, entrance, private driveway, ...)",
|
|
|
|
"nl": "Een buitenruimte met privaat karakter (zoals een privé-oprit, een parking, tankstation, ...)"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": {
|
|
|
|
"and": [
|
|
|
|
"surveillance=indoor"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"then": {
|
|
|
|
"nl": "Een private binnenruimte wordt bewaakt, bv. een wiinkel, een parkeergarage, ...",
|
|
|
|
"en": "A private indoor area is surveilled, e.g. a shop, a private underground parking, ..."
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"question": {
|
|
|
|
"en": "What exactly is surveilled here?",
|
|
|
|
"nl": "Wat wordt hier precies bewaakt?"
|
|
|
|
},
|
|
|
|
"freeform": {
|
2020-11-14 03:26:09 +01:00
|
|
|
"key": "surveillance:zone"
|
2020-11-12 12:18:02 +01:00
|
|
|
},
|
|
|
|
"render": {
|
2020-11-13 23:58:11 +01:00
|
|
|
"en": " Surveills a {surveillance:zone}",
|
|
|
|
"nl": "Bewaakt een {surveillance:zone}"
|
2020-11-12 12:18:02 +01:00
|
|
|
},
|
|
|
|
"mappings": [
|
|
|
|
{
|
|
|
|
"if": {
|
|
|
|
"and": [
|
|
|
|
"surveillance:zone=parking"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"then": {
|
|
|
|
"en": "Surveills a parking",
|
|
|
|
"nl": "Bewaakt een parking"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": {
|
|
|
|
"and": [
|
|
|
|
"surveillance:zone=traffic"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"then": {
|
|
|
|
"en": "Surveills the traffic",
|
|
|
|
"nl": "Bewaakt het verkeer"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": {
|
|
|
|
"and": [
|
|
|
|
"surveillance:zone=entrance"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"then": {
|
|
|
|
"en": "Surveills an entrance",
|
|
|
|
"nl": "Bewaakt een ingang"
|
|
|
|
}
|
|
|
|
},
|
2020-11-13 23:58:11 +01:00
|
|
|
{
|
|
|
|
"if": {
|
|
|
|
"and": [
|
|
|
|
"surveillance:zone=corridor"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"then": {
|
|
|
|
"en": "Surveills a corridor",
|
|
|
|
"nl": "Bewaakt een gang"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": {
|
|
|
|
"and": [
|
|
|
|
"surveillance:zone=public_transport_platform"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"then": {
|
|
|
|
"en": "Surveills a public tranport platform",
|
|
|
|
"nl": "Bewaakt een perron of bushalte"
|
|
|
|
}
|
|
|
|
},
|
2020-11-12 12:18:02 +01:00
|
|
|
{
|
|
|
|
"if": {
|
|
|
|
"and": [
|
|
|
|
"surveillance:zone=shop"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"then": {
|
|
|
|
"en": "Surveills a shop",
|
|
|
|
"nl": "Bewaakt een winkel"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
2020-11-15 01:16:35 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"question": {
|
|
|
|
"en": "How is this camera placed?",
|
|
|
|
"nl": "Hoe is deze camera geplaatst?"
|
|
|
|
},
|
|
|
|
"freeform": {
|
|
|
|
"key": "camera:mount"
|
|
|
|
},
|
|
|
|
"mappings": [
|
|
|
|
{
|
|
|
|
"if": "camera:mount=wall",
|
|
|
|
"then": {
|
|
|
|
"en": "This camera is placed against a wall",
|
|
|
|
"nl": "Deze camera hangt aan een muur"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "camera:mount=pole",
|
|
|
|
"then": {
|
|
|
|
"en": "This camera is placed one a pole",
|
|
|
|
"nl": "Deze camera staat op een paal"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "camera:mount=pole",
|
|
|
|
"then": {
|
|
|
|
"en": "This camera is placed one a pole",
|
|
|
|
"nl": "Deze camera staat op een paal"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
2020-11-12 12:18:02 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"hideUnderlayingFeaturesMinPercentage": 0,
|
|
|
|
"icon": {
|
2020-11-15 19:17:36 +01:00
|
|
|
"render": "./assets/themes/surveillance_cameras/cam.svg",
|
|
|
|
"mappings": [
|
|
|
|
{
|
|
|
|
"if": "camera:type=dome",
|
|
|
|
"then": "./assets/themes/surveillance_cameras/dome.svg"
|
|
|
|
}
|
|
|
|
]
|
2020-11-12 12:18:02 +01:00
|
|
|
},
|
|
|
|
"width": {
|
|
|
|
"render": "8"
|
|
|
|
},
|
|
|
|
"iconSize": {
|
2020-11-15 19:17:36 +01:00
|
|
|
"render": "50,50,center"
|
2020-11-12 12:18:02 +01:00
|
|
|
},
|
|
|
|
"color": {
|
|
|
|
"render": "#00f"
|
|
|
|
},
|
2020-11-15 00:27:55 +01:00
|
|
|
"presets": [
|
|
|
|
{
|
|
|
|
"tags": ["man_made=surveillance","surveillance:type=camera"],
|
|
|
|
"title": "Surveillance camera"
|
|
|
|
}
|
|
|
|
],
|
2020-11-12 12:18:02 +01:00
|
|
|
"wayHandling": 2
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"roamingRenderings": []
|
|
|
|
}
|