forked from MapComplete/MapComplete
Merge branch 'develop' of github.com:pietervdvn/MapComplete into develop
This commit is contained in:
commit
71499bbf15
1 changed files with 14 additions and 3 deletions
|
@ -31,7 +31,8 @@
|
|||
"and": [
|
||||
"highway!=",
|
||||
"lit!=no",
|
||||
"lit!="
|
||||
"lit!=",
|
||||
"service!=driveway"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
@ -102,7 +103,9 @@
|
|||
"nl": "Alle straten"
|
||||
},
|
||||
"source": {
|
||||
"osmTags": "highway!="
|
||||
"osmTags": {
|
||||
"and": ["highway!=", "service!=driveway", "highway!=platform"]
|
||||
}
|
||||
},
|
||||
"minZoom": 19,
|
||||
"title": {
|
||||
|
@ -119,7 +122,15 @@
|
|||
},
|
||||
"mapRendering": [
|
||||
{
|
||||
"color": "#a9a9a9"
|
||||
"color": {
|
||||
"render":"#a9a9a9",
|
||||
"mappings": [
|
||||
{
|
||||
"if":"lit=no",
|
||||
"then": "#303030"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"tagRenderings": [
|
||||
|
|
Loading…
Reference in a new issue