Merge branch 'main' into crossing_markings

This commit is contained in:
Martin Raifer 2022-11-07 13:49:05 +01:00
commit 506fe2b2b6
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
124 changed files with 1772 additions and 158 deletions

View file

@ -29,7 +29,7 @@ _Breaking developer changes, which may affect downstream projects or sites that
* Add a preset for Barbeque Restaurants ([#535], thanks [@arch0345])
* Add Horse Race Course preset ([#537], thanks [@arch0345])
* Add presets for building=allotment_house and building=outhouse ([#528], thanks [@matkoniecz])
* Add presets for more playground features: Play Activity Panel, Hanging Roundabout, Play Bridge, Play CLimbing Wall, Funnel Ball Funnel, Painted Playground Map, Play Sledding Hill, Play Splash Pad, Teen Shelter, Tetherball Pole, Trampoline, Play Tunnel, Gaga Pit, Funnel Ball Court ([#543], thanks [@arch0345])
* Add presets for more playground features: Play Activity Panel, Hanging Roundabout, Play Bridge, Play Climbing Wall, Funnel Ball Funnel, Painted Playground Map, Play Sledding Hill, Play Splash Pad, Teen Shelter, Tetherball Pole, Trampoline, Play Tunnel, Gaga Pit, Funnel Ball Court ([#543], thanks [@arch0345])
* Add (hidden) preset for unspecified Barriers (`barrier=yes`) ([#531])
* Add (hidden) presets for unspecified Healthcare (`healthcare=yes`) and unspecified Traffic Calming (`traffic_calming=yes`) features ([#547])
* Add (hidden) preset for unspecified Man Made Feature (`man_made=yes`)

View file

@ -7,8 +7,9 @@ It includes presets, fields, deprecations, and more.
## Background
OpenStreetMap itself does not have a formal tagging [schema](https://en.wikipedia.org/wiki/Database_schema),
but editing tools need to know how tags are used in order to facilitate mapping.
OpenStreetMap itself does not have a formal rigid [database schema](https://en.wikipedia.org/wiki/Database_schema),
but relies on a [tagging](https://wiki.openstreetmap.org/wiki/Tags) [folksonomy](https://en.wikipedia.org/wiki/Folksonomy) instead.
Editing tools need to know how tags are used in order to facilitate mapping.
This Tagging Schema fills that need, but with a number of caveats:
- This isn't authoritative or definitive
@ -39,7 +40,9 @@ makes it easier to use this data with Android or other Java platforms.
## Related Projects
iD also incorporates preset data from the [name-suggestion-index](https://github.com/osmlab/name-suggestion-index).
* The [OpenStreetMap wiki](https://wiki.openstreetmap.org/wiki/Map_features) documents the current usage of tags, and hosts discussions about proposed new tags.
* iD also incorporates preset data from the [name-suggestion-index](https://github.com/osmlab/name-suggestion-index).
* Other editors also include their own models of interpretations of OSM tags. See for example [Vespucci's](https://github.com/simonpoole/beautified-JOSM-preset) or [JOSM's](https://josm.openstreetmap.de/wiki/Presets) tagging presets.
## Contributing

View file

@ -678,6 +678,10 @@
"old": {"generator:source": "photovoltaic"},
"replace": {"generator:source": "solar", "generator:method": "photovoltaic"}
},
{
"old": {"generator:method": "solar"},
"replace": {"generator:source": "solar"}
},
{
"old": {"golf": "faiway"},
"replace": {"golf": "fairway"}
@ -710,6 +714,10 @@
"old": {"highway": "abandoned"},
"replace": {"abandoned:highway": "*"}
},
{
"old": {"highway": "service", "service": "busway"},
"replace": {"highway": "busway"}
},
{
"old": {"highway": "bridleway", "horse": "no"},
"replace": {"highway": "path", "horse": "no"}
@ -774,6 +782,14 @@
"old": {"internet_access": "wifi"},
"replace": {"internet_access": "wlan"}
},
{
"old": {"internet_access": "wi-fi"},
"replace": {"internet_access": "wlan"}
},
{
"old": {"internet_access": "WLAN"},
"replace": {"internet_access": "wlan"}
},
{
"old": {"internet_access:fee": "0"},
"replace": {"internet_access:fee": "no"}
@ -878,6 +894,14 @@
"old": {"landuse": "reservoir"},
"replace": {"natural": "water", "water": "reservoir"}
},
{
"old": {"landuse": "reservoir", "reservoir_type": "tailings", "natural": "water", "water": "reservoir"},
"replace": {"man_made": "tailings_pond"}
},
{
"old": {"landuse": "reservoir", "reservoir_type": "tailings"},
"replace": {"man_made": "tailings_pond"}
},
{
"old": {"landuse": "school"},
"replace": {"landuse": "education"}
@ -1066,6 +1090,10 @@
"old": {"natural": "marsh"},
"replace": {"natural": "wetland", "wetland": "marsh"}
},
{
"old": {"natural": "water", "water": "reservoir", "reservoir_type": "tailings"},
"replace": {"man_made": "tailings_pond"}
},
{
"old": {"natural": "waterfall"},
"replace": {"waterway": "waterfall"}

View file

@ -25,7 +25,6 @@
"addr:suburb",
"addr:unit"
],
"icon": "address",
"label": "Address",
"strings": {
"placeholders": {

View file

@ -1,5 +1,15 @@
{
"key": "bicycle_parking",
"type": "combo",
"label": "Type"
"label": "Type",
"strings": {
"options": {
"stands": "Stand (supports bicycle frame)",
"wall_loops": "Wheelbender (supports wheel only)",
"shed": "Closed Shed",
"lockers": "Individual Lockers",
"building": "In a Building",
"handlebar_holder": "Handlebar Holder"
}
}
}

View file

@ -0,0 +1,5 @@
{
"key": "bike_ride",
"type": "check",
"label": "Bike and Ride"
}

View file

@ -2,8 +2,8 @@
"key": "building:levels",
"type": "number",
"minValue": 0,
"label": "Building Levels",
"placeholder": "2, 4, 6...",
"label": "{building/levels}",
"placeholder": "{building/levels}",
"prerequisiteTag": {
"key": "building",
"valueNot": "no"

View file

@ -0,0 +1,10 @@
{
"key": "building:prefabricated",
"type": "check",
"terms": [
"manufactured",
"modular",
"portable"
],
"label": "Prefabricated"
}

View file

@ -1,5 +1,5 @@
{
"key": "colour",
"type": "text",
"type": "colour",
"label": "Color"
}

View file

@ -1,7 +1,6 @@
{
"key": "contact:webcam",
"type": "url",
"icon": "website",
"label": "Webcam URL",
"placeholder": "http://example.com/"
}

View file

@ -1,5 +1,35 @@
{
"key": "crop",
"type": "semiCombo",
"label": "Crops"
"label": "Crops",
"strings": {
"options": {
"asparagus": "Asparagus",
"barley": "Barley",
"beet": "Beets",
"cassava": "Cassava",
"coffee": "Coffee",
"cotton": "Cotton",
"cranberries": "Cranberries",
"fast_growing_wood": "Short-Rotation Coppice",
"flowers": "Flowers",
"grape": "Grapes",
"grass": "Grass",
"hop": "Hops",
"lavender": "Lavender",
"maize": "Corn",
"potato": "Potatoes",
"rape": "Rapeseed",
"rice": "Rice",
"strawberry": "Strawberries",
"sugar_beet": "Sugar Beets",
"sugarcane": "Sugarcane",
"sunflower": "Sunflowers",
"soy": "Soybeans",
"tea": "Tea",
"tobacco": "Tobacco",
"vegetable": "Vegetables",
"wheat": "Wheat"
}
}
}

View file

@ -13,11 +13,5 @@
"undefined": "No",
"table": "Yes"
}
},
"terms": [
"flat top",
"hump",
"speed",
"slow"
]
}
}

View file

@ -1,7 +1,7 @@
{
"key": "departures_board",
"type": "combo",
"label": "Departures Board",
"label": "Departures/Arrivals Board",
"strings": {
"options": {
"yes": "Yes",

View file

@ -1,6 +1,5 @@
{
"key": "dispensing",
"type": "check",
"label": "Dispenses Prescriptions",
"default": "yes"
"label": "Dispenses Prescriptions"
}

View file

@ -1,7 +1,6 @@
{
"key": "ele",
"type": "number",
"icon": "elevation",
"label": "Elevation (Meters)",
"geometry": [
"line",

View file

@ -1,7 +1,6 @@
{
"key": "ele",
"type": "number",
"icon": "elevation",
"label": "Elevation (Meters)",
"universal": true,
"geometry": [

View file

@ -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"
}
}
}

View 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"
]
}
}

View file

@ -0,0 +1,58 @@
{
"key": "fuel:",
"type": "multiCombo",
"label": "Fuel Types",
"strings": {
"options": {
"diesel": "Diesel",
"GTL_diesel": "GTL Diesel",
"HGV_diesel": "Truck Diesel",
"biodiesel": "Biodiesel",
"octane_80": "Gasoline (80 Octane)",
"octane_85": "Gasoline (85 Octane)",
"octane_87": "Gasoline (87 Octane)",
"octane_88": "Gasoline (88 Octane)",
"octane_89": "Gasoline (89 Octane)",
"octane_90": "Gasoline (90 Octane)",
"octane_91": "Gasoline (91 Octane)",
"octane_92": "Gasoline (92 Octane)",
"octane_93": "Gasoline (93 Octane)",
"octane_95": "Gasoline (95 Octane)",
"octane_97": "Gasoline (97 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"
]
}
}

View file

@ -1,5 +0,0 @@
{
"key": "fuel:",
"type": "multiCombo",
"label": "Fuel Types"
}

View file

@ -1,5 +1,23 @@
{
"key": "generator:method",
"type": "combo",
"label": "Method"
"label": "Method",
"strings": {
"options": {
"fission": "Fission",
"fusion": "Fusion",
"wind_turbine": "Wind Turbine",
"water-storage": "Reservoir",
"water-pumped-storage": "Pumped-Storage",
"run-of-the-river": "Run-of-the-River",
"barrage": "Tidal Barrage",
"stream": "Tidal Stream",
"thermal": "Solar Thermal",
"photovoltaic": "Photovoltaic",
"combustion": "Combustion",
"gasification": "Gasification",
"anaerobic_digestion": "Anaerobic Digestion"
}
},
"autoSuggestions": false
}

View file

@ -0,0 +1,16 @@
{
"key": "generator:method",
"type": "combo",
"label": "{generator/method}",
"stringsCrossReference": "{generator/method}",
"options": [
"water-storage",
"water-pumped-storage",
"run-of-the-river"
],
"autoSuggestions": false,
"prerequisiteTag": {
"key": "generator:source",
"value": "hydro"
}
}

View file

@ -1,5 +1,26 @@
{
"key": "generator:source",
"type": "combo",
"label": "Source"
"label": "Source",
"strings": {
"options": {
"nuclear": "Nuclear Power",
"wind": "Wind",
"hydro": "Hydropower",
"tidal": "Tidal Power",
"wave": "Wave Power",
"geothermal": "Geothermal Energy",
"solar": "Solar Radiation",
"coal": "Coal",
"gas": "Natural Gas",
"biomass": "Plant Matter",
"biofuel": "Plant Based Fuels",
"biogas": "Biogas",
"oil": "Oil",
"diesel": "Diesel",
"gasoline": "Gasoline",
"waste": "Waste",
"battery": "Battery"
}
}
}

View file

@ -1,5 +1,94 @@
{
"key": "healthcare:speciality",
"type": "semiCombo",
"label": "Specialties"
"label": "Specialties",
"strings": {
"options": {
"abortion": "Abortion",
"acupuncture": "Acupuncture",
"allergology": "Allergy & Asthma",
"anaesthetics": "Anesthesiology",
"angiology": "Angiology",
"anthroposophical": "Anthroposophic Medicine",
"applied_kinesiology": "Applied Kinesiology",
"aromatherapy": "Aromatherapy",
"ayurveda": "Ayurveda",
"behavior": "Behavior Therapy",
"biochemistry": "Biochemistry",
"biology": "Biology",
"blood_check": "Blood Test",
"body": "Body Therapy",
"cardiology": "Cardiology",
"cardiothoracic_surgery": "Cardiothoracic Surgery",
"child_psychiatry": "Child & Adolescent Psychiatry",
"chiropractic": "Chiropractic",
"clinical_pathology": "Clinical Pathology",
"community": "Community & Public Health",
"depth": "Depth Psychology",
"dermatology": "Dermatology",
"dermatovenereology": "Dermatovenereology",
"diabetology": "Diabetology",
"diagnostic_radiology": "Diagnostic Radiology",
"emergency": "Emergency Medicine",
"endocrinology": "Endocrinology",
"fertility": "Fertility",
"gastroenterology": "Gastroenterology",
"general": "General Practice",
"geriatrics": "Geriatric Medicine",
"gynaecology": "Obstetrics & Gynecology",
"haematology": "Hematology",
"hepatology": "Hepatology",
"herbalism": "Herbalism",
"homeopathy": "Homeopathy",
"humanistic": "Humanistic Psychology",
"hydrotherapy": "Hydrotherapy",
"hypnosis": "Hypnosis",
"infectious_diseases": "Infectious Disease",
"intensive": "Intensive Care",
"internal": "Internal Medicine",
"dental_oral_maxillo_facial_surgery": "Dental, Oral & Maxillofacial Surgery",
"naturopathy": "Naturopathy",
"neonatology": "Neonatology",
"nephrology": "Nephrology",
"neurology": "Neurology",
"neuropsychiatry": "Neuropsychiatry",
"neurosurgery": "Neurosurgery",
"nuclear": "Nuclear Medicine",
"occupational": "Occupational Medicine",
"oncology": "Oncology",
"ophthalmology": "Ophthalmology",
"orthodontics": "Orthodontics",
"orthopaedics": "Orthopedic Surgery",
"osteopathy": "Osteopathy",
"otolaryngology": "Ear, Nose & Throat",
"paediatric_surgery": "Pediatric Surgery",
"paediatrics": "Pediatrics",
"palliative": "Palliative Care",
"pathology": "Pathology",
"physiatry": "Physical Medicine & Rehabilitation",
"plastic_surgery": "Plastic Surgery",
"podiatry": "Podiatry",
"proctology": "Colorectal Surgery",
"psychiatry": "Psychiatry",
"pulmonology": "Pulmonology",
"radiology": "Radiology",
"radiotherapy": "Radiotherapy",
"reflexology": "Reflexology",
"reiki": "Reiki",
"rheumatology": "Rheumatology",
"shiatsu": "Shiatsu",
"stomatology": "Stomatology",
"surgery": "General Surgery",
"systemic": "Systemic Therapy",
"traditional_chinese_medicine": "Traditional Chinese Medicine",
"transplant": "Transplant Surgery",
"trauma": "Trauma Surgery",
"tropical": "Tropical Medicine",
"tuina": "Tuī ná",
"unani": "Unani Medicine",
"urology": "Urology",
"vaccination": "Vaccination",
"vascular_surgery": "Vascular Surgery"
}
}
}

View file

@ -2,7 +2,6 @@
"key": "note",
"type": "textarea",
"universal": true,
"icon": "note",
"label": "Note",
"terms": [
"comment"

View file

@ -1,5 +1,49 @@
{
"key": "payment:",
"type": "multiCombo",
"label": "Payment Types"
"label": "Payment Types",
"strings": {
"options": {
"account_cards": "Account Card",
"app": "Mobile Application",
"cards": "Payment Card",
"cash": "Cash",
"cheque": "Check",
"coins": "Coins",
"contactless": "Contactless Payment",
"credit_cards": "Credit Card",
"cryptocurrencies": "Cryptocurrency",
"debit_cards": "Debit Card",
"electronic_purses": "Electronic Purse",
"notes": "Banknotes",
"prepaid_ticket": "Prepaid Ticket",
"telephone_cards": "Telephone Card",
"alipay": "Alipay",
"american_express": "American Express",
"apple_pay": "Apple Pay",
"bancomat": "Bancomat",
"blik": "Blik",
"clipper": "Clipper",
"diners_club": "Diners Club",
"discover_card": "Discover",
"dkv": "DKV",
"ep_easycard": "悠遊卡EasyCard",
"ep_geldkarte": "GeldKarte",
"ep_ipass": "iPASS一卡通",
"girocard": "Girocard",
"google_pay": "Google Pay",
"jcb": "JCB",
"maestro": "Maestro",
"mastercard": "Mastercard",
"mastercard_contactless": "Mastercard Contactless",
"paypal": "PayPal",
"unionpay": "UnionPay",
"uta": "UTA",
"v_pay": "V Pay",
"visa": "Visa",
"visa_debit": "Visa Debit",
"visa_electron": "Visa Electron",
"wechat": "WeChat Pay"
}
}
}

View file

@ -1,9 +1,10 @@
{
"key": "payment:",
"type": "multiCombo",
"label": "Payment Types",
"label": "{payment_multi}",
"prerequisiteTag": {
"key": "fee",
"valueNot": "no"
}
},
"stringsCrossReference": "{payment_multi}"
}

View file

@ -1,7 +1,6 @@
{
"key": "phone",
"type": "tel",
"icon": "maki-telephone",
"label": "Telephone",
"placeholder": "+31 42 123 4567",
"terms": [

View file

@ -1,5 +1,7 @@
{
"key": "plant:method",
"type": "combo",
"label": "Generation Method"
"label": "Generation Method",
"stringsCrossReference": "{generator/method}",
"autoSuggestions": false
}

View file

@ -0,0 +1,16 @@
{
"key": "plant:method",
"type": "combo",
"label": "{plant/method}",
"stringsCrossReference": "{generator/method}",
"options": [
"water-storage",
"water-pumped-storage",
"run-of-the-river"
],
"autoSuggestions": false,
"prerequisiteTag": {
"key": "plant:source",
"value": "hydro"
}
}

View file

@ -0,0 +1,15 @@
{
"key": "plant:method",
"type": "combo",
"label": "{plant/method}",
"stringsCrossReference": "{generator/method}",
"options": [
"thermal",
"photovoltaic"
],
"autoSuggestions": false,
"prerequisiteTag": {
"key": "plant:source",
"value": "solar"
}
}

View file

@ -0,0 +1,15 @@
{
"key": "plant:method",
"type": "combo",
"label": "{plant/method}",
"stringsCrossReference": "{generator/method}",
"options": [
"combustion",
"gasification"
],
"autoSuggestions": false,
"prerequisiteTag": {
"key": "plant:source",
"value": "waste"
}
}

View file

@ -0,0 +1,18 @@
{
"key": "plant:output",
"type": "multiCombo",
"label": "Form of Power Output",
"strings": {
"options": {
"electricity": "Electricity",
"hot_water": "Hot Water",
"hot_air": "Hot Air",
"cold_water": "Cold Water",
"cold_air": "Cold Air",
"compressed_air": "Compressed Air",
"steam": "Steam",
"vacuum": "Vacuum"
}
},
"autoSuggestions": false
}

View file

@ -1,7 +1,11 @@
{
"key": "plant:output:electricity",
"type": "typeCombo",
"label": "Power Output",
"label": "Electric Power Output",
"placeholder": "500 MW, 1000 MW, 2000 MW...",
"snake_case": false
"snake_case": false,
"prerequisiteTag": {
"key": "plant:output:electricity",
"valueNot": "no"
}
}

View file

@ -1,5 +1,6 @@
{
"key": "plant:source",
"type": "combo",
"label": "Energy Source"
"label": "Energy Source",
"stringsCrossReference": "{generator/source}"
}

View file

@ -2,5 +2,8 @@
"key": "population",
"type": "number",
"minValue": 0,
"label": "Population"
"label": "Population",
"terms": [
"census"
]
}

View file

@ -0,0 +1,12 @@
{
"key": "population:date",
"type": "text",
"label": "Population Date",
"placeholder": "YYYY-MM-DD",
"prerequisiteTag": {
"key": "population"
},
"terms": [
"census date"
]
}

View file

@ -2,6 +2,7 @@
"key": "recycling:",
"type": "multiCombo",
"label": "Accepts",
"caseSensitive": true,
"strings": {
"options": {
"glass_bottles": "Glass Bottles and Jars",

View file

@ -1,5 +1,31 @@
{
"key": "religion",
"type": "combo",
"label": "Religion"
"label": "Religion",
"strings": {
"options": {
"bahai": "Baháí",
"benzhu": "Benzhu",
"buddhist": "Buddhist",
"caodaism": "Caodaist",
"chinese_folk": "Chinese Folk Religion",
"christian": "Christian",
"confucian": "Confucian",
"hindu": "Hindu",
"jain": "Jain",
"jewish": "Jewish",
"multifaith": "Multifaith",
"muslim": "Muslim",
"none": "Nonreligious",
"pagan": "Pagan",
"shinto": "Shinto",
"sikh": "Sikh",
"spiritualist": "Spiritualist",
"taoist": "Taoist",
"tenrikyo": "Tenrikyo",
"unitarian_universalist": "Unitarian Universalist",
"vietnamese_folk": "Vietnamese Folk Religion",
"voodoo": "Voodoo"
}
}
}

View file

@ -3,7 +3,6 @@
"geometry": [
"vertex"
],
"icon": "iD-restrictions",
"usage": "manual",
"reference": {
"rtype": "restriction"

View file

@ -1,7 +1,6 @@
{
"key": "source",
"type": "semiCombo",
"icon": "source",
"universal": true,
"label": "Sources",
"snake_case": false,

View file

@ -0,0 +1,14 @@
{
"key": "source:population",
"type": "combo",
"label": "Population Source",
"prerequisiteTag": {
"key": "population"
},
"snake_case": false,
"caseSensitive": true,
"terms": [
"census",
"population reference"
]
}

View file

@ -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
}

View file

@ -12,11 +12,17 @@
"compacted": "Compacted",
"concrete": "Concrete",
"paving_stones": "Paving Stones",
"sett": "Sett",
"dirt": "Dirt",
"grass": "Grass",
"sand": "Sand",
"wood": "Wood",
"artificial_turf": "Artificial Turf"
"metal": "Metal",
"artificial_turf": "Artificial Turf",
"unhewn_cobblestone": "Cobblestone (uncut, rounded stones)",
"mud": "Persistently Muddy",
"woodchips": "Woodchips",
"salt": "Salt"
}
}
}

View file

@ -0,0 +1,16 @@
{
"key": "toilets/wheelchair",
"type": "radio",
"strings": {
"options": {
"yes": "Yes",
"limited": "Limited",
"no": "No"
}
},
"label": "Wheelchair Accessible Toilet",
"prerequisiteTag": {
"key": "toilets",
"valueNot": "no"
}
}

View file

@ -1,5 +1,13 @@
{
"key": "tunnel",
"type": "combo",
"label": "Type"
"label": "Type",
"strings": {
"options": {
"avalanche_protector": "Avalanche Protector",
"building_passage": "Building Passage",
"culvert": "Culvert",
"flooded": "Flooded Tunnel"
}
}
}

View file

@ -0,0 +1,17 @@
{
"key": "two_sided",
"type": "defaultCheck",
"label": "Two-Sided",
"terms": [
"double-sided"
],
"geometry": [
"line"
],
"strings": {
"options": {
"undefined": "No",
"yes": "Yes"
}
}
}

View file

@ -1,7 +1,6 @@
{
"key": "website",
"type": "url",
"icon": "website",
"placeholder": "https://example.com",
"label": "Website",
"terms": [

View file

@ -8,7 +8,6 @@
"no": "No"
}
},
"icon": "maki-wheelchair",
"label": "Wheelchair Access",
"terms": [
"handicap access"

View file

@ -5,7 +5,6 @@
"wikipedia"
],
"type": "wikidata",
"icon": "wikipedia",
"universal": true,
"label": "Wikidata"
}

View file

@ -5,7 +5,6 @@
"wikidata"
],
"type": "wikipedia",
"icon": "wikipedia",
"universal": true,
"label": "Wikipedia"
}

View file

@ -1,5 +1,5 @@
{
"icon": "maki-bank",
"icon": "temaki-atm2",
"fields": [
"operator",
"network",

View file

@ -12,6 +12,7 @@
"charge_fee"
],
"moreFields": [
"bike_ride",
"colour",
"indoor",
"level",

View file

@ -34,6 +34,8 @@
"reservation",
"smoking",
"takeaway",
"toilets",
"toilets/wheelchair",
"wheelchair",
"highchair"
],

View file

@ -16,5 +16,10 @@
"amenity": "community_centre",
"lgbtq": "primary"
},
"addTags": {
"amenity": "community_centre",
"lgbtq": "primary",
"community_centre:for": "lgbtq"
},
"name": "LGBTQ+ Community Center"
}

View file

@ -0,0 +1,22 @@
{
"icon": "maki-restaurant",
"geometry": [
"point",
"area"
],
"terms": [
"canteen",
"dining hall",
"lunchroom",
"refectory"
],
"tags": {
"amenity": "fast_food",
"fast_food": "cafeteria"
},
"fields": [
"{amenity/fast_food}",
"access_simple"
],
"name": "Cafeteria"
}

View file

@ -5,7 +5,8 @@
"brand",
"operator",
"address",
"fuel_multi",
"fuel/fuel_multi",
"fuel/fuel_multi-RU",
"self_service",
"building_area"
],

View file

@ -29,6 +29,8 @@
"ref/FR/siret-FR",
"real_fire-GB-IE",
"sport_pub",
"toilets",
"toilets/wheelchair",
"wheelchair"
],
"geometry": [

View file

@ -7,7 +7,9 @@
"informal",
"start_date",
"capacity",
"population"
"population",
"population/date",
"source/population"
],
"moreFields": [
"internet_access",

View file

@ -38,6 +38,8 @@
"sport_pub",
"stars",
"takeaway",
"toilets",
"toilets/wheelchair",
"wheelchair",
"highchair"
],

View file

@ -8,7 +8,8 @@
"grades",
"religion",
"denomination",
"website"
"website",
"building_area"
],
"moreFields": [
"capacity",

View file

@ -10,8 +10,8 @@
"min_age"
],
"geometry": [
"line",
"area"
"point",
"line"
],
"terms": [
"theme park",

View file

@ -4,6 +4,10 @@
"height",
"material"
],
"moreFields": [
"{barrier}",
"two_sided"
],
"geometry": [
"line",
"area"

View file

@ -3,6 +3,10 @@
"fields": [
"material"
],
"moreFields": [
"{barrier}",
"two_sided"
],
"geometry": [
"line"
],

View file

@ -8,7 +8,7 @@
"access"
],
"geometry": [
"point",
"vertex",
"line"
],
"tags": {

View file

@ -3,7 +3,8 @@
"fields": [
"kerb",
"tactile_paving",
"wheelchair"
"wheelchair",
"two_sided"
],
"moreFields": [
"material"

View file

@ -11,6 +11,7 @@
"architect",
"building/levels/underground",
"building/material",
"building/prefabricated",
"ele",
"gnis/feature_id-US",
"layer",

View file

@ -0,0 +1,11 @@
{
"icon": "fas-house-fire",
"geometry": [
"area"
],
"tags": {
"building": "fire_station"
},
"matchScore": 0.5,
"name": "Fire Station Building"
}

View file

@ -5,6 +5,10 @@
"sport",
"{club}"
],
"moreFields": [
"{club}",
"access_simple"
],
"geometry": [
"point",
"area"

View file

@ -23,5 +23,5 @@
"tags": {
"craft": "brewery"
},
"name": "Brewery"
"name": "Craft Brewery"
}

View file

@ -0,0 +1,27 @@
{
"icon": "temaki-bus",
"fields": [
"name",
"operator",
"oneway",
"structure",
"covered"
],
"moreFields": [
"trolley_wire"
],
"geometry": [
"line"
],
"tags": {
"highway": "busway"
},
"aliases": [
"Transitway",
"Bus Rapid Transit"
],
"terms": [
"brt"
],
"name": "Busway"
}

View file

@ -1,5 +1,5 @@
{
"name": "Motorway Link",
"name": "{highway/motorway_link}",
"icon": "iD-highway-motorway-link",
"fields": [
"destination_oneway",
@ -34,14 +34,6 @@
"tags": {
"highway": "motorway_link"
},
"terms": [
"exit",
"ramp",
"road",
"street",
"on ramp",
"off ramp"
],
"locationSet": {
"include": [
"ca",

View file

@ -1,5 +1,5 @@
{
"name": "Primary Link",
"name": "{highway/primary_link}",
"icon": "iD-highway-primary-link",
"fields": [
"destination_oneway",
@ -38,13 +38,6 @@
"tags": {
"highway": "primary_link"
},
"terms": [
"on ramp",
"off ramp",
"ramp",
"road",
"street"
],
"locationSet": {
"include": [
"ca",

View file

@ -0,0 +1,41 @@
{
"icon": "iD-highway-service",
"fields": [
"name",
"service",
"maxspeed",
"surface",
"structure",
"access"
],
"moreFields": [
"covered_no",
"flood_prone",
"lit",
"maxheight",
"maxspeed/advisory",
"maxweight_bridge",
"smoothness",
"trolley_wire"
],
"geometry": [
"area"
],
"tags": {
"highway": "service"
},
"terms": [
"maneuvering area",
"maneuvering surface",
"manoeuvring area",
"manoeuvring surface",
"paved lot",
"service road",
"service yard",
"shunting area",
"staging lot",
"yard"
],
"searchable": false,
"name": "Paved Service Area"
}

View file

@ -33,26 +33,35 @@
"agricultural road",
"atv",
"carriage road",
"dirt road",
"double track",
"farm road",
"fire road",
"forest road",
"forestry road",
"four wheel drive",
"haul road",
"haulage road",
"high-clearance",
"jeep",
"land access road",
"logging road",
"mining road",
"offroad",
"off-road",
"overgrown",
"primitive",
"quad",
"ranch road",
"rut",
"track",
"track road",
"two-track",
"two track",
"unmaintained",
"vehicular trail",
"woods road"
],
"name": "Track / Land-Access Road"
"name": "Track / Land-Access Road",
"aliases": [
"Land-Access Road",
"Track Road"
]
}

View file

@ -1,5 +1,5 @@
{
"name": "Trunk Link",
"name": "{highway/trunk_link}",
"icon": "iD-highway-trunk-link",
"fields": [
"{highway/motorway_link-US-CA}"
@ -13,13 +13,6 @@
"tags": {
"highway": "trunk_link"
},
"terms": [
"on ramp",
"off ramp",
"ramp",
"road",
"street"
],
"locationSet": {
"include": [
"ca",

View file

@ -0,0 +1,27 @@
{
"icon": "temaki-storage_fermenter",
"fields": [
"{man_made/works/brewery}",
"product"
],
"moreFields": [
"{man_made/works/brewery}"
],
"geometry": [
"point",
"area"
],
"tags": {
"industrial": "brewery"
},
"addTags": {
"landuse": "industrial"
},
"reference": {
"key": "industrial",
"value": "brewery"
},
"searchable": false,
"matchScore": 0.9,
"name": "{man_made/works/brewery}"
}

View file

@ -11,6 +11,7 @@
"opening_hours"
],
"moreFields": [
"access_simple",
"dog",
"email",
"fax",

View file

@ -7,6 +7,7 @@
"opening_hours"
],
"moreFields": [
"access_simple",
"dog",
"email",
"fax",

View file

@ -0,0 +1,19 @@
{
"icon": "temaki-wall",
"geometry": [
"area",
"point"
],
"tags": {
"leisure": "pitch",
"sport": "american_handball"
},
"reference": {
"key": "sport",
"value": "american_handball"
},
"terms": [
"wallball"
],
"name": "American Handball Court"
}

View file

@ -3,7 +3,7 @@
"fields": [
"name",
"sport",
"building",
"building_area",
"address",
"fee",
"opening_hours",
@ -11,6 +11,7 @@
"charge_fee"
],
"moreFields": [
"access_simple",
"email",
"fax",
"gnis/feature_id-US",

View file

@ -31,5 +31,7 @@
"value": "bridge"
},
"name": "Bridge Area",
"matchScore": 0.85
"aliases": [
"Bridge"
]
}

View file

@ -0,0 +1,26 @@
{
"icon": "maki-water",
"fields": [
"name",
"resource",
"operator",
"intermittent"
],
"geometry": [
"area"
],
"tags": {
"man_made": "tailings_pond"
},
"terms": [
"mining",
"separation",
"slurry"
],
"aliases": [
"Tailing Pond",
"Settling Pond",
"Settling Pit"
],
"name": "Tailings Pond"
}

View file

@ -0,0 +1,31 @@
{
"icon": "temaki-storage_fermenter",
"fields": [
"{man_made/works}",
"website"
],
"moreFields": [
"{man_made/works}",
"min_age"
],
"geometry": [
"point",
"area"
],
"terms": [
"alcohol",
"beer",
"bier",
"booze",
"cider"
],
"tags": {
"man_made": "works",
"product": "beer"
},
"reference": {
"key": "product",
"value": "beer"
},
"name": "Industrial Brewery"
}

View file

@ -0,0 +1,23 @@
{
"icon": "temaki-tree_stump",
"geometry": [
"area",
"point"
],
"moreFields": [
"leaf_type_singular",
"leaf_cycle_singular",
"denotation",
"height",
"circumference",
"{natural/tree}"
],
"tags": {
"natural": "tree_stump"
},
"terms": [
"cut tree",
"removed tree"
],
"name": "Tree Stump"
}

View file

@ -0,0 +1,23 @@
{
"icon": "maki-water",
"geometry": [
"area"
],
"tags": {
"natural": "water",
"water": "oxbow"
},
"reference": {
"key": "water",
"value": "oxbow"
},
"terms": [
"anabranch",
"billabong",
"cut off",
"meander",
"oxbow",
"resaca"
],
"name": "Oxbow Lake"
}

View file

@ -0,0 +1,14 @@
{
"icon": "maki-suitcase",
"geometry": [
"point",
"area"
],
"tags": {
"office": "property_management"
},
"terms": [
"property rental"
],
"name": "Property Management / Leasing Office"
}

View file

@ -0,0 +1,14 @@
{
"icon": "maki-suitcase",
"geometry": [
"point",
"area"
],
"tags": {
"office": "union"
},
"terms": [
"trade union"
],
"name": "Labor Union Office"
}

View file

@ -2,7 +2,9 @@
"icon": "maki-city",
"fields": [
"name",
"population"
"population",
"population/date",
"source/population"
],
"geometry": [
"point",

View file

@ -2,7 +2,9 @@
"icon": "maki-triangle-stroked",
"fields": [
"name",
"population"
"population",
"population/date",
"source/population"
],
"geometry": [
"point",

View file

@ -2,7 +2,9 @@
"icon": "maki-triangle-stroked",
"fields": [
"name",
"population"
"population",
"population/date",
"source/population"
],
"moreFields": [
"gnis/feature_id-US"

View file

@ -2,7 +2,9 @@
"icon": "maki-triangle-stroked",
"fields": [
"name",
"population"
"population",
"population/date",
"source/population"
],
"geometry": [
"point",

View file

@ -2,7 +2,9 @@
"icon": "maki-triangle-stroked",
"fields": [
"name",
"population"
"population",
"population/date",
"source/population"
],
"geometry": [
"point",

View file

@ -2,7 +2,9 @@
"icon": "maki-town",
"fields": [
"name",
"population"
"population",
"population/date",
"source/population"
],
"geometry": [
"point",

View file

@ -2,7 +2,9 @@
"icon": "maki-village",
"fields": [
"name",
"population"
"population",
"population/date",
"source/population"
],
"geometry": [
"point",

View file

@ -0,0 +1,28 @@
{
"icon": "temaki-power_pole",
"fields": [
"ref",
"operator"
],
"moreFields": [
"height",
"line_attachment",
"line_management",
"manufacturer",
"material"
],
"geometry": [
"point",
"vertex"
],
"tags": {
"power": "catenary_mast"
},
"terms": [
"catenary pylon",
"catenary mast",
"overhead line",
"overhead wire"
],
"name": "Catenary Pole"
}

View file

@ -3,7 +3,7 @@
"fields": [
"ref",
"operator",
"generator/method",
"generator/method/hydro",
"generator/type",
"generator/output/electricity"
],

View file

@ -3,7 +3,6 @@
"fields": [
"ref",
"operator",
"generator/method",
"generator/type",
"generator/output/electricity"
],

View file

@ -3,10 +3,11 @@
"fields": [
"name",
"operator",
"address",
"plant/source",
"plant/method",
"plant/output",
"plant/output/electricity",
"address",
"start_date"
],
"moreFields": [

View file

@ -3,8 +3,9 @@
"fields": [
"name",
"operator",
"address",
"plant/output",
"plant/output/electricity",
"address",
"start_date"
],
"moreFields": [

Some files were not shown because too many files have changed in this diff Show more