209 lines
5.9 KiB
JSON
209 lines
5.9 KiB
JSON
{
|
|
"id": "maxspeed",
|
|
"name": {
|
|
"en": "Maxspeed",
|
|
"es": "Velocidad",
|
|
"ca": "Velocitat",
|
|
"de": "Höchstgeschwindigkeiten",
|
|
"nl": "Maximumsnelheid",
|
|
"pa_PK": "حد رفتار",
|
|
"fr": "Vitesse maximale"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"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"
|
|
},
|
|
"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)}"
|
|
},
|
|
"question": {
|
|
"es": "Qué es la velocidad máxima legal uno está permitido 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 ?"
|
|
},
|
|
"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",
|
|
"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"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/maxspeed/living_street_be.svg",
|
|
"class": "large"
|
|
},
|
|
"addExtraTags": [
|
|
"maxspeed=20"
|
|
],
|
|
"hideInAnswer": "_country!=be"
|
|
}
|
|
],
|
|
"id": "maxspeed-maxspeed"
|
|
}
|
|
],
|
|
"allowSplit": true,
|
|
"mapRendering": [
|
|
{
|
|
"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"
|
|
},
|
|
{
|
|
"color": {
|
|
"render": "#000000",
|
|
"mappings": [
|
|
{
|
|
"if": "maxspeed=",
|
|
"then": "#ff0000"
|
|
}
|
|
]
|
|
},
|
|
"width": "3"
|
|
}
|
|
],
|
|
"units": [
|
|
{
|
|
"applicableUnits": [
|
|
{
|
|
"#": "km/h is the default for a maxspeed; should be empty string",
|
|
"canonicalDenomination": "",
|
|
"alternativeDenomination": [
|
|
"km/u",
|
|
"kmh",
|
|
"kph"
|
|
],
|
|
"human": {
|
|
"en": "kilometers/hour",
|
|
"ca": "quilòmetres/hora",
|
|
"es": "kilómetros/hora",
|
|
"nl": "kilometers/uur",
|
|
"de": "Kilometer/Stunde",
|
|
"pa_PK": "ہر گھنٹہ وچ کیلومیٹر",
|
|
"fr": "kilomètres/heure"
|
|
},
|
|
"humanShort": {
|
|
"en": "km/h",
|
|
"ca": "km/h",
|
|
"es": "km/h",
|
|
"nl": "km/u",
|
|
"de": "km/h",
|
|
"pa_PK": "ہر گھنٹے وچ کیلومیٹر",
|
|
"ru": "км/ч",
|
|
"fr": "km/h"
|
|
}
|
|
},
|
|
{
|
|
"canonicalDenomination": "mph",
|
|
"useIfNoUnitGiven": [
|
|
"gb",
|
|
"us"
|
|
],
|
|
"alternativeDenomination": [
|
|
"m/u",
|
|
"mh",
|
|
"m/ph"
|
|
],
|
|
"human": {
|
|
"en": "miles/hour",
|
|
"ca": "milles/hora",
|
|
"es": "millas/hora",
|
|
"nl": "miles/uur",
|
|
"de": "Meilen/Stunde",
|
|
"pa_PK": "ہر گھنٹہ وچ میل",
|
|
"fr": "miles/heure"
|
|
},
|
|
"humanShort": {
|
|
"en": "mph",
|
|
"ca": "mph",
|
|
"es": "mph",
|
|
"nl": "mph",
|
|
"de": "mph",
|
|
"pa_PK": "ہر گھنٹہ وچ میل",
|
|
"fr": "mph"
|
|
}
|
|
}
|
|
],
|
|
"appliesToKey": [
|
|
"maxspeed"
|
|
]
|
|
}
|
|
]
|
|
}
|