Add tests for tags, add check for duplicate names as layer ids, fix #393

This commit is contained in:
Pieter Vander Vennet 2021-07-12 11:44:55 +02:00
parent fa9313a3b7
commit 33e2dca7e4
7 changed files with 95 additions and 60 deletions

View file

@ -10,7 +10,12 @@
{
"or": [
"leisure=nature_reserve",
"boundary=protected_area"
{
"and": [
"protect_class!=98",
"boundary=protected_area"
]
}
]
}
]