forked from MapComplete/MapComplete
Add special visualisation for automated actions, add missing_street-theme, various fixes
This commit is contained in:
parent
e61c25fd6e
commit
20ec12b23c
23 changed files with 1116 additions and 690 deletions
24
assets/layers/named_streets/named_streets.json
Normal file
24
assets/layers/named_streets/named_streets.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"id": "named_streets",
|
||||
"description": "Hidden layer with all streets which have a name. Useful to detect addresses",
|
||||
"minzoom": 18,
|
||||
"source": {
|
||||
"osmTags": {
|
||||
"and": [
|
||||
"highway~*",
|
||||
"name~*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"mapRendering": [
|
||||
{
|
||||
"color": {
|
||||
"render": "#ccc"
|
||||
},
|
||||
"width": {
|
||||
"render": "3"
|
||||
}
|
||||
}
|
||||
],
|
||||
"shownByDefault": false
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue