forked from MapComplete/MapComplete
Merge branch 'project/natuurpunt' of https://github.com/pietervdvn/MapComplete into project/natuurpunt
This commit is contained in:
commit
dd26321f9b
7 changed files with 91 additions and 61 deletions
|
@ -12,8 +12,8 @@
|
|||
"leisure=nature_reserve",
|
||||
{
|
||||
"and": [
|
||||
"boundary=protected_area",
|
||||
"protect_class!=98"
|
||||
"protect_class!=98",
|
||||
"boundary=protected_area"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"socialImage": "./assets/themes/buurtnatuur/social_image.jpg",
|
||||
"layers": [
|
||||
{
|
||||
"id": "nature_reserve",
|
||||
"id": "nature_reserve_buurtnatuur",
|
||||
"name": {
|
||||
"nl": "Natuurgebied"
|
||||
},
|
||||
|
@ -141,7 +141,7 @@
|
|||
}
|
||||
},
|
||||
"calculatedTags": [
|
||||
"_overlapWithUpperLayers=Math.max(...feat.overlapWith('nature_reserve').map(o => o.overlap))/feat.area",
|
||||
"_overlapWithUpperLayers=Math.max(...feat.overlapWith('nature_reserve_buurtnatuur').map(o => o.overlap))/feat.area",
|
||||
"_tooMuchOverlap=Number(feat.properties._overlapWithUpperLayers) > 0.1 ? 'yes' :'no'"
|
||||
],
|
||||
"isShown": {
|
||||
|
@ -240,7 +240,7 @@
|
|||
}
|
||||
},
|
||||
"calculatedTags": [
|
||||
"_overlapWithUpperLayers=Math.max(...feat.overlapWith('parks','nature_reserve').map(o => o.overlap))/feat.area",
|
||||
"_overlapWithUpperLayers=Math.max(...feat.overlapWith('parks','nature_reserve_buurtnatuur').map(o => o.overlap))/feat.area",
|
||||
"_tooMuchOverlap=Number(feat.properties._overlapWithUpperLayers) > 0.1 ? 'yes' : 'no'"
|
||||
],
|
||||
"isShown": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue