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
|
@ -24,6 +24,9 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"calculatedTags": [
|
||||
"_numeric_id=feat.properties.id.split('/')[1]"
|
||||
],
|
||||
"minzoom": 15,
|
||||
"title": {
|
||||
"render": {
|
||||
|
@ -48,6 +51,32 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"titleIcons": [
|
||||
{
|
||||
"condition": {
|
||||
"and": [
|
||||
"id~relation/[0-9]+",
|
||||
"_numeric_id~*"
|
||||
]
|
||||
},
|
||||
"render": "<a href=' https://relatify.monicz.dev/?relation={_numeric_id}&load=1' target='_blank' rel='noopener'><img alt='on relatify' textmode='🗺️' src='./assets/layers/transit_routes/relatify.png'/></a>"
|
||||
},
|
||||
"icons.defaults"
|
||||
],
|
||||
"pointRendering": [],
|
||||
"lineRendering": [
|
||||
{
|
||||
"color": {
|
||||
"render": "#ff0000",
|
||||
"mappings": [
|
||||
{
|
||||
"if": "colour~*",
|
||||
"then": "{colour}"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"tagRenderings": [
|
||||
{
|
||||
"id": "name",
|
||||
|
@ -208,35 +237,6 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"pointRendering": [],
|
||||
"lineRendering": [
|
||||
{
|
||||
"color": {
|
||||
"render": "#ff0000",
|
||||
"mappings": [
|
||||
{
|
||||
"if": "colour~*",
|
||||
"then": "{colour}"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"titleIcons": [
|
||||
{
|
||||
"condition": {
|
||||
"and": [
|
||||
"id~relation/[0-9]+",
|
||||
"_numeric_id~*"
|
||||
]
|
||||
},
|
||||
"render": "<a href=' https://relatify.monicz.dev/?relation={_numeric_id}&load=1' target='_blank' rel='noopener'><img alt='on relatify' textmode='🗺️' src='./assets/layers/transit_routes/relatify.png'/></a>"
|
||||
},
|
||||
"icons.defaults"
|
||||
],
|
||||
"calculatedTags": [
|
||||
"_numeric_id=feat.properties.id.split('/')[1]"
|
||||
],
|
||||
"cs": {
|
||||
"0": {
|
||||
"color": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue