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
|
@ -3,12 +3,6 @@
|
|||
"description": "Layer used as template in the importHelper",
|
||||
"source": "special",
|
||||
"title": "Import candidate",
|
||||
"tagRenderings": [
|
||||
{
|
||||
"id": "all_tags",
|
||||
"render": "{all_tags()}"
|
||||
}
|
||||
],
|
||||
"pointRendering": [
|
||||
{
|
||||
"location": [
|
||||
|
@ -25,5 +19,11 @@
|
|||
]
|
||||
}
|
||||
],
|
||||
"lineRendering": []
|
||||
"lineRendering": [],
|
||||
"tagRenderings": [
|
||||
{
|
||||
"id": "all_tags",
|
||||
"render": "{all_tags()}"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue