forked from MapComplete/MapComplete
Fix small issue: wrong format for addExtraTags in some layers
This commit is contained in:
parent
edd10d52fd
commit
e47accbab1
4 changed files with 53 additions and 51 deletions
|
@ -67,7 +67,7 @@
|
|||
},
|
||||
"freeform": {
|
||||
"key": "bicycle_parking",
|
||||
"extraTags": [
|
||||
"addExtraTags": [
|
||||
"fixme=Freeform used on 'bicycle_parking'-tag: possibly a wrong value"
|
||||
]
|
||||
},
|
||||
|
@ -260,7 +260,7 @@
|
|||
},
|
||||
"freeform": {
|
||||
"key": "access",
|
||||
"extraTags": [
|
||||
"addExtraTags": [
|
||||
"fixme=Freeform used on 'access'-tag: possibly a wrong value"
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue