forked from MapComplete/MapComplete
Fix: fix filter 'has at least one image', fix #2377
This commit is contained in:
parent
c7a07e6f00
commit
15f3583f00
1 changed files with 10 additions and 10 deletions
|
@ -128,10 +128,8 @@
|
||||||
"osmTags": {
|
"osmTags": {
|
||||||
"or": [
|
"or": [
|
||||||
"image~*",
|
"image~*",
|
||||||
"image:0~*",
|
"image:[0-9]+~~*",
|
||||||
"image:1~*",
|
"panoramax:[0-9]+~~*",
|
||||||
"image:2~*",
|
|
||||||
"image:3~*",
|
|
||||||
"mapillary~*"
|
"mapillary~*"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -148,12 +146,14 @@
|
||||||
},
|
},
|
||||||
"osmTags": {
|
"osmTags": {
|
||||||
"and": [
|
"and": [
|
||||||
"image=",
|
{
|
||||||
"image:0=",
|
"or": [
|
||||||
"image:1=",
|
"image!~*",
|
||||||
"image:2=",
|
"image:[0-9]+!~~*",
|
||||||
"image:3=",
|
"panoramax:[0-9]+!~~*",
|
||||||
"mapillary="
|
"mapillary!~*"
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue