fix typo: "only_straight_ahead" -> "only_straight_on"

This commit is contained in:
Martin Raifer
2014-05-22 11:51:44 +02:00
parent a2a4405ed8
commit 3011cbdaa8
9 changed files with 16 additions and 12 deletions
+5 -1
View File
@@ -113,6 +113,10 @@
.feature-laundry{background-position:-108px -504px;}
.feature-car{background-position:-162px -504px;}
.feature-suitcase{background-position:-216px -504px;}
.feature-hairdresser{background-position:-0px -528px;}
.feature-chemist{background-position:-54px -528px;}
.feature-mobilephone{background-position:-108px -528px;}
.feature-scooter{background-position:-162px -528px;}
.preset-icon-line.feature-highway-motorway{background-position:-20px -25px;}
.preset-icon-line.feature-highway-trunk{background-position:-80px -25px;}
.preset-icon-line.feature-highway-primary{background-position:-140px -25px;}
@@ -172,6 +176,6 @@
.preset-icon-relation.feature-restriction-no-u-turn{background-position:-1040px -25px;}
.preset-icon-relation.feature-restriction-no-left-turn{background-position:-1100px -25px;}
.preset-icon-relation.feature-restriction-no-right-turn{background-position:-1160px -25px;}
.preset-icon-relation.feature-restriction-only-straight-ahead{background-position:-1220px -25px;}
.preset-icon-relation.feature-restriction-only-straight-on{background-position:-1220px -25px;}
.preset-icon-relation.feature-restriction-only-left-turn{background-position:-1280px -25px;}
.preset-icon-relation.feature-restriction-only-right-turn{background-position:-1340px -25px;}
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1819,7 +1819,7 @@ en:
type/restriction/only_right_turn:
name: Right Turn Only
terms: "<translate with synonyms or related terms for 'Right Turn Only', separated by commas>"
type/restriction/only_straight_ahead:
type/restriction/only_straight_on:
name: No Turns
terms: "<translate with synonyms or related terms for 'No Turns', separated by commas>"
type/route:
+1 -1
View File
@@ -79,7 +79,7 @@
"type/restriction/no_u_turn",
"type/restriction/only_left_turn",
"type/restriction/only_right_turn",
"type/restriction/only_straight_ahead",
"type/restriction/only_straight_on",
"type/restriction"
]
},
+1 -1
View File
@@ -9,7 +9,7 @@
"type/restriction/no_u_turn",
"type/restriction/only_left_turn",
"type/restriction/only_right_turn",
"type/restriction/only_straight_ahead",
"type/restriction/only_straight_on",
"type/restriction"
]
}
+3 -3
View File
@@ -8075,19 +8075,19 @@
],
"icon": "restriction-only-right-turn"
},
"type/restriction/only_straight_ahead": {
"type/restriction/only_straight_on": {
"name": "No Turns",
"geometry": [
"relation"
],
"tags": {
"type": "restriction",
"restriction": "only_straight_ahead"
"restriction": "only_straight_on"
},
"fields": [
"except"
],
"icon": "restriction-only-straight-ahead"
"icon": "restriction-only-straight-on"
},
"type/route": {
"geometry": [
@@ -5,10 +5,10 @@
],
"tags": {
"type": "restriction",
"restriction": "only_straight_ahead"
"restriction": "only_straight_on"
},
"fields": [
"except"
],
"icon": "restriction-only-straight-ahead"
"icon": "restriction-only-straight-on"
}
+1 -1
View File
@@ -19,7 +19,7 @@
"restriction-no-u-turn": [1040, 25],
"restriction-no-left-turn": [1100, 25],
"restriction-no-right-turn": [1160, 25],
"restriction-only-straight-ahead": [1220, 25],
"restriction-only-straight-on": [1220, 25],
"restriction-only-left-turn": [1280, 25],
"restriction-only-right-turn": [1340, 25]
}
+1 -1
View File
@@ -2879,7 +2879,7 @@
"name": "Right Turn Only",
"terms": ""
},
"type/restriction/only_straight_ahead": {
"type/restriction/only_straight_on": {
"name": "No Turns",
"terms": ""
},