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

@ -8,6 +8,14 @@
"ca": "Fanals",
"cs": "Pouliční Lampy"
},
"description": {
"en": "A layer showing street lights",
"nl": "Een laag die alle straatlantaarns toont",
"de": "Eine Ebene mit Straßenbeleuchtung",
"es": "Una capa que muestra luces callejeras",
"ca": "Una capa que mostra els llums del carrer",
"cs": "Vrstva zobrazující pouliční osvětlení"
},
"source": {
"osmTags": "highway=street_lamp"
},
@ -35,6 +43,28 @@
}
]
},
"pointRendering": [
{
"location": [
"point",
"centroid"
],
"iconBadges": [
{
"if": "light:colour~*",
"then": "circle:{light:colour}"
}
],
"iconSize": "40,40",
"anchor": "bottom",
"marker": [
{
"icon": "./assets/layers/street_lamps/street_lamp.svg"
}
]
}
],
"lineRendering": [],
"presets": [
{
"title": {
@ -534,35 +564,5 @@
"allowMove": {
"enableImproveAccuracy": true,
"enableRelocation": false
},
"description": {
"en": "A layer showing street lights",
"nl": "Een laag die alle straatlantaarns toont",
"de": "Eine Ebene mit Straßenbeleuchtung",
"es": "Una capa que muestra luces callejeras",
"ca": "Una capa que mostra els llums del carrer",
"cs": "Vrstva zobrazující pouliční osvětlení"
},
"pointRendering": [
{
"location": [
"point",
"centroid"
],
"iconBadges": [
{
"if": "light:colour~*",
"then": "circle:{light:colour}"
}
],
"iconSize": "40,40",
"anchor": "bottom",
"marker": [
{
"icon": "./assets/layers/street_lamps/street_lamp.svg"
}
]
}
],
"lineRendering": []
}
}