mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
add strings for fields: fuel, entrance and substation (#467)
This commit is contained in:
parent
de50002dde
commit
95c206bc23
9 changed files with 195 additions and 11 deletions
|
|
@ -1,5 +1,19 @@
|
|||
{
|
||||
"key": "entrance",
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"yes": "Unspecified",
|
||||
"main": "Main",
|
||||
"secondary": "Secondary",
|
||||
"service": "Service",
|
||||
"exit": "Exit Only",
|
||||
"entrance": "Entrance Only",
|
||||
"emergency": "Emergency Exit",
|
||||
"staircase": "Staircase",
|
||||
"home": "Private House or Apartment",
|
||||
"garage": "Garage Door"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
22
data/fields/fuel/fuel_multi-RU.json
Normal file
22
data/fields/fuel/fuel_multi-RU.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"key": "fuel:",
|
||||
"type": "multiCombo",
|
||||
"label": "{fuel/fuel_multi}",
|
||||
"stringsCrossReference": "{fuel/fuel_multi}",
|
||||
"options": [
|
||||
"diesel",
|
||||
"octane_80",
|
||||
"octane_92",
|
||||
"octane_95",
|
||||
"octane_98",
|
||||
"octane_100",
|
||||
"lpg",
|
||||
"cng"
|
||||
],
|
||||
"autoSuggestions": false,
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"RU"
|
||||
]
|
||||
}
|
||||
}
|
||||
53
data/fields/fuel/fuel_multi.json
Normal file
53
data/fields/fuel/fuel_multi.json
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"key": "fuel:",
|
||||
"type": "multiCombo",
|
||||
"label": "Fuel Types",
|
||||
"strings": {
|
||||
"options": {
|
||||
"diesel": "Diesel",
|
||||
"GTL_diesel": "GTL Diesel",
|
||||
"HGV_diesel": "HGV Diesel",
|
||||
"biodiesel": "Bio Diesel",
|
||||
"octane_80": "Gasoline (80 Octane)",
|
||||
"octane_87": "Gasoline (87 Octane)",
|
||||
"octane_89": "Gasoline (89 Octane)",
|
||||
"octane_91": "Gasoline (91 Octane)",
|
||||
"octane_92": "Gasoline (92 Octane)",
|
||||
"octane_95": "Gasoline (95 Octane)",
|
||||
"octane_98": "Gasoline (98 Octane)",
|
||||
"octane_100": "Gasoline (100 Octane)",
|
||||
"e10": "E10 Gasoline",
|
||||
"e85": "E85 Gasoline",
|
||||
"lpg": "Liquefied Natural Gas (LPG)",
|
||||
"cng": "Compressed Natural Gas (CNG)",
|
||||
"propane": "Propane",
|
||||
"LH2": "Liquid Hydrogen",
|
||||
"h70": "Gaseous Hydrogen (700 bar)",
|
||||
"adblue": "AdBlue / AUS 32",
|
||||
"adblue:canister": "AdBlue / AUS 32 (sold in canisters)"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": true,
|
||||
"caseSensitive": true,
|
||||
"terms": [
|
||||
"diesel",
|
||||
"gas",
|
||||
"gasoline",
|
||||
"petrol",
|
||||
"ethanol",
|
||||
"biodiesel",
|
||||
"bioethanol",
|
||||
"fuel",
|
||||
"fuel mix",
|
||||
"mixture",
|
||||
"propane",
|
||||
"lpg",
|
||||
"cng",
|
||||
"lng"
|
||||
],
|
||||
"locationSet": {
|
||||
"exclude": [
|
||||
"RU"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"key": "fuel:",
|
||||
"type": "multiCombo",
|
||||
"label": "Fuel Types"
|
||||
}
|
||||
|
|
@ -1,5 +1,19 @@
|
|||
{
|
||||
"key": "substation",
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"transmission": "High Voltage Transmission",
|
||||
"distribution": "Regional Distribution",
|
||||
"minor_distribution": "Local Distribution",
|
||||
"industrial": "Industrial",
|
||||
"generation": "Generation",
|
||||
"transition": "Overground/Underground Transition",
|
||||
"traction": "Traction System Supply",
|
||||
"converter": "High Voltage AC/DC Converter",
|
||||
"compensation": "Reactive Power Compensation"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
"brand",
|
||||
"operator",
|
||||
"address",
|
||||
"fuel_multi",
|
||||
"fuel/fuel_multi",
|
||||
"fuel/fuel_multi-RU",
|
||||
"self_service",
|
||||
"building_area"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"icon": "temaki-propane_tank",
|
||||
"fields": [
|
||||
"{shop}",
|
||||
"fuel_multi"
|
||||
"fuel/fuel_multi"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"operator",
|
||||
"address",
|
||||
"opening_hours",
|
||||
"fuel_multi"
|
||||
"fuel/fuel_multi"
|
||||
],
|
||||
"moreFields": [
|
||||
"branch_brand",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue