From 3136b53e62535c6288353fb01fcb8bd59e0eba4d Mon Sep 17 00:00:00 2001 From: novoLife Date: Sat, 20 Sep 2025 23:54:29 +0800 Subject: [PATCH 1/2] Create Police Detention Facility preset --- data/presets/police/detention.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 data/presets/police/detention.json diff --git a/data/presets/police/detention.json b/data/presets/police/detention.json new file mode 100644 index 00000000..54031bd2 --- /dev/null +++ b/data/presets/police/detention.json @@ -0,0 +1,29 @@ +{ + "icon": "maki-prison", + "fields": [ + "name", + "building_area_yes", + "operator", + "operator/type", + "address" + ], + "moreFields": [ + "{@templates/contact}", + "gnis/feature_id-US", + "wheelchair" + ], + "geometry": [ + "area", + "point" + ], + "terms": [ + "cell", + "correction", + "detention", + "jail" + ], + "tags": { + "police": "detention" + }, + "name": "Police Detention Facility" +} From f96f9a2b524c118a573fc8b4f901fddb36bb5e69 Mon Sep 17 00:00:00 2001 From: novoLife Date: Sun, 21 Sep 2025 00:05:43 +0800 Subject: [PATCH 2/2] add terms --- data/presets/police/detention.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/presets/police/detention.json b/data/presets/police/detention.json index 54031bd2..2e004803 100644 --- a/data/presets/police/detention.json +++ b/data/presets/police/detention.json @@ -20,7 +20,8 @@ "cell", "correction", "detention", - "jail" + "jail", + "prison" ], "tags": { "police": "detention"