Linting of maxspees theme
This commit is contained in:
parent
8c50758ceb
commit
60debcf6ed
1 changed files with 209 additions and 204 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "velocidad",
|
||||
"id": "maxspeeds",
|
||||
"title": {
|
||||
"es": "Velocidad",
|
||||
"ca": "Velocitat",
|
||||
|
@ -15,11 +15,6 @@
|
|||
"ca": "Completarem les propietats de la velocitat de la via que faltin.",
|
||||
"en": "Complete the maxspeed properties of a way."
|
||||
},
|
||||
"language": [
|
||||
"es",
|
||||
"ca",
|
||||
"en"
|
||||
],
|
||||
"maintainer": "",
|
||||
"icon": "ES_R301.png",
|
||||
"version": "0",
|
||||
|
@ -27,35 +22,15 @@
|
|||
"startLon": 0,
|
||||
"startZoom": 1,
|
||||
"widenFactor": 0.01,
|
||||
"socialImage": "",
|
||||
"layers": [
|
||||
{
|
||||
"id": "velocidad",
|
||||
"id": "maxspeed",
|
||||
"name": {
|
||||
"es": "Velocidad",
|
||||
"ca": "Velocitat",
|
||||
"en": "Maxspeed"
|
||||
},
|
||||
"minzoom": 16,
|
||||
"overpassTags": {
|
||||
"or": [
|
||||
"highway=residential",
|
||||
"highway=living_street",
|
||||
"highway=motorway",
|
||||
"highway=tertiary",
|
||||
"highway=service",
|
||||
"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"
|
||||
]
|
||||
},
|
||||
"title": {
|
||||
"render": {
|
||||
"es": "Nombre: {name}",
|
||||
|
@ -96,7 +71,8 @@
|
|||
},
|
||||
"freeform": {
|
||||
"key": "maxspeed"
|
||||
}
|
||||
},
|
||||
"id": "maxspeed-maxspeed"
|
||||
},
|
||||
{
|
||||
"render": {
|
||||
|
@ -137,10 +113,34 @@
|
|||
"en": "No one way"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"id": "maxspeed-oneway"
|
||||
}
|
||||
],
|
||||
"hideUnderlayingFeaturesMinPercentage": 0,
|
||||
"presets": [],
|
||||
"source": {
|
||||
"osmTags": {
|
||||
"or": [
|
||||
"highway=residential",
|
||||
"highway=living_street",
|
||||
"highway=motorway",
|
||||
"highway=tertiary",
|
||||
"highway=service",
|
||||
"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"
|
||||
]
|
||||
}
|
||||
},
|
||||
"mapRendering": [
|
||||
{
|
||||
"icon": {
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -289,12 +289,15 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"width": {
|
||||
"render": "3"
|
||||
},
|
||||
"iconSize": {
|
||||
"render": "20,20,center"
|
||||
},
|
||||
"location": [
|
||||
"point",
|
||||
"centroid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"color": {
|
||||
"render": "#000000",
|
||||
"mappings": [
|
||||
|
@ -312,9 +315,11 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"presets": [],
|
||||
"wayHandling": 2
|
||||
"width": {
|
||||
"render": "3"
|
||||
}
|
||||
],
|
||||
"roamingRenderings": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue