Files
iD/data/presets/fields.json
Bryan Housel 1a9c111d78 Set field.keys so that delete/undo buttons work
For multiselect fields,
field.key should have a ':' on the end of it - we use as the prefix, not the real key
field.keys should contain the array of real keys being modified

see https://github.com/openstreetmap/iD/blob/master/js/id/ui/preset.js#L17-L45

The address field preset works like this also..
It contains an array of key.fields for all the subfields that might be set.
For multiselect fields, we don't know ahead of time what all the subfields are,
so we append to the list in `change()` and rebuild list in `tags()`
2016-04-22 21:22:24 -04:00

1451 lines
37 KiB
JSON

{
"access": {
"keys": [
"access",
"foot",
"motor_vehicle",
"bicycle",
"horse"
],
"reference": {
"key": "access"
},
"type": "access",
"label": "Allowed Access",
"placeholder": "Not Specified",
"strings": {
"types": {
"access": "All",
"foot": "Foot",
"motor_vehicle": "Motor Vehicles",
"bicycle": "Bicycles",
"horse": "Horses"
},
"options": {
"yes": {
"title": "Allowed",
"description": "Access permitted by law; a right of way"
},
"no": {
"title": "Prohibited",
"description": "Access not permitted to the general public"
},
"permissive": {
"title": "Permissive",
"description": "Access permitted until such time as the owner revokes the permission"
},
"private": {
"title": "Private",
"description": "Access permitted only with permission of the owner on an individual basis"
},
"designated": {
"title": "Designated",
"description": "Access permitted according to signs or specific local laws"
},
"destination": {
"title": "Destination",
"description": "Access permitted only to reach a destination"
},
"dismount": {
"title": "Dismount",
"description": "Access permitted but rider must dismount"
}
}
}
},
"access_simple": {
"key": "access",
"type": "combo",
"label": "Allowed Access",
"placeholder": "yes",
"options": [
"permissive",
"private",
"customers",
"no"
]
},
"access_toilets": {
"key": "access",
"type": "combo",
"label": "Access",
"options": [
"yes",
"permissive",
"private",
"customers"
]
},
"address": {
"type": "address",
"keys": [
"addr:housename",
"addr:housenumber",
"addr:conscriptionnumber",
"addr:street",
"addr:city",
"addr:postcode",
"addr:place",
"addr:hamlet",
"addr:suburb",
"addr:subdistrict",
"addr:district",
"addr:province",
"addr:state",
"addr:country"
],
"reference": {
"key": "addr"
},
"icon": "address",
"universal": true,
"label": "Address",
"strings": {
"placeholders": {
"housename": "Housename",
"housenumber": "123",
"conscriptionnumber": "123",
"street": "Street",
"city": "City",
"postcode": "Postcode",
"place": "Place",
"hamlet": "Hamlet",
"suburb": "Suburb",
"subdistrict": "Subdistrict",
"district": "District",
"province": "Province",
"state": "State",
"country": "Country"
}
}
},
"admin_level": {
"key": "admin_level",
"type": "number",
"label": "Admin Level"
},
"aerialway": {
"key": "aerialway",
"type": "typeCombo",
"label": "Type"
},
"aerialway/access": {
"key": "aerialway:access",
"type": "combo",
"label": "Access",
"strings": {
"options": {
"entry": "Entry",
"exit": "Exit",
"both": "Both"
}
}
},
"aerialway/bubble": {
"key": "aerialway:bubble",
"type": "check",
"label": "Bubble"
},
"aerialway/capacity": {
"key": "aerialway:capacity",
"type": "number",
"label": "Capacity (per hour)",
"placeholder": "500, 2500, 5000..."
},
"aerialway/duration": {
"key": "aerialway:duration",
"type": "number",
"label": "Duration (minutes)",
"placeholder": "1, 2, 3..."
},
"aerialway/heating": {
"key": "aerialway:heating",
"type": "check",
"label": "Heated"
},
"aerialway/occupancy": {
"key": "aerialway:occupancy",
"type": "number",
"label": "Occupancy",
"placeholder": "2, 4, 8..."
},
"aerialway/summer/access": {
"key": "aerialway:summer:access",
"type": "combo",
"label": "Access (summer)",
"strings": {
"options": {
"entry": "Entry",
"exit": "Exit",
"both": "Both"
}
}
},
"aeroway": {
"key": "aeroway",
"type": "typeCombo",
"label": "Type"
},
"amenity": {
"key": "amenity",
"type": "typeCombo",
"label": "Type"
},
"area/highway": {
"key": "area:highway",
"type": "typeCombo",
"label": "Type"
},
"artist": {
"key": "artist_name",
"type": "text",
"label": "Artist"
},
"artwork_type": {
"key": "artwork_type",
"type": "combo",
"label": "Type"
},
"atm": {
"key": "atm",
"type": "check",
"label": "ATM"
},
"backrest": {
"key": "backrest",
"type": "check",
"label": "Backrest"
},
"barrier": {
"key": "barrier",
"type": "typeCombo",
"label": "Type"
},
"bench": {
"key": "bench",
"type": "check",
"label": "Bench"
},
"bicycle_parking": {
"key": "bicycle_parking",
"type": "combo",
"label": "Type"
},
"boundary": {
"key": "boundary",
"type": "combo",
"label": "Type"
},
"brand": {
"key": "brand",
"type": "text",
"label": "Brand"
},
"building": {
"key": "building",
"type": "combo",
"label": "Building"
},
"building_area": {
"key": "building",
"type": "combo",
"default": "yes",
"geometry": "area",
"label": "Building"
},
"capacity": {
"key": "capacity",
"type": "number",
"label": "Capacity",
"placeholder": "50, 100, 200..."
},
"cardinal_direction": {
"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"
}
}
},
"clock_direction": {
"key": "direction",
"type": "combo",
"label": "Direction",
"strings": {
"options": {
"clockwise": "Clockwise",
"anticlockwise": "Counterclockwise"
}
}
},
"collection_times": {
"key": "collection_times",
"type": "text",
"label": "Collection Times"
},
"construction": {
"key": "construction",
"type": "combo",
"label": "Type"
},
"content": {
"key": "content",
"type": "combo",
"label": "Contents"
},
"country": {
"key": "country",
"type": "combo",
"label": "Country"
},
"covered": {
"key": "covered",
"type": "check",
"label": "Covered"
},
"craft": {
"key": "craft",
"type": "typeCombo",
"label": "Type"
},
"crop": {
"key": "crop",
"type": "combo",
"label": "Crop"
},
"crossing": {
"key": "crossing",
"type": "combo",
"label": "Type"
},
"cuisine": {
"key": "cuisine",
"type": "combo",
"label": "Cuisine"
},
"cycleway": {
"keys": [
"cycleway:left",
"cycleway:right"
],
"reference": {
"key": "cycleway"
},
"type": "cycleway",
"label": "Bike Lanes",
"placeholder": "none",
"strings": {
"types": {
"cycleway:left": "Left side",
"cycleway:right": "Right side"
},
"options": {
"none": {
"title": "None",
"description": "No bike lane"
},
"lane": {
"title": "Standard bike lane",
"description": "A bike lane separated from auto traffic by a painted line"
},
"shared_lane": {
"title": "Shared bike lane",
"description": "A bike lane with no separation from auto traffic"
},
"track": {
"title": "Bike track",
"description": "A bike lane separated from traffic by a physical barrier"
},
"share_busway": {
"title": "Bike lane shared with bus",
"description": "A bike lane shared with a bus lane"
},
"opposite_lane": {
"title": "Opposite bike lane",
"description": "A bike lane that travels in the opposite direction of traffic"
},
"opposite": {
"title": "Contraflow bike lane",
"description": "A bike lane that travels in both directions on a one-way street"
}
}
}
},
"delivery": {
"key": "delivery",
"type": "check",
"label": "Delivery"
},
"denomination": {
"key": "denomination",
"type": "combo",
"label": "Denomination"
},
"denotation": {
"key": "denotation",
"type": "combo",
"label": "Denotation"
},
"description": {
"key": "description",
"type": "textarea",
"label": "Description",
"universal": true
},
"diaper": {
"key": "diaper",
"type": "combo",
"label": "Diaper Changing Available",
"options": [
"yes",
"no",
"room",
"1",
"2",
"3",
"4",
"5"
]
},
"dock": {
"key": "dock",
"type": "combo",
"label": "Type"
},
"drive_through": {
"key": "drive_through",
"type": "check",
"label": "Drive-Through"
},
"electrified": {
"key": "electrified",
"type": "combo",
"label": "Electrification",
"placeholder": "Contact Line, Electrified Rail...",
"strings": {
"options": {
"contact_line": "Contact Line",
"rail": "Electrified Rail",
"yes": "Yes (unspecified)",
"no": "No"
}
}
},
"elevation": {
"key": "ele",
"type": "number",
"icon": "elevation",
"universal": true,
"label": "Elevation"
},
"emergency": {
"key": "emergency",
"type": "check",
"label": "Emergency"
},
"entrance": {
"key": "entrance",
"type": "typeCombo",
"label": "Type"
},
"except": {
"key": "except",
"type": "combo",
"label": "Exceptions"
},
"fax": {
"key": "fax",
"type": "tel",
"label": "Fax",
"placeholder": "+31 42 123 4567"
},
"fee": {
"key": "fee",
"type": "check",
"label": "Fee"
},
"fire_hydrant/type": {
"key": "fire_hydrant:type",
"type": "combo",
"label": "Type",
"strings": {
"options": {
"pillar": "Pillar/Aboveground",
"underground": "Underground",
"wall": "Wall",
"pond": "Pond"
}
}
},
"fixme": {
"key": "fixme",
"type": "textarea",
"label": "Fix Me",
"universal": true
},
"fuel": {
"key": "fuel",
"type": "combo",
"label": "Fuel"
},
"fuel/biodiesel": {
"key": "fuel:biodiesel",
"type": "check",
"label": "Sells Biodiesel"
},
"fuel/diesel": {
"key": "fuel:diesel",
"type": "check",
"label": "Sells Diesel"
},
"fuel/e10": {
"key": "fuel:e10",
"type": "check",
"label": "Sells E10"
},
"fuel/e85": {
"key": "fuel:e85",
"type": "check",
"label": "Sells E85"
},
"fuel/lpg": {
"key": "fuel:lpg",
"type": "check",
"label": "Sells Propane"
},
"fuel/octane_100": {
"key": "fuel:octane_100",
"type": "check",
"label": "Sells Racing Gasoline"
},
"fuel/octane_91": {
"key": "fuel:octane_91",
"type": "check",
"label": "Sells Regular Gasoline"
},
"fuel/octane_95": {
"key": "fuel:octane_95",
"type": "check",
"label": "Sells Midgrade Gasoline"
},
"fuel/octane_98": {
"key": "fuel:octane_98",
"type": "check",
"label": "Sells Premium Gasoline"
},
"gauge": {
"key": "gauge",
"type": "combo",
"label": "Gauge"
},
"gender": {
"type": "radio",
"keys": [
"male",
"female",
"unisex"
],
"label": "Gender",
"placeholder": "Unknown",
"strings": {
"options": {
"male": "Male",
"female": "Female",
"unisex": "Unisex"
}
}
},
"generator/method": {
"key": "generator:method",
"type": "combo",
"label": "Method"
},
"generator/source": {
"key": "generator:source",
"type": "combo",
"label": "Source"
},
"generator/type": {
"key": "generator:type",
"type": "combo",
"label": "Type"
},
"golf_hole": {
"key": "ref",
"type": "text",
"label": "Reference",
"placeholder": "Hole number (1-18)"
},
"handicap": {
"key": "handicap",
"type": "number",
"label": "Handicap",
"placeholder": "1-18"
},
"handrail": {
"key": "handrail",
"type": "check",
"label": "Handrail"
},
"highway": {
"key": "highway",
"type": "typeCombo",
"label": "Type"
},
"historic": {
"key": "historic",
"type": "typeCombo",
"label": "Type"
},
"hoops": {
"key": "hoops",
"type": "number",
"label": "Hoops",
"placeholder": "1, 2, 4..."
},
"iata": {
"key": "iata",
"type": "text",
"label": "IATA"
},
"icao": {
"key": "icao",
"type": "text",
"label": "ICAO"
},
"incline": {
"key": "incline",
"type": "combo",
"label": "Incline"
},
"incline_steps": {
"key": "incline",
"type": "combo",
"label": "Incline",
"strings": {
"options": {
"up": "Up",
"down": "Down"
}
}
},
"information": {
"key": "information",
"type": "typeCombo",
"label": "Type"
},
"internet_access": {
"key": "internet_access",
"type": "multiselect",
"label": "Internet Access",
"strings": {
"options": {
"yes": "Yes",
"no": "No",
"wlan": "Wifi",
"wired": "Wired",
"terminal": "Terminal"
}
}
},
"lamp_type": {
"key": "lamp_type",
"type": "combo",
"label": "Type"
},
"landuse": {
"key": "landuse",
"type": "typeCombo",
"label": "Type"
},
"lanes": {
"key": "lanes",
"type": "number",
"label": "Lanes",
"placeholder": "1, 2, 3..."
},
"layer": {
"key": "layer",
"type": "combo",
"label": "Layer"
},
"leaf_cycle": {
"key": "leaf_cycle",
"type": "combo",
"label": "Leaf Cycle",
"strings": {
"options": {
"evergreen": "Evergreen",
"deciduous": "Deciduous",
"semi_evergreen": "Semi-Evergreen",
"semi_deciduous": "Semi-Deciduous",
"mixed": "Mixed"
}
}
},
"leaf_cycle_singular": {
"key": "leaf_cycle",
"type": "combo",
"label": "Leaf Cycle",
"strings": {
"options": {
"evergreen": "Evergreen",
"deciduous": "Deciduous",
"semi_evergreen": "Semi-Evergreen",
"semi_deciduous": "Semi-Deciduous"
}
}
},
"leaf_type": {
"key": "leaf_type",
"type": "combo",
"label": "Leaf Type",
"strings": {
"options": {
"broadleaved": "Broadleaved",
"needleleaved": "Needleleaved",
"mixed": "Mixed",
"leafless": "Leafless"
}
}
},
"leaf_type_singular": {
"key": "leaf_type",
"type": "combo",
"label": "Leaf Type",
"strings": {
"options": {
"broadleaved": "Broadleaved",
"needleleaved": "Needleleaved",
"leafless": "Leafless"
}
}
},
"leisure": {
"key": "leisure",
"type": "typeCombo",
"label": "Type"
},
"length": {
"key": "length",
"type": "number",
"label": "Length (Meters)"
},
"level": {
"key": "level",
"type": "combo",
"label": "Level",
"universal": true
},
"levels": {
"key": "building:levels",
"type": "number",
"label": "Levels",
"placeholder": "2, 4, 6..."
},
"lit": {
"key": "lit",
"type": "check",
"label": "Lit"
},
"location": {
"key": "location",
"type": "combo",
"label": "Location"
},
"man_made": {
"key": "man_made",
"type": "typeCombo",
"label": "Type"
},
"maxspeed": {
"key": "maxspeed",
"type": "maxspeed",
"label": "Speed Limit",
"placeholder": "40, 50, 60..."
},
"maxstay": {
"key": "maxstay",
"type": "combo",
"label": "Max Stay",
"options": [
"15 min",
"30 min",
"45 min",
"1 hr",
"1.5 hr",
"2 hr",
"2.5 hr",
"3 hr",
"4 hr",
"1 day",
"2 day"
],
"snake_case": false
},
"mtb/scale": {
"key": "mtb:scale",
"type": "combo",
"label": "Mountain Biking Difficulty",
"placeholder": "0, 1, 2, 3...",
"strings": {
"options": {
"0": "0: Solid gravel/packed earth, no obstacles, wide curves",
"1": "1: Some loose surface, small obstacles, wide curves",
"2": "2: Much loose surface, large obstacles, easy hairpins",
"3": "3: Slippery surface, large obstacles, tight hairpins",
"4": "4: Loose surface or boulders, dangerous hairpins",
"5": "5: Maximum difficulty, boulder fields, landslides",
"6": "6: Not rideable except by the very best mountain bikers"
}
}
},
"mtb/scale/imba": {
"key": "mtb:scale:imba",
"type": "combo",
"label": "IMBA Trail Difficulty",
"placeholder": "Easy, Medium, Difficult...",
"strings": {
"options": {
"0": "Easiest (white circle)",
"1": "Easy (green circle)",
"2": "Medium (blue square)",
"3": "Difficult (black diamond)",
"4": "Extremely Difficult (double black diamond)"
}
}
},
"mtb/scale/uphill": {
"key": "mtb:scale:uphill",
"type": "combo",
"label": "Mountain Biking Uphill Difficulty",
"placeholder": "0, 1, 2, 3...",
"strings": {
"options": {
"0": "0: Avg. incline <10%, gravel/packed earth, no obstacles",
"1": "1: Avg. incline <15%, gravel/packed earth, few small objects",
"2": "2: Avg. incline <20%, stable surface, fistsize rocks/roots",
"3": "3: Avg. incline <25%, variable surface, fistsize rocks/branches",
"4": "4: Avg. incline <30%, poor condition, big rocks/branches",
"5": "5: Very steep, bike generally needs to be pushed or carried"
}
}
},
"name": {
"key": "name",
"type": "localized",
"label": "Name",
"placeholder": "Common name (if any)"
},
"natural": {
"key": "natural",
"type": "typeCombo",
"label": "Natural"
},
"network": {
"key": "network",
"type": "text",
"label": "Network"
},
"note": {
"key": "note",
"type": "textarea",
"universal": true,
"icon": "note",
"label": "Note"
},
"office": {
"key": "office",
"type": "typeCombo",
"label": "Type"
},
"oneway": {
"key": "oneway",
"type": "check",
"label": "One Way",
"strings": {
"options": {
"undefined": "Assumed to be No",
"yes": "Yes",
"no": "No"
}
}
},
"oneway_yes": {
"key": "oneway",
"type": "check",
"label": "One Way",
"strings": {
"options": {
"undefined": "Assumed to be Yes",
"yes": "Yes",
"no": "No"
}
}
},
"opening_hours": {
"key": "opening_hours",
"type": "text",
"label": "Hours"
},
"operator": {
"key": "operator",
"type": "text",
"label": "Operator"
},
"par": {
"key": "par",
"type": "number",
"label": "Par",
"placeholder": "3, 4, 5..."
},
"park_ride": {
"key": "park_ride",
"type": "check",
"label": "Park and Ride"
},
"parking": {
"key": "parking",
"type": "combo",
"label": "Type",
"strings": {
"options": {
"surface": "Surface",
"multi-storey": "Multilevel",
"underground": "Underground",
"sheds": "Sheds",
"carports": "Carports",
"garage_boxes": "Garage Boxes",
"lane": "Roadside Lane"
}
}
},
"phone": {
"key": "phone",
"type": "tel",
"icon": "telephone",
"universal": true,
"label": "Phone",
"placeholder": "+31 42 123 4567"
},
"piste/difficulty": {
"key": "piste:difficulty",
"type": "combo",
"label": "Difficulty",
"placeholder": "Easy, Intermediate, Advanced...",
"strings": {
"options": {
"novice": "Novice (instructional)",
"easy": "Easy (green circle)",
"intermediate": "Intermediate (blue square)",
"advanced": "Advanced (black diamond)",
"expert": "Expert (double black diamond)",
"freeride": "Freeride (off-piste)",
"extreme": "Extreme (climbing equipment required)"
}
}
},
"piste/grooming": {
"key": "piste:grooming",
"type": "combo",
"label": "Grooming",
"strings": {
"options": {
"classic": "Classic",
"mogul": "Mogul",
"backcountry": "Backcountry",
"classic+skating": "Classic and Skating",
"scooter": "Scooter/Snowmobile",
"skating": "Skating"
}
}
},
"piste/type": {
"key": "piste:type",
"type": "typeCombo",
"label": "Type",
"strings": {
"options": {
"downhill": "Downhill",
"nordic": "Nordic",
"skitour": "Skitour",
"sled": "Sled",
"hike": "Hike",
"sleigh": "Sleigh",
"ice_skate": "Ice Skate",
"snow_park": "Snow Park",
"playground": "Playground"
}
}
},
"place": {
"key": "place",
"type": "typeCombo",
"label": "Type"
},
"population": {
"key": "population",
"type": "text",
"label": "Population"
},
"power": {
"key": "power",
"type": "typeCombo",
"label": "Type"
},
"power_supply": {
"key": "power_supply",
"type": "check",
"label": "Power Supply"
},
"railway": {
"key": "railway",
"type": "typeCombo",
"label": "Type"
},
"recycling/recycling_choices": {
"key": "recycling:",
"type": "multiselect",
"label": "Accepts"
},
"ref": {
"key": "ref",
"type": "text",
"label": "Reference"
},
"relation": {
"key": "type",
"type": "combo",
"label": "Type"
},
"religion": {
"key": "religion",
"type": "combo",
"label": "Religion"
},
"restriction": {
"key": "restriction",
"type": "combo",
"label": "Type"
},
"restrictions": {
"type": "restrictions",
"geometry": "vertex",
"icon": "restrictions",
"reference": {
"rtype": "restriction"
},
"label": "Turn Restrictions"
},
"route": {
"key": "route",
"type": "combo",
"label": "Type"
},
"route_master": {
"key": "route_master",
"type": "combo",
"label": "Type"
},
"sac_scale": {
"key": "sac_scale",
"type": "combo",
"label": "Hiking Difficulty",
"placeholder": "Mountain Hiking, Alpine Hiking...",
"strings": {
"options": {
"hiking": "T1: Hiking",
"mountain_hiking": "T2: Mountain Hiking",
"demanding_mountain_hiking": "T3: Demanding Mountain Hiking",
"alpine_hiking": "T4: Alpine Hiking",
"demanding_alpine_hiking": "T5: Demanding Alpine Hiking",
"difficult_alpine_hiking": "T6: Difficult Alpine Hiking"
}
}
},
"sanitary_dump_station": {
"key": "sanitary_dump_station",
"type": "check",
"label": "Toilet Disposal"
},
"seasonal": {
"key": "seasonal",
"type": "check",
"label": "Seasonal"
},
"service": {
"key": "service",
"type": "combo",
"label": "Type",
"options": [
"parking_aisle",
"driveway",
"alley",
"emergency_access",
"drive-through"
]
},
"service/bicycle/chain_tool": {
"key": "service:bicycle:chain_tool",
"type": "check",
"label": "Chain Tool",
"strings": {
"options": {
"undefined": "Assumed to be No",
"yes": "Yes",
"no": "No"
}
}
},
"service/bicycle/pump": {
"key": "service:bicycle:pump",
"type": "check",
"label": "Air Pump",
"strings": {
"options": {
"undefined": "Assumed to be No",
"yes": "Yes",
"no": "No"
}
}
},
"service_rail": {
"key": "service",
"type": "combo",
"label": "Service Type",
"strings": {
"options": {
"spur": "Spur",
"yard": "Yard",
"siding": "Siding",
"crossover": "Crossover"
}
}
},
"shelter": {
"key": "shelter",
"type": "check",
"label": "Shelter"
},
"shelter_type": {
"key": "shelter_type",
"type": "combo",
"label": "Type"
},
"shop": {
"key": "shop",
"type": "typeCombo",
"label": "Type"
},
"site": {
"key": "site",
"type": "combo",
"label": "Type"
},
"sloped_curb": {
"key": "sloped_curb",
"type": "combo",
"label": "Sloped Curb"
},
"smoking": {
"key": "smoking",
"type": "combo",
"label": "Smoking",
"placeholder": "No, Separated, Yes...",
"strings": {
"options": {
"no": "No smoking anywhere",
"separated": "In smoking areas, not physically isolated",
"isolated": "In smoking areas, physically isolated",
"outside": "Allowed outside",
"yes": "Allowed everywhere",
"dedicated": "Dedicated to smokers (e.g. smokers' club)"
}
}
},
"smoothness": {
"key": "smoothness",
"type": "combo",
"label": "Smoothness",
"placeholder": "Thin Rollers, Wheels, Off-Road...",
"strings": {
"options": {
"excellent": "Thin Rollers: rollerblade, skateboard",
"good": "Thin Wheels: racing bike",
"intermediate": "Wheels: city bike, wheelchair, scooter",
"bad": "Robust Wheels: trekking bike, car, rickshaw",
"very_bad": "High Clearance: light duty off-road vehicle",
"horrible": "Off-Road: heavy duty off-road vehicle",
"very_horrible": "Specialized off-road: tractor, ATV",
"impassable": "Impassable / No wheeled vehicle"
}
}
},
"social_facility_for": {
"key": "social_facility:for",
"type": "radio",
"label": "People served",
"placeholder": "Homeless, Disabled, Child, etc",
"options": [
"abused",
"child",
"disabled",
"diseased",
"drug_addicted",
"homeless",
"juvenile",
"mental_health",
"migrant",
"orphan",
"senior",
"underprivileged",
"unemployed",
"victim"
]
},
"source": {
"key": "source",
"type": "text",
"icon": "source",
"universal": true,
"label": "Source"
},
"sport": {
"key": "sport",
"type": "combo",
"label": "Sport"
},
"sport_ice": {
"key": "sport",
"type": "multiselect",
"label": "Sport",
"options": [
"skating",
"hockey",
"multi",
"curling",
"ice_stock"
]
},
"sport_racing": {
"key": "sport",
"type": "combo",
"label": "Sport",
"options": [
"cycling",
"dog_racing",
"horse_racing",
"karting",
"motor",
"motocross",
"running"
]
},
"structure": {
"type": "radio",
"keys": [
"bridge",
"tunnel",
"embankment",
"cutting",
"ford"
],
"label": "Structure",
"placeholder": "Unknown",
"strings": {
"options": {
"bridge": "Bridge",
"tunnel": "Tunnel",
"embankment": "Embankment",
"cutting": "Cutting",
"ford": "Ford"
}
}
},
"studio_type": {
"key": "type",
"type": "combo",
"label": "Type",
"options": [
"audio",
"video"
]
},
"substation": {
"key": "substation",
"type": "typeCombo",
"label": "Type"
},
"supervised": {
"key": "supervised",
"type": "check",
"label": "Supervised"
},
"surface": {
"key": "surface",
"type": "combo",
"label": "Surface"
},
"tactile_paving": {
"key": "tactile_paving",
"type": "check",
"label": "Tactile Paving"
},
"takeaway": {
"key": "takeaway",
"type": "combo",
"label": "Takeaway",
"placeholder": "Yes, No, Takeaway Only...",
"strings": {
"options": {
"yes": "Yes",
"no": "No",
"only": "Takeaway Only"
}
}
},
"toilets/disposal": {
"key": "toilets:disposal",
"type": "combo",
"label": "Disposal",
"strings": {
"options": {
"flush": "Flush",
"pitlatrine": "Pit/Latrine",
"chemical": "Chemical",
"bucket": "Bucket"
}
}
},
"tourism": {
"key": "tourism",
"type": "typeCombo",
"label": "Type"
},
"towertype": {
"key": "tower:type",
"type": "combo",
"label": "Tower type"
},
"tracktype": {
"key": "tracktype",
"type": "combo",
"label": "Track Type",
"placeholder": "Solid, Mostly Solid, Soft...",
"strings": {
"options": {
"grade1": "Solid: paved or heavily compacted hardcore surface",
"grade2": "Mostly Solid: gravel/rock with some soft material mixed in",
"grade3": "Even mixture of hard and soft materials",
"grade4": "Mostly Soft: soil/sand/grass with some hard material mixed in",
"grade5": "Soft: soil/sand/grass"
}
}
},
"traffic_signals": {
"key": "traffic_signals",
"type": "combo",
"label": "Type",
"default": "signal"
},
"trail_visibility": {
"key": "trail_visibility",
"type": "combo",
"label": "Trail Visibility",
"placeholder": "Excellent, Good, Bad...",
"strings": {
"options": {
"excellent": "Excellent: unambiguous path or markers everywhere",
"good": "Good: markers visible, sometimes require searching",
"intermediate": "Intermediate: few markers, path mostly visible",
"bad": "Bad: no markers, path sometimes invisible/pathless",
"horrible": "Horrible: often pathless, some orientation skills required",
"no": "No: pathless, excellent orientation skills required"
}
}
},
"trees": {
"key": "trees",
"type": "combo",
"label": "Trees"
},
"tunnel": {
"key": "tunnel",
"type": "combo",
"label": "Tunnel"
},
"vending": {
"key": "vending",
"type": "combo",
"label": "Type of Goods"
},
"water": {
"key": "water",
"type": "combo",
"label": "Type"
},
"water_point": {
"key": "water_point",
"type": "check",
"label": "Water Point"
},
"waterway": {
"key": "waterway",
"type": "typeCombo",
"label": "Type"
},
"website": {
"key": "website",
"type": "url",
"icon": "website",
"placeholder": "http://example.com/",
"universal": true,
"label": "Website"
},
"wetland": {
"key": "wetland",
"type": "combo",
"label": "Type"
},
"wheelchair": {
"key": "wheelchair",
"type": "radio",
"options": [
"yes",
"limited",
"no"
],
"icon": "wheelchair",
"universal": true,
"label": "Wheelchair Access"
},
"width": {
"key": "width",
"type": "number",
"label": "Width (Meters)"
},
"wikipedia": {
"key": "wikipedia",
"type": "wikipedia",
"icon": "wikipedia",
"universal": true,
"label": "Wikipedia"
}
}