Chore: reordering attributes to have a fixed order

This commit is contained in:
Pieter Vander Vennet 2023-10-30 18:08:38 +01:00
parent fab6835bc5
commit e13e9f652c
136 changed files with 7909 additions and 7909 deletions

View file

@ -55,6 +55,37 @@
}
]
},
"pointRendering": [
{
"label": {
"mappings": [
{
"if": "name~*",
"then": "<div style='background: white; padding: 0.25em; border-radius:0.5em'>{name}</div>"
}
]
},
"location": [
"point",
"centroid"
],
"marker": [
{
"icon": "circle",
"color": "#ffffff"
},
{
"icon": "./assets/themes/bookcases/bookcase.svg"
}
]
}
],
"lineRendering": [
{
"color": "#0000ff",
"width": "8"
}
],
"presets": [
{
"title": {
@ -524,16 +555,6 @@
"id": "public_bookcase-website"
}
],
"allowMove": true,
"deletion": {
"softDeletionTags": {
"and": [
"disused:amenity=public_bookcase",
"amenity="
]
},
"neededChangesets": 5
},
"filter": [
{
"id": "kid-books",
@ -608,35 +629,14 @@
},
"has_image"
],
"pointRendering": [
{
"label": {
"mappings": [
{
"if": "name~*",
"then": "<div style='background: white; padding: 0.25em; border-radius:0.5em'>{name}</div>"
}
]
},
"location": [
"point",
"centroid"
],
"marker": [
{
"icon": "circle",
"color": "#ffffff"
},
{
"icon": "./assets/themes/bookcases/bookcase.svg"
}
"deletion": {
"softDeletionTags": {
"and": [
"disused:amenity=public_bookcase",
"amenity="
]
}
],
"lineRendering": [
{
"color": "#0000ff",
"width": "8"
}
]
},
"neededChangesets": 5
},
"allowMove": true
}