mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 05:13:50 +01:00
Merge branch 'main' into payment-strings
This commit is contained in:
commit
257a89c997
1092 changed files with 52360 additions and 15917 deletions
|
|
@ -1,6 +1,14 @@
|
|||
{
|
||||
"keys": ["access", "foot", "motor_vehicle", "bicycle", "horse"],
|
||||
"reference": {"key": "access"},
|
||||
"keys": [
|
||||
"access",
|
||||
"foot",
|
||||
"motor_vehicle",
|
||||
"bicycle",
|
||||
"horse"
|
||||
],
|
||||
"reference": {
|
||||
"key": "access"
|
||||
},
|
||||
"type": "access",
|
||||
"label": "Allowed Access",
|
||||
"placeholder": "Not Specified",
|
||||
|
|
@ -37,6 +45,10 @@
|
|||
"title": "Destination",
|
||||
"description": "Access allowed only to reach a destination"
|
||||
},
|
||||
"customers": {
|
||||
"title": "Customers",
|
||||
"description": "Restricted to customers at the destination"
|
||||
},
|
||||
"dismount": {
|
||||
"title": "Dismount",
|
||||
"description": "Access allowed but rider must dismount"
|
||||
|
|
@ -44,6 +56,10 @@
|
|||
"permit": {
|
||||
"title": "Permit",
|
||||
"description": "Access allowed only with a valid permit or license"
|
||||
},
|
||||
"unknown": {
|
||||
"title": "Unknown",
|
||||
"description": "Access conditions are unknown or unclear"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,10 +9,11 @@
|
|||
"permissive": "Permissive",
|
||||
"customers": "Customers Only",
|
||||
"permit": "By Permit Only",
|
||||
"unknown": "Unknown",
|
||||
"no": "None"
|
||||
}
|
||||
},
|
||||
"autoSuggestions" : false,
|
||||
"autoSuggestions": false,
|
||||
"terms": [
|
||||
"permitted",
|
||||
"private",
|
||||
|
|
|
|||
20
data/fields/activity.json
Normal file
20
data/fields/activity.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"keys": [
|
||||
"hiking",
|
||||
"bicycle",
|
||||
"mtb",
|
||||
"horse",
|
||||
"ski"
|
||||
],
|
||||
"type": "manyCombo",
|
||||
"label": "Activity",
|
||||
"strings": {
|
||||
"options": {
|
||||
"hiking": "Hiking",
|
||||
"bicycle": "Cycling",
|
||||
"mtb": "Mountain Biking",
|
||||
"horse": "Horseback Riding",
|
||||
"ski": "Skiing"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
"odd": "Odd",
|
||||
"alphabetic": "Alphabetic"
|
||||
}
|
||||
},
|
||||
"autoSuggestions" : false,
|
||||
"customValues" : false
|
||||
},
|
||||
"autoSuggestions": false,
|
||||
"customValues": false
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,44 +25,43 @@
|
|||
"addr:suburb",
|
||||
"addr:unit"
|
||||
],
|
||||
"icon": "address",
|
||||
"label": "Address",
|
||||
"strings": {
|
||||
"placeholders": {
|
||||
"block_number": "Block Number",
|
||||
"block_number!jp": "Block No.",
|
||||
"city": "City",
|
||||
"city!cn": "City/Prefecture/League",
|
||||
"city!jp": "City/Town/Village/Tokyo Special Ward",
|
||||
"city!vn": "City/Town",
|
||||
"conscriptionnumber": "123",
|
||||
"country": "Country",
|
||||
"county": "County",
|
||||
"county!jp": "District",
|
||||
"district": "District",
|
||||
"district!cn": "District/County/Banner",
|
||||
"district!vn": "Arrondissement/Town/District",
|
||||
"floor": "Floor",
|
||||
"hamlet": "Hamlet",
|
||||
"housename": "Housename",
|
||||
"housenumber": "123",
|
||||
"housenumber!jp": "Building No./Lot No.",
|
||||
"neighbourhood": "Neighbourhood",
|
||||
"neighbourhood!jp": "Chōme/Aza/Koaza",
|
||||
"place": "Place",
|
||||
"postcode": "Postcode",
|
||||
"province": "Province",
|
||||
"province!cn": "Province/Municipality/AR/SAR",
|
||||
"province!jp": "Prefecture",
|
||||
"quarter": "Quarter",
|
||||
"quarter!jp": "Ōaza/Machi",
|
||||
"state": "State",
|
||||
"street": "Street",
|
||||
"subdistrict": "Subdistrict",
|
||||
"subdistrict!vn": "Ward/Commune/Townlet",
|
||||
"suburb": "Suburb",
|
||||
"suburb!jp": "Ward",
|
||||
"unit": "Unit"
|
||||
"block_number": "Block Number",
|
||||
"block_number!jp": "Block No.",
|
||||
"city": "City",
|
||||
"city!cn": "City/Prefecture/League",
|
||||
"city!jp": "City/Town/Village/Tokyo Special Ward",
|
||||
"city!vn": "City/Town",
|
||||
"conscriptionnumber": "123",
|
||||
"country": "Country",
|
||||
"county": "County",
|
||||
"county!jp": "District",
|
||||
"district": "District",
|
||||
"district!cn": "District/County/Banner",
|
||||
"district!vn": "Arrondissement/Town/District",
|
||||
"floor": "Floor",
|
||||
"hamlet": "Hamlet",
|
||||
"housename": "Housename",
|
||||
"housenumber": "123",
|
||||
"housenumber!jp": "Building No./Lot No.",
|
||||
"neighbourhood": "Neighbourhood",
|
||||
"neighbourhood!jp": "Chōme/Aza/Koaza",
|
||||
"place": "Place",
|
||||
"postcode": "Postcode",
|
||||
"province": "Province",
|
||||
"province!cn": "Province/Municipality/AR/SAR",
|
||||
"province!jp": "Prefecture",
|
||||
"quarter": "Quarter",
|
||||
"quarter!jp": "Ōaza/Machi",
|
||||
"state": "State",
|
||||
"street": "Street",
|
||||
"subdistrict": "Subdistrict",
|
||||
"subdistrict!vn": "Ward/Commune/Townlet",
|
||||
"suburb": "Suburb",
|
||||
"suburb!jp": "Ward",
|
||||
"unit": "Unit"
|
||||
}
|
||||
},
|
||||
"terms": [
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
"key": "aerialway",
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@
|
|||
"both": "Both"
|
||||
}
|
||||
},
|
||||
"autoSuggestions" : false,
|
||||
"customValues" : false
|
||||
"autoSuggestions": false,
|
||||
"customValues": false
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
"key": "aerialway:bubble",
|
||||
"type": "check",
|
||||
"label": "Bubble"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
"key": "aerialway:heating",
|
||||
"type": "check",
|
||||
"label": "Heated"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@
|
|||
"both": "Both"
|
||||
}
|
||||
},
|
||||
"autoSuggestions" : false,
|
||||
"customValues" : false
|
||||
"autoSuggestions": false,
|
||||
"customValues": false
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
"key": "aeroway",
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
"key": "amenity",
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"minValue": 0,
|
||||
"type": "number",
|
||||
"label": "Total Ascent",
|
||||
"terms":[
|
||||
"terms": [
|
||||
"ascent",
|
||||
"climb",
|
||||
"cumulative elevation gain"
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
"key": "atm",
|
||||
"type": "check",
|
||||
"label": "ATM"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
"key": "automated",
|
||||
"type": "check",
|
||||
"label": "Automated"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@
|
|||
"no": "None"
|
||||
}
|
||||
},
|
||||
"autoSuggestions" : false,
|
||||
"customValues" : false,
|
||||
"autoSuggestions": false,
|
||||
"customValues": false,
|
||||
"terms": [
|
||||
"baby feeding",
|
||||
"breastfeeding",
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
"key": "baby",
|
||||
"type": "check",
|
||||
"label": "Baby Seat"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
"key": "bar",
|
||||
"type": "check",
|
||||
"label": "Bar"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
"key": "barrier",
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
14
data/fields/barrier_planter.json
Normal file
14
data/fields/barrier_planter.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"key": "barrier",
|
||||
"type": "defaultCheck",
|
||||
"label": "Barrier",
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"strings": {
|
||||
"options": {
|
||||
"undefined": "No",
|
||||
"planter": "Yes"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"key": "bath:open_air",
|
||||
"label": "Open Air",
|
||||
"type": "check"
|
||||
"key": "bath:open_air",
|
||||
"label": "Open Air",
|
||||
"type": "check"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"key": "bath:sand_bath",
|
||||
"label": "Sand Bath",
|
||||
"type": "check"
|
||||
"key": "bath:sand_bath",
|
||||
"label": "Sand Bath",
|
||||
"type": "check"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"key": "bath:type",
|
||||
"type": "combo",
|
||||
"label": "Specialty"
|
||||
"key": "bath:type",
|
||||
"type": "combo",
|
||||
"label": "Specialty"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,13 @@
|
|||
"label": "Services",
|
||||
"strings": {
|
||||
"options": {
|
||||
"nails": "Nails",
|
||||
"nails": "Manicure / Pedicure",
|
||||
"tanning": "Tanning",
|
||||
"cosmetics": "Cosmetics"
|
||||
"cosmetics": "Cosmetics",
|
||||
"spa": "Day Spa",
|
||||
"skin_care": "Skin Care",
|
||||
"waxing": "Waxing",
|
||||
"hair_removal": "Hair Removal"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
"key": "boundary",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
5
data/fields/branch_brand.json
Normal file
5
data/fields/branch_brand.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "branch",
|
||||
"type": "text",
|
||||
"label": "Branch"
|
||||
}
|
||||
|
|
@ -5,4 +5,4 @@
|
|||
"terms": [
|
||||
"structure"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@
|
|||
"minValue": 0,
|
||||
"label": "Units",
|
||||
"placeholder": "2, 4, 6, 8..."
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
6
data/fields/building/part.json
Normal file
6
data/fields/building/part.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"key": "building:part",
|
||||
"type": "combo",
|
||||
"default": "yes",
|
||||
"label": "Building Part"
|
||||
}
|
||||
10
data/fields/building/prefabricated.json
Normal file
10
data/fields/building/prefabricated.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"key": "building:prefabricated",
|
||||
"type": "check",
|
||||
"terms": [
|
||||
"manufactured",
|
||||
"modular",
|
||||
"portable"
|
||||
],
|
||||
"label": "Prefabricated"
|
||||
}
|
||||
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"key": "building",
|
||||
"type": "combo",
|
||||
"default": "yes",
|
||||
"geometry": ["area"],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"label": "Building"
|
||||
}
|
||||
|
|
|
|||
9
data/fields/building_area_yes.json
Normal file
9
data/fields/building_area_yes.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"key": "building",
|
||||
"type": "combo",
|
||||
"default": "yes",
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"label": "Building"
|
||||
}
|
||||
5
data/fields/button_operated.json
Normal file
5
data/fields/button_operated.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "button_operated",
|
||||
"type": "check",
|
||||
"label": "Call Button"
|
||||
}
|
||||
24
data/fields/cai_scale-IT.json
Normal file
24
data/fields/cai_scale-IT.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"key": "cai_scale",
|
||||
"type": "combo",
|
||||
"label": "Hiking Route Difficulty (Italian Alpine Club)",
|
||||
"placeholder": "T, E, EE, …",
|
||||
"strings": {
|
||||
"options": {
|
||||
"T": "T: Touristic",
|
||||
"E": "E: For hikers",
|
||||
"EE": "EE: For expert hikers",
|
||||
"EEA": "EEA: For expert hikers with equipment",
|
||||
"EAI": "EAI: Hiking in snowy conditions"
|
||||
}
|
||||
},
|
||||
"snake_case": false,
|
||||
"caseSensitive": true,
|
||||
"autoSuggestions": false,
|
||||
"customValues": false,
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"IT"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -2,5 +2,6 @@
|
|||
"key": "camera:direction",
|
||||
"type": "number",
|
||||
"label": "Direction (Degrees Clockwise)",
|
||||
"increment": 5,
|
||||
"placeholder": "45, 90, 180, 270"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@
|
|||
"dome": "Dome"
|
||||
}
|
||||
},
|
||||
"autoSuggestions" : false,
|
||||
"customValues" : false
|
||||
"autoSuggestions": false,
|
||||
"customValues": false
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@
|
|||
"minValue": 0,
|
||||
"label": "Capacity",
|
||||
"placeholder": "50, 100, 200..."
|
||||
}
|
||||
}
|
||||
|
|
|
|||
7
data/fields/capacity/caravans.json
Normal file
7
data/fields/capacity/caravans.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"key": "capacity:caravans",
|
||||
"type": "number",
|
||||
"minValue": 0,
|
||||
"label": "Capacity (Caravans)",
|
||||
"placeholder": "10, 20, 50..."
|
||||
}
|
||||
7
data/fields/capacity/persons.json
Normal file
7
data/fields/capacity/persons.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"key": "capacity:persons",
|
||||
"type": "number",
|
||||
"minValue": 0,
|
||||
"label": "Capacity (Persons)",
|
||||
"placeholder": "50, 100, 200..."
|
||||
}
|
||||
11
data/fields/capacity/tents.json
Normal file
11
data/fields/capacity/tents.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"key": "capacity:tents",
|
||||
"type": "number",
|
||||
"minValue": 0,
|
||||
"label": "Capacity (Tents)",
|
||||
"placeholder": "10, 20, 50...",
|
||||
"prerequisiteTag": {
|
||||
"key": "tents",
|
||||
"valueNot": "no"
|
||||
}
|
||||
}
|
||||
|
|
@ -4,4 +4,4 @@
|
|||
"minValue": 0,
|
||||
"label": "Capacity (Cubic Meters)",
|
||||
"placeholder": "50, 100, 200..."
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"key": "cash_in",
|
||||
"type": "check",
|
||||
"label": "Cash In"
|
||||
}
|
||||
"label": "Deposits"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,18 @@
|
|||
{
|
||||
"key": "castle_type",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"defensive": "Defensive Castle",
|
||||
"palace": "Palace",
|
||||
"stately": "Stately Home",
|
||||
"manor": "Manor House",
|
||||
"fortress": "Fortress",
|
||||
"castrum": "Roman Fort",
|
||||
"shiro": "Shiro",
|
||||
"kremlin": "Kremlin",
|
||||
"hillfort": "Hillfort"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,11 @@
|
|||
{
|
||||
"key": "circumference",
|
||||
"type": "combo",
|
||||
"label": "Circumference",
|
||||
"label": "Circumference (at Breast Height)",
|
||||
"snake_case": false,
|
||||
"placeholder": "1 m, 20 cm, 30 in…"
|
||||
"placeholder": "1 m, 20 cm, 30\"…",
|
||||
"terms": [
|
||||
"DBH",
|
||||
"diameter at breast height"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
"key": "collection_times",
|
||||
"type": "text",
|
||||
"label": "Collection Times"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"key": "colour",
|
||||
"type": "text",
|
||||
"type": "colour",
|
||||
"label": "Color"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
"key": "construction",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"key": "contact:webcam",
|
||||
"type": "url",
|
||||
"icon": "website",
|
||||
"label": "Webcam URL",
|
||||
"placeholder": "http://example.com/"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,6 +2,15 @@
|
|||
"key": "content",
|
||||
"type": "combo",
|
||||
"label": "Content",
|
||||
"options": ["silage", "water", "oil", "fuel", "slurry", "gas", "manure", "sewage"],
|
||||
"autoSuggestions" : false
|
||||
"options": [
|
||||
"silage",
|
||||
"water",
|
||||
"oil",
|
||||
"fuel",
|
||||
"slurry",
|
||||
"gas",
|
||||
"manure",
|
||||
"sewage"
|
||||
],
|
||||
"autoSuggestions": false
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@
|
|||
"reversible": "Reversible"
|
||||
}
|
||||
},
|
||||
"autoSuggestions" : false,
|
||||
"customValues" : false
|
||||
"autoSuggestions": false,
|
||||
"customValues": false
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"key": "country",
|
||||
"type": "combo",
|
||||
"label": "Country"
|
||||
"label": "Country",
|
||||
"snake_case": false,
|
||||
"caseSensitive": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
"key": "covered",
|
||||
"type": "check",
|
||||
"label": "Covered"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
12
data/fields/covered_no.json
Normal file
12
data/fields/covered_no.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"key": "covered",
|
||||
"type": "check",
|
||||
"label": "Covered",
|
||||
"strings": {
|
||||
"options": {
|
||||
"undefined": "Assumed to be No",
|
||||
"yes": "Yes",
|
||||
"no": "No"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -9,6 +9,6 @@
|
|||
"travel_lift": "Travel Lift"
|
||||
}
|
||||
},
|
||||
"autoSuggestions" : false,
|
||||
"customValues" : false
|
||||
"autoSuggestions": false,
|
||||
"customValues": false
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
"key": "crossing",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
16
data/fields/crossing/barrier.json
Normal file
16
data/fields/crossing/barrier.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"key": "crossing:barrier",
|
||||
"type": "combo",
|
||||
"label": "Barrier Arm",
|
||||
"strings": {
|
||||
"options": {
|
||||
"full": "Full",
|
||||
"double_half": "Double Half",
|
||||
"half": "Half",
|
||||
"no": "No",
|
||||
"yes": "Yes"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false,
|
||||
"customValues": false
|
||||
}
|
||||
5
data/fields/crossing/bell.json
Normal file
5
data/fields/crossing/bell.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "crossing:bell",
|
||||
"type": "check",
|
||||
"label": "Bell"
|
||||
}
|
||||
5
data/fields/crossing/light.json
Normal file
5
data/fields/crossing/light.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "crossing:light",
|
||||
"type": "check",
|
||||
"label": "Lights"
|
||||
}
|
||||
17
data/fields/crossing_raised.json
Normal file
17
data/fields/crossing_raised.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"key": "traffic_calming",
|
||||
"type": "defaultCheck",
|
||||
"label": "Raised",
|
||||
"terms": [
|
||||
"flat top",
|
||||
"hump",
|
||||
"speed",
|
||||
"slow"
|
||||
],
|
||||
"strings": {
|
||||
"options": {
|
||||
"undefined": "No",
|
||||
"table": "Yes"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -16,16 +16,38 @@
|
|||
"kebab": "Kebab",
|
||||
"indian": "Indian",
|
||||
"chicken": "Chicken",
|
||||
"fish": "Fish",
|
||||
"asian": "Asian",
|
||||
"french": "French",
|
||||
"spanish": "Spanish",
|
||||
"portuguese": "Portuguese",
|
||||
"russian": "Russian",
|
||||
"polish": "Polish",
|
||||
"thai": "Thai",
|
||||
"korean": "Korean",
|
||||
"american": "American",
|
||||
"seafood": "Seafood",
|
||||
"sushi": "Sushi",
|
||||
"ice_cream": "Ice Cream",
|
||||
"german": "German",
|
||||
"greek": "Greek",
|
||||
"vietnamese": "Vietnamese",
|
||||
"turkish": "Turkish"
|
||||
"turkish": "Turkish",
|
||||
"lebanese": "Lebanese",
|
||||
"indonesian": "Indonesian",
|
||||
"malaysian": "Malaysian",
|
||||
"taiwanese": "Taiwanese",
|
||||
"juice": "Juice",
|
||||
"bubble_tea": "Bubble Tea",
|
||||
"hot_dog": "Hot Dog",
|
||||
"cake": "Cake",
|
||||
"pankcake": "Pancake",
|
||||
"pasta": "Pasta",
|
||||
"salad": "Salad",
|
||||
"chocolate": "Chocolate",
|
||||
"dessert": "Dessert",
|
||||
"steak_house": "Steak House",
|
||||
"donut": "Donut"
|
||||
}
|
||||
},
|
||||
"terms": [
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"key": "cycle_network",
|
||||
"type": "networkCombo",
|
||||
"label": "Network"
|
||||
}
|
||||
"label": "Network",
|
||||
"snake_case": false
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,12 @@
|
|||
{
|
||||
"keys": ["cycleway", "cycleway:left", "cycleway:right"],
|
||||
"reference": {"key": "cycleway"},
|
||||
"keys": [
|
||||
"cycleway",
|
||||
"cycleway:left",
|
||||
"cycleway:right"
|
||||
],
|
||||
"reference": {
|
||||
"key": "cycleway"
|
||||
},
|
||||
"type": "cycleway",
|
||||
"label": "Bike Lanes",
|
||||
"placeholder": "none",
|
||||
|
|
@ -37,6 +43,10 @@
|
|||
"opposite": {
|
||||
"title": "Contraflow bike lane",
|
||||
"description": "A bike lane that travels in both directions on a one-way street"
|
||||
},
|
||||
"separate": {
|
||||
"title": "Cycleway mapped separately",
|
||||
"description": "Indicates that cycleway was mapped as a separate geometry"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
"key": "denotation",
|
||||
"type": "combo",
|
||||
"label": "Denotation"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@
|
|||
"no": "None"
|
||||
}
|
||||
},
|
||||
"autoSuggestions" : false,
|
||||
"customValues" : false
|
||||
"autoSuggestions": false,
|
||||
"customValues": false
|
||||
}
|
||||
|
|
|
|||
5
data/fields/deposit/trolley.json
Normal file
5
data/fields/deposit/trolley.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "trolley:deposit",
|
||||
"type": "check",
|
||||
"label": "Deposit"
|
||||
}
|
||||
|
|
@ -2,4 +2,4 @@
|
|||
"key": "design",
|
||||
"type": "combo",
|
||||
"label": "Design"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"key": "destination",
|
||||
"type": "semiCombo",
|
||||
"label": "Destinations"
|
||||
"label": "Destinations",
|
||||
"snake_case": false
|
||||
}
|
||||
|
|
|
|||
7
data/fields/diameter_crown.json
Normal file
7
data/fields/diameter_crown.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"key": "diameter_crown",
|
||||
"type": "combo",
|
||||
"label": "Crown Diameter",
|
||||
"snake_case": false,
|
||||
"placeholder": "4 m, 9', …"
|
||||
}
|
||||
21
data/fields/direction_cardinal-US-CA-NZ.json
Normal file
21
data/fields/direction_cardinal-US-CA-NZ.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"key": "direction",
|
||||
"type": "combo",
|
||||
"label": "Direction",
|
||||
"strings": {
|
||||
"options": {
|
||||
"north": "Northbound",
|
||||
"south": "Southbound",
|
||||
"east": "Eastbound",
|
||||
"west": "Westbound"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false,
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"CA",
|
||||
"NZ",
|
||||
"US"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -8,6 +8,6 @@
|
|||
"anticlockwise": "Counterclockwise"
|
||||
}
|
||||
},
|
||||
"autoSuggestions" : false,
|
||||
"customValues" : false
|
||||
"autoSuggestions": false,
|
||||
"customValues": false
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,11 +4,11 @@
|
|||
"label": "Direction Affected",
|
||||
"strings": {
|
||||
"options": {
|
||||
"forward": "Forward",
|
||||
"backward": "Backward",
|
||||
"both": "Both / All"
|
||||
"forward": "Forward",
|
||||
"backward": "Backward",
|
||||
"both": "Both / All"
|
||||
}
|
||||
},
|
||||
"autoSuggestions" : false,
|
||||
"customValues" : false
|
||||
"autoSuggestions": false,
|
||||
"customValues": false
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@
|
|||
"label": "Direction Affected",
|
||||
"strings": {
|
||||
"options": {
|
||||
"forward": "Forward",
|
||||
"backward": "Backward"
|
||||
"forward": "Forward",
|
||||
"backward": "Backward"
|
||||
}
|
||||
},
|
||||
"autoSuggestions" : false,
|
||||
"customValues" : false
|
||||
"autoSuggestions": false,
|
||||
"customValues": false
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,5 +10,5 @@
|
|||
"unorthodox": "Unorthodox"
|
||||
}
|
||||
},
|
||||
"autoSuggestions" : false
|
||||
"autoSuggestions": false
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@
|
|||
"no": "Not Allowed"
|
||||
}
|
||||
},
|
||||
"autoSuggestions" : false,
|
||||
"customValues" : false,
|
||||
"autoSuggestions": false,
|
||||
"customValues": false,
|
||||
"terms": [
|
||||
"animals",
|
||||
"pets"
|
||||
|
|
|
|||
9
data/fields/drinking_water_available.json
Normal file
9
data/fields/drinking_water_available.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"key": "drinking_water",
|
||||
"type": "check",
|
||||
"label": "Drinking Water Available",
|
||||
"terms": [
|
||||
"drinkworthy",
|
||||
"potable"
|
||||
]
|
||||
}
|
||||
|
|
@ -1,9 +1,12 @@
|
|||
{
|
||||
"key": "ele",
|
||||
"type": "number",
|
||||
"icon": "elevation",
|
||||
"label": "Elevation",
|
||||
"geometry": ["line", "area", "relation"],
|
||||
"label": "Elevation (Meters)",
|
||||
"geometry": [
|
||||
"line",
|
||||
"area",
|
||||
"relation"
|
||||
],
|
||||
"terms": [
|
||||
"altitude",
|
||||
"height"
|
||||
|
|
|
|||
|
|
@ -1,10 +1,12 @@
|
|||
{
|
||||
"key": "ele",
|
||||
"type": "number",
|
||||
"icon": "elevation",
|
||||
"label": "Elevation",
|
||||
"label": "Elevation (Meters)",
|
||||
"universal": true,
|
||||
"geometry": ["point", "vertex"],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"altitude",
|
||||
"height"
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@
|
|||
"no": "No"
|
||||
}
|
||||
},
|
||||
"autoSuggestions" : false,
|
||||
"customValues" : false,
|
||||
"autoSuggestions": false,
|
||||
"customValues": false,
|
||||
"terms": [
|
||||
"contact line",
|
||||
"powered",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,18 @@
|
|||
{
|
||||
"key": "embassy",
|
||||
"label": "Type",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
"autoSuggestions": false,
|
||||
"strings": {
|
||||
"options": {
|
||||
"yes": "Embassy",
|
||||
"residence": "Official Residence of an Ambassador",
|
||||
"high_commission": "High Commission",
|
||||
"mission": "Diplomatic Mission",
|
||||
"branch_embassy": "Branch of an Embassy",
|
||||
"nunciature": "Diplomatic Mission of the Holy See",
|
||||
"delegation": "Delegation",
|
||||
"interests_section": "Interests Section"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
"key": "emergency",
|
||||
"type": "check",
|
||||
"label": "Emergency"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
"key": "entrance",
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
"key": "except",
|
||||
"type": "combo",
|
||||
"label": "Exceptions"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
10
data/fields/expressway-US.json
Normal file
10
data/fields/expressway-US.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"key": "expressway",
|
||||
"type": "check",
|
||||
"label": "Expressway",
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"US"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -2,5 +2,5 @@
|
|||
"key": "fax",
|
||||
"type": "tel",
|
||||
"label": "Fax",
|
||||
"placeholder":"+31 42 123 4567"
|
||||
"placeholder": "+31 42 123 4567"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
"key": "fee",
|
||||
"type": "check",
|
||||
"label": "Fee"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
15
data/fields/fire_hydrant/position.json
Normal file
15
data/fields/fire_hydrant/position.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"key": "fire_hydrant:position",
|
||||
"type": "combo",
|
||||
"label": "Position",
|
||||
"strings": {
|
||||
"options": {
|
||||
"green": "Green/Grass",
|
||||
"lane": "Road Lane",
|
||||
"sidewalk": "Sidewalk",
|
||||
"parking_lot": "Parking Lot"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false,
|
||||
"customValues": false
|
||||
}
|
||||
|
|
@ -10,6 +10,6 @@
|
|||
"pipe": "Capped Pipe"
|
||||
}
|
||||
},
|
||||
"autoSuggestions" : false,
|
||||
"customValues" : false
|
||||
"autoSuggestions": false,
|
||||
"customValues": false
|
||||
}
|
||||
|
|
|
|||
5
data/fields/flag/name.json
Normal file
5
data/fields/flag/name.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "flag:name",
|
||||
"type": "text",
|
||||
"label": "Flag Name"
|
||||
}
|
||||
9
data/fields/flag/wikidata.json
Normal file
9
data/fields/flag/wikidata.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"key": "flag:wikidata",
|
||||
"keys": [
|
||||
"flag:wikidata",
|
||||
"flag:wikipedia"
|
||||
],
|
||||
"type": "wikidata",
|
||||
"label": "Flag Wikidata"
|
||||
}
|
||||
29
data/fields/flashing_lights.json
Normal file
29
data/fields/flashing_lights.json
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"key": "flashing_lights",
|
||||
"type": "combo",
|
||||
"label": "Flashing Lights",
|
||||
"strings": {
|
||||
"options": {
|
||||
"button": {
|
||||
"title": "Button activated",
|
||||
"description": "Lights activated by pressing a button"
|
||||
},
|
||||
"always": {
|
||||
"title": "Always flashing",
|
||||
"description": "Lights are always flashing"
|
||||
},
|
||||
"sensor": {
|
||||
"title": "Sensor activated",
|
||||
"description": "Lights activated by a sensor"
|
||||
},
|
||||
"button;sensor": {
|
||||
"title": "Button and sensor activated",
|
||||
"description": "Lights activated by a sensor or by pressing a button"
|
||||
},
|
||||
"no": "No",
|
||||
"yes": "Yes"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false,
|
||||
"customValues": false
|
||||
}
|
||||
|
|
@ -2,4 +2,4 @@
|
|||
"key": "flood_prone",
|
||||
"type": "check",
|
||||
"label": "Flood Prone"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
"key": "from",
|
||||
"type": "text",
|
||||
"label": "From"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
"key": "generator:method",
|
||||
"type": "combo",
|
||||
"label": "Method"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
"key": "generator:source",
|
||||
"type": "combo",
|
||||
"label": "Source"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
"key": "generator:type",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
7
data/fields/genus.json
Normal file
7
data/fields/genus.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"key": "genus",
|
||||
"type": "combo",
|
||||
"label": "Genus",
|
||||
"snake_case": false,
|
||||
"placeholder": "Acer, Platanus, Quercus …"
|
||||
}
|
||||
|
|
@ -2,10 +2,12 @@
|
|||
"key": "gnis:feature_id",
|
||||
"type": "identifier",
|
||||
"label": "GNIS Feature ID",
|
||||
"urlFormat": "https://geonames.usgs.gov/apex/f?p=gnispq:3:::NO::P3_FID:{value}",
|
||||
"urlFormat": "https://edits.nationalmap.gov/apps/gaz-domestic/public/summary/{value}",
|
||||
"pattern": "^[0-9]{1,}$",
|
||||
"locationSet": {
|
||||
"include": ["us"]
|
||||
"include": [
|
||||
"us"
|
||||
]
|
||||
},
|
||||
"terms": [
|
||||
"Federal Geographic Names Information Service",
|
||||
|
|
@ -1,8 +1,5 @@
|
|||
{
|
||||
"key": "healthcare:speciality",
|
||||
"type": "semiCombo",
|
||||
"reference": {
|
||||
"key": "healthcare"
|
||||
},
|
||||
"label": "Specialties"
|
||||
}
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue