MapComplete/assets/layers/all_streets/all_streets.json

91 lines
1.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "all_streets",
"name": {
"en": "All streets",
"nl": "Alle straten",
"ru": "Все улицы",
"zh_Hant": "所有道路",
"hu": "Minden utca",
"de": "Alle Straßen",
"ca": "Tots els carrers",
"es": "Todas las calles",
"fr": "Toutes les rues",
"nb_NO": "Alle gater",
"da": "Alle gader",
"pa_PK": "ساریاں سڑکاں",
"cs": "Všechny ulice",
"it": "Tutte le strade",
"pl": "Wszystkie ulice",
"ko": "모든 거리",
"uk": "Всі вулиці",
"el": "Όλοι οι δρόμοι"
},
"description": {
"en": "Layer with (almost) all streets",
"nl": "Laag met (bijna) alle straten",
"it": "Livello con (quasi) tutte le strade",
"cs": "Vrstva se (skoro) všemi ulicemi"
},
"source": {
"osmTags": {
"and": [
"highway!=",
"service!=driveway",
"highway!=platform"
]
}
},
"isCounted": false,
"minzoom": 18,
"title": {
"render": {
"en": "Street",
"nl": "Straat",
"ru": "Улица",
"zh_Hant": "照明",
"hu": "Utca",
"de": "Straße",
"ca": "Carrer",
"nb_NO": "Gate",
"fr": "Rue",
"da": "Gade",
"pa_PK": "سڑک",
"es": "Calle",
"cs": "Ulice",
"eu": "Kalea",
"it": "Strada",
"pl": "Ulica",
"ko": "거리",
"el": "Δρόμος"
},
"mappings": [
{
"if": "name~*",
"then": "{name}"
}
]
},
"pointRendering": null,
"lineRendering": [
{
"color": {
"render": "#a9a9a9",
"mappings": [
{
"if": "lit=no",
"then": "#303030"
},
{
"if": "lit=yes",
"then": "#ff0"
}
]
}
}
],
"tagRenderings": [
"images"
],
"allowMove": false,
"allowSplit": true
}