mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
Remove unused direction_cardinal field (close #8096)
This commit is contained in:
@@ -721,42 +721,6 @@ en:
|
||||
# direction field placeholder
|
||||
placeholder: '45, 90, 180, 270'
|
||||
terms: '[translate with synonyms or related terms for ''Direction (Degrees Clockwise)'', separated by commas]'
|
||||
direction_cardinal:
|
||||
# direction=*
|
||||
label: Direction
|
||||
options:
|
||||
# direction=E
|
||||
E: East
|
||||
# direction=ENE
|
||||
ENE: East-northeast
|
||||
# direction=ESE
|
||||
ESE: East-southeast
|
||||
# direction=N
|
||||
'N': North
|
||||
# direction=NE
|
||||
NE: Northeast
|
||||
# direction=NNE
|
||||
NNE: North-northeast
|
||||
# direction=NNW
|
||||
NNW: North-northwest
|
||||
# direction=NW
|
||||
NW: Northwest
|
||||
# direction=S
|
||||
S: South
|
||||
# direction=SE
|
||||
SE: Southeast
|
||||
# direction=SSE
|
||||
SSE: South-southeast
|
||||
# direction=SSW
|
||||
SSW: South-southwest
|
||||
# direction=SW
|
||||
SW: Southwest
|
||||
# direction=W
|
||||
W: West
|
||||
# direction=WNW
|
||||
WNW: West-northwest
|
||||
# direction=WSW
|
||||
WSW: West-southwest
|
||||
direction_clock:
|
||||
# direction=*
|
||||
label: Direction
|
||||
|
||||
@@ -129,7 +129,6 @@
|
||||
"diet_multi": {"key": "diet:", "type": "multiCombo", "label": "Diet Types", "terms": ["gluten free", "fruitarian", "halal", "kosher", "lactose free", "meat", "pescatarian", "raw", "vegan", "vegetarian"]},
|
||||
"diplomatic": {"key": "diplomatic", "type": "combo", "label": "Type"},
|
||||
"diplomatic/services": {"key": "diplomatic:services:", "type": "multiCombo", "label": "Services"},
|
||||
"direction_cardinal": {"key": "direction", "type": "combo", "label": "Direction", "strings": {"options": {"N": "North", "E": "East", "S": "South", "W": "West", "NE": "Northeast", "SE": "Southeast", "SW": "Southwest", "NW": "Northwest", "NNE": "North-northeast", "ENE": "East-northeast", "ESE": "East-southeast", "SSE": "South-southeast", "SSW": "South-southwest", "WSW": "West-southwest", "WNW": "West-northwest", "NNW": "North-northwest"}}},
|
||||
"direction_clock": {"key": "direction", "type": "combo", "label": "Direction", "strings": {"options": {"clockwise": "Clockwise", "anticlockwise": "Counterclockwise"}}},
|
||||
"direction_point": {"key": "direction", "type": "number", "label": "Direction (Degrees Clockwise)", "placeholder": "45, 90, 180, 270", "increment": 5, "geometry": ["point"]},
|
||||
"direction_vertex_dual": {"key": "direction", "type": "combo", "label": "Direction Affected", "strings": {"options": {"forward": "Forward", "backward": "Backward"}}},
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
{
|
||||
"key": "direction",
|
||||
"type": "combo",
|
||||
"label": "Direction",
|
||||
"strings": {
|
||||
"options": {
|
||||
"N": "North",
|
||||
"E": "East",
|
||||
"S": "South",
|
||||
"W": "West",
|
||||
"NE": "Northeast",
|
||||
"SE": "Southeast",
|
||||
"SW": "Southwest",
|
||||
"NW": "Northwest",
|
||||
"NNE": "North-northeast",
|
||||
"ENE": "East-northeast",
|
||||
"ESE": "East-southeast",
|
||||
"SSE": "South-southeast",
|
||||
"SSW": "South-southwest",
|
||||
"WSW": "West-southwest",
|
||||
"WNW": "West-northwest",
|
||||
"NNW": "North-northwest"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1498,22 +1498,6 @@
|
||||
{"key": "diet:", "description": "🄵 Diet Types"},
|
||||
{"key": "diplomatic", "description": "🄵 Type"},
|
||||
{"key": "diplomatic:services:", "description": "🄵 Services"},
|
||||
{"key": "direction", "value": "N", "description": "🄵 Direction"},
|
||||
{"key": "direction", "value": "E", "description": "🄵 Direction"},
|
||||
{"key": "direction", "value": "S", "description": "🄵 Direction"},
|
||||
{"key": "direction", "value": "W", "description": "🄵 Direction"},
|
||||
{"key": "direction", "value": "NE", "description": "🄵 Direction"},
|
||||
{"key": "direction", "value": "SE", "description": "🄵 Direction"},
|
||||
{"key": "direction", "value": "SW", "description": "🄵 Direction"},
|
||||
{"key": "direction", "value": "NW", "description": "🄵 Direction"},
|
||||
{"key": "direction", "value": "NNE", "description": "🄵 Direction"},
|
||||
{"key": "direction", "value": "ENE", "description": "🄵 Direction"},
|
||||
{"key": "direction", "value": "ESE", "description": "🄵 Direction"},
|
||||
{"key": "direction", "value": "SSE", "description": "🄵 Direction"},
|
||||
{"key": "direction", "value": "SSW", "description": "🄵 Direction"},
|
||||
{"key": "direction", "value": "WSW", "description": "🄵 Direction"},
|
||||
{"key": "direction", "value": "WNW", "description": "🄵 Direction"},
|
||||
{"key": "direction", "value": "NNW", "description": "🄵 Direction"},
|
||||
{"key": "direction", "value": "clockwise", "description": "🄵 Direction"},
|
||||
{"key": "direction", "value": "anticlockwise", "description": "🄵 Direction"},
|
||||
{"key": "direction", "description": "🄵 Direction (Degrees Clockwise)"},
|
||||
|
||||
Vendored
-21
@@ -3530,27 +3530,6 @@
|
||||
"diplomatic/services": {
|
||||
"label": "Services"
|
||||
},
|
||||
"direction_cardinal": {
|
||||
"label": "Direction",
|
||||
"options": {
|
||||
"N": "North",
|
||||
"E": "East",
|
||||
"S": "South",
|
||||
"W": "West",
|
||||
"NE": "Northeast",
|
||||
"SE": "Southeast",
|
||||
"SW": "Southwest",
|
||||
"NW": "Northwest",
|
||||
"NNE": "North-northeast",
|
||||
"ENE": "East-northeast",
|
||||
"ESE": "East-southeast",
|
||||
"SSE": "South-southeast",
|
||||
"SSW": "South-southwest",
|
||||
"WSW": "West-southwest",
|
||||
"WNW": "West-northwest",
|
||||
"NNW": "North-northwest"
|
||||
}
|
||||
},
|
||||
"direction_clock": {
|
||||
"label": "Direction",
|
||||
"options": {
|
||||
|
||||
Reference in New Issue
Block a user