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

@ -46,6 +46,24 @@
}
]
},
"pointRendering": [
{
"location": [
"point",
"centroid"
],
"label": "<div style=\"background: white; display: block\">{name}</div>",
"marker": [
{
"icon": {
"render": "./assets/layers/transit_stops/bus_stop.svg",
"mappings": []
}
}
]
}
],
"lineRendering": [],
"tagRenderings": [
{
"id": "stop_name",
@ -464,23 +482,5 @@
},
"tactile_paving"
],
"allowMove": false,
"pointRendering": [
{
"location": [
"point",
"centroid"
],
"label": "<div style=\"background: white; display: block\">{name}</div>",
"marker": [
{
"icon": {
"render": "./assets/layers/transit_stops/bus_stop.svg",
"mappings": []
}
}
]
}
],
"lineRendering": []
"allowMove": false
}