From 3136b53e62535c6288353fb01fcb8bd59e0eba4d Mon Sep 17 00:00:00 2001 From: novoLife Date: Sat, 20 Sep 2025 23:54:29 +0800 Subject: [PATCH] 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" +}