diff --git a/data/presets/presets.json b/data/presets/presets.json index 16c175e0c..dcd797d7b 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -1046,6 +1046,25 @@ "address" ] }, + { + "name": "picnic site", + "match": { + "type": [ + "point", + "area" + ], + "terms": [], + "tags": { + "tourism": "picnic_site" + } + }, + "icon": "", + "form": [ + "operator", + "building_area", + "address" + ] + }, { "name": "town hall", "match": { diff --git a/data/presets/presets/order.json b/data/presets/presets/order.json index 0efa87fe5..3f5249736 100644 --- a/data/presets/presets/order.json +++ b/data/presets/presets/order.json @@ -43,6 +43,7 @@ "amenity/toilets", "tourism/hotel", "tourism/museum", + "tourism/picnic_site", "amenity/townhall", "leisure/golf_course", "waterway/river", diff --git a/data/presets/presets/tourism/picnic_site.json b/data/presets/presets/tourism/picnic_site.json new file mode 100644 index 000000000..0081e3fe9 --- /dev/null +++ b/data/presets/presets/tourism/picnic_site.json @@ -0,0 +1,20 @@ +{ + "name": "picnic site", + "match": { + "type": [ + "point", + "area" + ], + "terms": [ + ], + "tags": { + "tourism": "picnic_site" + } + }, + "icon": "", + "form": [ + "operator", + "building_area", + "address" + ] +} \ No newline at end of file