{ "id": "maxspeed", "name": { "en": "Maxspeed", "es": "Velocidad", "ca": "Velocitat" }, "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" } } ] }, "description": { "en": "Shows the allowed speed for every road" }, "tagRenderings": [ { "render": { "en": "The maximum allowed speed on this road is {maxspeed}" }, "question": { "es": "Qué velocidad tiene", "ca": "Quina velocitat té", "en": "What is the legal maximum speed one is allowed to drive on this road?" }, "freeform": { "key": "maxspeed", "type": "pnat" }, "mappings": [ { "if": "highway=living_street", "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" }, "icon": { "path": "./assets/layers/maxspeed/living_street_be.svg", "class": "large" }, "hideInAnswer": "_country!=be" } ], "id": "maxspeed-maxspeed" } ], "allowSplit": true, "mapRendering": [ { "render": null, "icon": { "mappings": [ { "if": "maxspeed~[1-9]0|1[0-4]0", "then": "./assets/themes/maxspeed/maxspeed_{maxspeed}.svg" } ] }, "condition": "maxspeed!=30", "iconSize": { "render": "32,32,center" }, "location": [ "point", "projected_centerpoint" ] }, { "color": { "render": "#000000", "mappings": [ { "if": "maxspeed=", "then": "#ff0000" } ] }, "width": { "render": "3" } } ], "units": [ { "applicableUnits": [ { "#": "km/h is the default for a maxspeed; should be empty string", "canonicalDenomination": "", "alternativeDenomination": [ "km/u", "kmh", "kph" ], "default": true, "human": { "en": "kilometers/hour", "ca": "quilòmetres/hora", "es": "kilómetros/hora", "nl": "kilometers/uur" }, "humanShort": { "en": "km/h", "ca": "km/h", "es": "km/h", "nl": "km/u" } }, { "canonicalDenomination": "mph", "alternativeDenomination": [ "m/u", "mh", "m/ph" ], "human": { "en": "miles/hour", "ca": "milles/hora", "es": "millas/hora", "nl": "miles/uur" }, "humanShort": { "en": "mph", "ca": "mph", "es": "mph", "nl": "mph" } } ], "appliesToKey": [ "maxspeed" ] } ] }