From c731ab44372137e718253607b5860631c51eab32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Sat, 5 Sep 2020 08:55:49 +0200 Subject: [PATCH] heritage: create basic category --- culture_religion.json | 3 +++ heritage.json | 9 +++++++++ 2 files changed, 12 insertions(+) create mode 100644 heritage.json diff --git a/culture_religion.json b/culture_religion.json index 17c8e16..fa89b4a 100644 --- a/culture_religion.json +++ b/culture_religion.json @@ -31,6 +31,9 @@ { "id": "memorial" }, + { + "id": "heritage" + }, { "id": "religion" }, diff --git a/heritage.json b/heritage.json new file mode 100644 index 0000000..b8ee500 --- /dev/null +++ b/heritage.json @@ -0,0 +1,9 @@ +{ + "type": "overpass", + "query": { + "8": "nwr[heritage=1];", + "11": "nwr[heritage~'^(1|2)$'];" + }, + "feature": { + } +}