forked from MapComplete/MapComplete
Compare commits
1 commit
65d1fb1647
...
c1008dc617
Author | SHA1 | Date | |
---|---|---|---|
c1008dc617 |
1 changed files with 70 additions and 2 deletions
|
@ -48,15 +48,83 @@
|
|||
},
|
||||
"pointRendering": [
|
||||
{
|
||||
"iconSize": {
|
||||
"render": "20,20",
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
{
|
||||
"or": [
|
||||
"access=yes",
|
||||
"access=public",
|
||||
"access=permissive"
|
||||
]
|
||||
},
|
||||
"opening_hours!=",
|
||||
"opening_hours!=unknown",
|
||||
"opening_hours!=closed",
|
||||
"opening_hours!=off"
|
||||
]
|
||||
},
|
||||
"then": "40,40"
|
||||
}
|
||||
]
|
||||
},
|
||||
"marker": [
|
||||
{
|
||||
"icon": "square",
|
||||
"color": {
|
||||
"render": "#008754",
|
||||
"render": "#878787",
|
||||
"mappings": [
|
||||
{
|
||||
"if": "_recently_surveyed=true",
|
||||
"if": {
|
||||
"or": [
|
||||
"access=private",
|
||||
"access=no"
|
||||
]
|
||||
},
|
||||
"then": "#c3acab"
|
||||
},
|
||||
{
|
||||
"if": "access=customers",
|
||||
"then": "#87763d"
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"or": [
|
||||
"opening_hours=",
|
||||
"opening_hours=unknown",
|
||||
"opening_hours=closed",
|
||||
"opening_hours=off"
|
||||
]
|
||||
},
|
||||
"then": "#87763d"
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"_recently_surveyed=true",
|
||||
{
|
||||
"or": [
|
||||
"access=yes",
|
||||
"access=public",
|
||||
"access=permissive"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"then": "#28ba3d"
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"or": [
|
||||
"access=yes",
|
||||
"access=public",
|
||||
"access=permissive"
|
||||
]
|
||||
},
|
||||
"then": "#008754"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue