mapcomplete/assets/layers/named_streets/named_streets.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
375 B
JSON
Raw Normal View History

{
"id": "named_streets",
"description": "Hidden layer with all streets which have a name. Useful to detect addresses",
"minzoom": 18,
"source": {
"osmTags": {
"and": [
"highway~*",
"name~*"
]
}
},
2023-09-19 14:04:13 +02:00
"shownByDefault": false,
"pointRendering": [],
"lineRendering": [
{
"color": "#ccc",
"width": "3"
}
2023-09-19 14:04:13 +02:00
]
}