forked from MapComplete/MapComplete
Studio: WIP
This commit is contained in:
parent
3549a10a15
commit
dc82ebbd58
165 changed files with 2588 additions and 3294 deletions
|
@ -104,41 +104,6 @@
|
|||
}
|
||||
],
|
||||
"allowSplit": true,
|
||||
"mapRendering": [
|
||||
{
|
||||
"icon": {
|
||||
"render": null,
|
||||
"mappings": [
|
||||
{
|
||||
"if": "maxspeed~[1-9]0|1[0-4]0",
|
||||
"then": "./assets/themes/maxspeed/maxspeed_{maxspeed} mph.svg"
|
||||
},
|
||||
{
|
||||
"if": "maxspeed~[1-9]0|1[0-4]0 mph",
|
||||
"then": "./assets/themes/maxspeed/maxspeed_{maxspeed}.svg"
|
||||
}
|
||||
]
|
||||
},
|
||||
"iconSize": "32,32",
|
||||
"location": [
|
||||
"point",
|
||||
"projected_centerpoint"
|
||||
],
|
||||
"anchor": "center"
|
||||
},
|
||||
{
|
||||
"color": {
|
||||
"render": "#000000",
|
||||
"mappings": [
|
||||
{
|
||||
"if": "maxspeed=",
|
||||
"then": "#ff0000"
|
||||
}
|
||||
]
|
||||
},
|
||||
"width": "3"
|
||||
}
|
||||
],
|
||||
"units": [
|
||||
{
|
||||
"applicableUnits": [
|
||||
|
@ -205,5 +170,42 @@
|
|||
"maxspeed"
|
||||
]
|
||||
}
|
||||
],
|
||||
"pointRendering": [
|
||||
{
|
||||
"icon": {
|
||||
"render": null,
|
||||
"mappings": [
|
||||
{
|
||||
"if": "maxspeed~[1-9]0|1[0-4]0",
|
||||
"then": "./assets/themes/maxspeed/maxspeed_{maxspeed} mph.svg"
|
||||
},
|
||||
{
|
||||
"if": "maxspeed~[1-9]0|1[0-4]0 mph",
|
||||
"then": "./assets/themes/maxspeed/maxspeed_{maxspeed}.svg"
|
||||
}
|
||||
]
|
||||
},
|
||||
"iconSize": "32,32",
|
||||
"location": [
|
||||
"point",
|
||||
"projected_centerpoint"
|
||||
],
|
||||
"anchor": "center"
|
||||
}
|
||||
],
|
||||
"lineRendering": [
|
||||
{
|
||||
"color": {
|
||||
"render": "#000000",
|
||||
"mappings": [
|
||||
{
|
||||
"if": "maxspeed=",
|
||||
"then": "#ff0000"
|
||||
}
|
||||
]
|
||||
},
|
||||
"width": "3"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue