20 lines
350 B
JSON
20 lines
350 B
JSON
{
|
|
"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": "#ccc",
|
|
"width": "3"
|
|
}
|
|
],
|
|
"shownByDefault": false
|
|
}
|