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": { + } +}