diff --git a/data/presets/police/detention.json b/data/presets/police/detention.json new file mode 100644 index 00000000..2e004803 --- /dev/null +++ b/data/presets/police/detention.json @@ -0,0 +1,30 @@ +{ + "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", + "prison" + ], + "tags": { + "police": "detention" + }, + "name": "Police Detention Facility" +}