From 27e2588bd36af2f1dae5a485d2f8643f8ec9ad9b Mon Sep 17 00:00:00 2001 From: boothym Date: Thu, 1 Sep 2016 12:39:39 +0100 Subject: [PATCH] Add cctv term for surveillance --- data/presets/presets/man_made/surveillance.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/presets/presets/man_made/surveillance.json b/data/presets/presets/man_made/surveillance.json index 7bd002e43..3d7a01d38 100644 --- a/data/presets/presets/man_made/surveillance.json +++ b/data/presets/presets/man_made/surveillance.json @@ -3,6 +3,9 @@ "geometry": [ "point" ], + "terms": [ + "cctv" + ], "tags": { "man_made": "surveillance" },