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

@ -3,7 +3,12 @@
"name": {
"nl": "Paadjes, trage wegen en autoluwe straten"
},
"minzoom": 16,
"description": {
"en": "All carfree roads",
"nl": "Alle verkeersvrije wegen",
"de": "Alle autofreien Straßen",
"ca": "Totes les carreteres sense cotxe"
},
"source": {
"osmTags": {
"and": [
@ -22,6 +27,7 @@
]
}
},
"minzoom": 16,
"title": {
"render": {
"nl": "Trage weg"
@ -63,6 +69,51 @@
}
]
},
"pointRendering": [
{
"location": [
"point"
],
"marker": [
{
"icon": "./assets/layers/slow_roads/slow_road.svg"
}
]
}
],
"lineRendering": [
{
"color": "#eaba2a",
"width": "7",
"dashArray": {
"render": "",
"mappings": [
{
"if": "highway=cycleway",
"then": ""
},
{
"if": "highway=path",
"then": "0 12"
},
{
"if": {
"or": [
"highway=footway",
"highway=pedestrian"
]
},
"then": "12 18"
},
{
"if": "highway=living_street",
"then": "12 12 0 12"
}
]
}
}
],
"presets": [],
"tagRenderings": [
"images",
{
@ -260,56 +311,5 @@
}
]
}
],
"presets": [],
"description": {
"en": "All carfree roads",
"nl": "Alle verkeersvrije wegen",
"de": "Alle autofreien Straßen",
"ca": "Totes les carreteres sense cotxe"
},
"pointRendering": [
{
"location": [
"point"
],
"marker": [
{
"icon": "./assets/layers/slow_roads/slow_road.svg"
}
]
}
],
"lineRendering": [
{
"color": "#eaba2a",
"width": "7",
"dashArray": {
"render": "",
"mappings": [
{
"if": "highway=cycleway",
"then": ""
},
{
"if": "highway=path",
"then": "0 12"
},
{
"if": {
"or": [
"highway=footway",
"highway=pedestrian"
]
},
"then": "12 18"
},
{
"if": "highway=living_street",
"then": "12 12 0 12"
}
]
}
}
]
}