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
377 B
JSON
Raw Normal View History

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