forked from MapComplete/MapComplete
Merge pull request #661 from arrival-spring/patch-1
Add schools layer to etymology theme
This commit is contained in:
commit
21470869f9
1 changed files with 26 additions and 1 deletions
|
@ -90,7 +90,32 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"builtin": "etymology",
|
||||
"override": {
|
||||
"id": "education_institutions_without_etymology",
|
||||
"name": {
|
||||
"en": "Education institutions without etymology information"
|
||||
},
|
||||
"minzoom": 18,
|
||||
"source": {
|
||||
"osmTags": {
|
||||
"and": [
|
||||
"name~*",
|
||||
{
|
||||
"or": [
|
||||
"amenity=school",
|
||||
"amenity=kindergarten",
|
||||
"amenity=university",
|
||||
"amenity=college"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"hideFromOverview": false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue