{ "id": "maxspeed", "name": { "en": "Maxspeed", "es": "Velocidad máxima", "ca": "Velocitat", "de": "Höchstgeschwindigkeiten", "nl": "Maximumsnelheid", "pa_PK": "حد رفتار", "fr": "Vitesse maximale", "cs": "Maximální rychlost", "pl": "Prędkość maksymalna" }, "description": { "en": "Shows the allowed speed for every road", "de": "Zeigt die zulässige Geschwindigkeit für jede Straße an", "nl": "Toont de toegestane snelheid voor elke weg", "cs": "Zobrazuje povolenou rychlost pro každou silnici", "ca": "Mostra la velocitat permesa per a cada carretera", "fr": "Affiche les vitesses autorisées sur toutes les routes", "pl": "Pokazuje dozwoloną prędkość na każdej drodze", "es": "Muestra la velocidad permitida para cada carretera", "zh_Hant": "顯示每條道路的允許速度" }, "source": { "osmTags": { "and": [ { "or": [ "highway=residential", "highway=living_street", "highway=motorway", "highway=tertiary", "highway=unclassified", "highway=secondary", "highway=primary", "highway=trunk", "highway=motorway", "highway=tertiary_link", "highway=secondary_link", "highway=primary_link", "highway=trunk_link", "highway=motorway_link" ] }, "type!=multipolygon", "area!=yes" ] } }, "minzoom": 16, "title": { "render": { "*": " {name}" }, "mappings": [ { "if": "name=", "then": { "en": "Road without a name", "de": "Straße ohne Namen", "nl": "Weg zonder een naam", "fr": "Route sans nom", "ca": "Carretera sense nom", "cs": "Silnice bez názvu", "pl": "Droga bez nazwy", "es": "Carretera sin nombre" } } ] }, "pointRendering": [ { "marker": [ { "icon": { "render": null, "mappings": [ { "if": "maxspeed~[1-9]0|1[0-4]0", "then": "./assets/themes/maxspeed/maxspeed_{maxspeed} mph.svg" }, { "if": "maxspeed~[1-9]0|1[0-4]0 mph", "then": "./assets/themes/maxspeed/maxspeed_{maxspeed}.svg" } ] } } ], "iconSize": "32,32", "location": [ "point", "projected_centerpoint" ], "anchor": "center" } ], "lineRendering": [ { "color": { "render": "#000000", "mappings": [ { "if": "maxspeed=", "then": "#ff0000" } ] }, "width": "3" } ], "tagRenderings": [ { "render": { "en": "The maximum allowed speed on this road is {canonical(maxspeed)}", "de": "Die zulässige Höchstgeschwindigkeit auf dieser Straße beträgt {canonical(maxspeed)}", "nl": "De maximum toegestane snelheid op deze weg is {canonical(maxspeed)}", "ca": "La velocitat màxima permesa a aquesta via és {canonical(maxspeed)}", "fr": "La vitesse maximum autorisée sur cette route est {canonical(maxspeed)}", "cs": "Maximální povolená rychlost na této cestě je {canonical(maxspeed)}", "pl": "Maksymalna prędkość dopuszczona na tej drodze to {canonical(maxspeed)}", "es": "La velocidad máxima permitida en esta carretera es {canonical(maxspeed)}" }, "question": { "es": "¿Cuál es la velocidad máxima legal a la que se permite conducir en esta carretera?", "ca": "Quina és la velocitat màxima legal que es permet conduir en aquesta carretera?", "en": "What is the legal maximum speed one is allowed to drive on this road?", "de": "Wie hoch ist die zulässige Höchstgeschwindigkeit, die man auf dieser Straße fahren darf?", "nl": "Wat is de legale maximumsnelheid voor deze weg?", "fr": "Quelle est la vitesse maximum autorisée sur cette route ?", "cs": "Jaká je zákonná maximální povolená rychlost na této silnici?", "pl": "Jaka jest maksymalna prawnie dopuszczona prędkość na tej drodze?", "ru": "С какой максимальной скоростью разрешено ездить по этой дороге?" }, "freeform": { "key": "maxspeed", "type": "pnat" }, "mappings": [ { "if": { "and": [ "highway=living_street", "_country=be" ] }, "then": { "en": "This is a living street, which has a maxspeed of 20km/h", "nl": "Dit is een woonerf en heeft dus een maximale snelheid van 20km/h", "de": "Dies ist eine Wohnstraße, auf der eine Höchstgeschwindigkeit von 20 km/h gilt", "fr": "C'est une zone de rencontre, avec une vitesse maximale de 20 km/h", "ca": "Aquest és un carrer residencial, que té una velocitat màxima de 20 km/h", "cs": "Toto je obytná zóna, která má maximální rychlost 20 km/h", "es": "Esta es una calle residencial, que tiene una velocidad máxima de 20 km/h" }, "icon": { "path": "./assets/layers/maxspeed/living_street_be.svg", "class": "large" }, "addExtraTags": [ "maxspeed=20" ], "hideInAnswer": "_country!=be" } ], "id": "maxspeed-maxspeed" } ], "allowMove": false, "allowSplit": true, "units": [ { "maxspeed": { "quantity": "speed", "canonical": "kmh", "denominations": [ "mph" ] } } ] }