forked from MapComplete/MapComplete
Chore: reordering attributes to have a fixed order
This commit is contained in:
parent
fab6835bc5
commit
e13e9f652c
136 changed files with 7909 additions and 7909 deletions
|
@ -14,6 +14,10 @@
|
|||
"ca": "Capa que mostra radars pedagògics que alerten als conductors de la seva velocitat.",
|
||||
"cs": "Vrstva zobrazující ukazatele rychlosti, které řidiče upozorňují na jejich rychlost."
|
||||
},
|
||||
"source": {
|
||||
"osmTags": "highway=speed_display"
|
||||
},
|
||||
"minzoom": 12,
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Speed Display",
|
||||
|
@ -22,10 +26,34 @@
|
|||
"cs": "Ukazatel rychlosti"
|
||||
}
|
||||
},
|
||||
"minzoom": 12,
|
||||
"source": {
|
||||
"osmTags": "highway=speed_display"
|
||||
},
|
||||
"pointRendering": [
|
||||
{
|
||||
"location": [
|
||||
"point",
|
||||
"centroid"
|
||||
],
|
||||
"marker": [
|
||||
{
|
||||
"icon": "./assets/layers/speed_display/speed_display.svg"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"lineRendering": [],
|
||||
"presets": [
|
||||
{
|
||||
"title": {
|
||||
"en": "a speed display",
|
||||
"de": "eine Geschwindigkeitsanzeige",
|
||||
"nl": "een snelheidsdisplay",
|
||||
"ca": "un radar pedagògic",
|
||||
"cs": "ukazatel rychlosti"
|
||||
},
|
||||
"tags": [
|
||||
"highway=speed_display"
|
||||
]
|
||||
}
|
||||
],
|
||||
"tagRenderings": [
|
||||
{
|
||||
"id": "maxspeed",
|
||||
|
@ -85,20 +113,6 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"presets": [
|
||||
{
|
||||
"title": {
|
||||
"en": "a speed display",
|
||||
"de": "eine Geschwindigkeitsanzeige",
|
||||
"nl": "een snelheidsdisplay",
|
||||
"ca": "un radar pedagògic",
|
||||
"cs": "ukazatel rychlosti"
|
||||
},
|
||||
"tags": [
|
||||
"highway=speed_display"
|
||||
]
|
||||
}
|
||||
],
|
||||
"units": [
|
||||
{
|
||||
"appliesToKey": [
|
||||
|
@ -160,19 +174,5 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"pointRendering": [
|
||||
{
|
||||
"location": [
|
||||
"point",
|
||||
"centroid"
|
||||
],
|
||||
"marker": [
|
||||
{
|
||||
"icon": "./assets/layers/speed_display/speed_display.svg"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"lineRendering": []
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue