forked from MapComplete/MapComplete
Refactoring: move uploadGPXToOSm into svelte
This commit is contained in:
parent
7b9a748199
commit
34d8527718
9 changed files with 222 additions and 198 deletions
|
@ -23,7 +23,22 @@
|
|||
"cs": "Ujetá cesta"
|
||||
}
|
||||
},
|
||||
"pointRendering": [],
|
||||
"pointRendering": [
|
||||
{
|
||||
"location": [
|
||||
"start"
|
||||
],
|
||||
"marker": [
|
||||
{
|
||||
"icon": "circle",
|
||||
"color": "#bb000077"
|
||||
}
|
||||
],
|
||||
"iconSize": "10,10",
|
||||
"pitchAlignment": "map",
|
||||
"rotationAlignment": "map"
|
||||
}
|
||||
],
|
||||
"lineRendering": [
|
||||
{
|
||||
"width": 3,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue