Update theme-template.json
This change is needed in order to be able to take the template and open it as a theme without errors.
This commit is contained in:
parent
9f538f53f1
commit
af91c2649a
1 changed files with 7 additions and 3 deletions
|
@ -63,9 +63,13 @@
|
|||
},
|
||||
"allowMove": true,
|
||||
"deletion": {
|
||||
"softDeletionTags": [
|
||||
"disused:key:={key}"
|
||||
]
|
||||
"softDeletionTags": {
|
||||
"and": [
|
||||
"razed:tourism=artwork",
|
||||
"tourism="
|
||||
]
|
||||
},
|
||||
"neededChangesets": 5
|
||||
},
|
||||
"#2": "The maprenderings describe how a feature is shown on the map",
|
||||
"mapRendering": [
|
||||
|
|
Loading…
Reference in a new issue