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

@ -32,6 +32,41 @@
"cs": "Automat na jízdenky"
}
},
"pointRendering": [
{
"iconSize": "20,20",
"location": [
"point",
"centroid"
],
"anchor": "center",
"marker": [
{
"icon": "square",
"color": "lightblue"
},
{
"icon": "./assets/themes/stations/public_transport_tickets.svg"
}
]
}
],
"lineRendering": [],
"presets": [
{
"tags": [
"amenity=vending_machine",
"vending=public_transport_tickets"
],
"title": {
"en": "a ticket machine",
"de": "einen Fahrkartenautomat",
"nl": "een kaartautomaat",
"ca": "una màquina de bitllets",
"cs": "automat na jízdenky"
}
}
],
"tagRenderings": [
"images",
"level",
@ -83,41 +118,6 @@
"denominations-coins",
"denominations-notes"
],
"presets": [
{
"tags": [
"amenity=vending_machine",
"vending=public_transport_tickets"
],
"title": {
"en": "a ticket machine",
"de": "einen Fahrkartenautomat",
"nl": "een kaartautomaat",
"ca": "una màquina de bitllets",
"cs": "automat na jízdenky"
}
}
],
"allowMove": true,
"deletion": true,
"pointRendering": [
{
"iconSize": "20,20",
"location": [
"point",
"centroid"
],
"anchor": "center",
"marker": [
{
"icon": "square",
"color": "lightblue"
},
{
"icon": "./assets/themes/stations/public_transport_tickets.svg"
}
]
}
],
"lineRendering": []
"allowMove": true
}