mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 13:23:52 +01:00
Merge branch 'main' into payment-strings
This commit is contained in:
commit
257a89c997
1092 changed files with 52360 additions and 15917 deletions
|
|
@ -175,6 +175,18 @@
|
|||
"old": {"amenity": "vending_machine", "vending": "news_papers"},
|
||||
"replace": {"amenity": "vending_machine", "vending": "newspapers"}
|
||||
},
|
||||
{
|
||||
"old": {"amenity": "vending_machine", "vending": "parcel_pickup"},
|
||||
"replace": {"amenity": "parcel_locker"}
|
||||
},
|
||||
{
|
||||
"old": {"amenity": "vending_machine", "vending": "parcel_mail_in;parcel_pickup"},
|
||||
"replace": {"amenity": "parcel_locker", "parcel_mail_in": "yes"}
|
||||
},
|
||||
{
|
||||
"old": {"amenity": "vending_machine", "vending": "parcel_pickup;parcel_mail_in"},
|
||||
"replace": {"amenity": "parcel_locker", "parcel_mail_in": "yes"}
|
||||
},
|
||||
{
|
||||
"old": {"amenity": "weigh_bridge"},
|
||||
"replace": {"amenity": "weighbridge"}
|
||||
|
|
@ -185,11 +197,11 @@
|
|||
},
|
||||
{
|
||||
"old": {"amenity": "youth_center"},
|
||||
"replace": {"amenity": "community_centre", "community_centre:for": "juvenile"}
|
||||
"replace": {"amenity": "community_centre", "community_centre": "youth_centre"}
|
||||
},
|
||||
{
|
||||
"old": {"amenity": "youth_centre"},
|
||||
"replace": {"amenity": "community_centre", "community_centre:for": "juvenile"}
|
||||
"replace": {"amenity": "community_centre", "community_centre": "youth_centre"}
|
||||
},
|
||||
{
|
||||
"old": {"artwork": "*"},
|
||||
|
|
@ -383,6 +395,10 @@
|
|||
"old": {"building:roof:colour": "*"},
|
||||
"replace": {"roof:colour": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"building:roof:shape": "*"},
|
||||
"replace": {"roof:shape": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"building:type": "*"},
|
||||
"replace": {"building": "$1"}
|
||||
|
|
@ -422,14 +438,6 @@
|
|||
"old": {"craft": "glass"},
|
||||
"replace": {"craft": "glaziery"}
|
||||
},
|
||||
{
|
||||
"old": {"craft": "jeweler"},
|
||||
"replace": {"shop": "jewelry"}
|
||||
},
|
||||
{
|
||||
"old": {"craft": "optician"},
|
||||
"replace": {"shop": "optician"}
|
||||
},
|
||||
{
|
||||
"old": {"craft": "sculpter"},
|
||||
"replace": {"craft": "sculptor"}
|
||||
|
|
@ -542,10 +550,6 @@
|
|||
"old": {"drinkable": "*"},
|
||||
"replace": {"drinking_water": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"dropped_kerb": "*"},
|
||||
"replace": {"kerb": "lowered"}
|
||||
},
|
||||
{
|
||||
"old": {"embankment": "1"},
|
||||
"replace": {"embankment": "yes"}
|
||||
|
|
@ -562,6 +566,10 @@
|
|||
"old": {"embankment": "true"},
|
||||
"replace": {"embankment": "yes"}
|
||||
},
|
||||
{
|
||||
"old": {"embassy": "embassy"},
|
||||
"replace": {"embassy": "yes"}
|
||||
},
|
||||
{
|
||||
"old": {"entrance": "emergency_exit"},
|
||||
"replace": {"entrance": "emergency"}
|
||||
|
|
@ -622,10 +630,6 @@
|
|||
"old": {"fee": "Yes"},
|
||||
"replace": {"fee": "yes"}
|
||||
},
|
||||
{
|
||||
"old": {"fenced": "yes"},
|
||||
"replace": {"barrier": "fence"}
|
||||
},
|
||||
{
|
||||
"old": {"FIXME": "*"},
|
||||
"replace": {"fixme": "$1"}
|
||||
|
|
@ -676,11 +680,11 @@
|
|||
},
|
||||
{
|
||||
"old": {"golf": "faiway"},
|
||||
"replace": {"golf": "fairway", "landuse": "grass"}
|
||||
"replace": {"golf": "fairway"}
|
||||
},
|
||||
{
|
||||
"old": {"golf": "putting_green"},
|
||||
"replace": {"golf": "green", "landuse": "grass"}
|
||||
"replace": {"golf": "green"}
|
||||
},
|
||||
{
|
||||
"old": {"golf": "sand_trap"},
|
||||
|
|
@ -688,15 +692,19 @@
|
|||
},
|
||||
{
|
||||
"old": {"golf": "tee_area"},
|
||||
"replace": {"golf": "tee", "landuse": "grass"}
|
||||
"replace": {"golf": "tee"}
|
||||
},
|
||||
{
|
||||
"old": {"golf": "tee_box"},
|
||||
"replace": {"golf": "tee", "landuse": "grass"}
|
||||
"replace": {"golf": "tee"}
|
||||
},
|
||||
{
|
||||
"old": {"golf": "teebox"},
|
||||
"replace": {"golf": "tee", "landuse": "grass"}
|
||||
"replace": {"golf": "tee"}
|
||||
},
|
||||
{
|
||||
"old": {"healthcare": "birthing_center"},
|
||||
"replace": {"healthcare": "birthing_centre"}
|
||||
},
|
||||
{
|
||||
"old": {"highway": "abandoned"},
|
||||
|
|
@ -706,10 +714,6 @@
|
|||
"old": {"highway": "bridleway", "horse": "no"},
|
||||
"replace": {"highway": "path", "horse": "no"}
|
||||
},
|
||||
{
|
||||
"old": {"highway": "cycleway", "bicycle": "no"},
|
||||
"replace": {"highway": "path", "bicycle": "no"}
|
||||
},
|
||||
{
|
||||
"old": {"highway": "cycleway", "cycleway": "track"},
|
||||
"replace": {"highway": "cycleway"}
|
||||
|
|
@ -734,6 +738,34 @@
|
|||
"old": {"highway": "unsurfaced"},
|
||||
"replace": {"highway": "road", "surface": "unpaved"}
|
||||
},
|
||||
{
|
||||
"old": {"information": "citymap"},
|
||||
"replace": {"tourism": "information", "information": "map", "map_type": "street", "map_size": "city"}
|
||||
},
|
||||
{
|
||||
"old": {"information": "hikingmap"},
|
||||
"replace": {"tourism": "information", "information": "map", "map_type": "topo", "hiking": "yes"}
|
||||
},
|
||||
{
|
||||
"old": {"information": "bicyclemap"},
|
||||
"replace": {"tourism": "information", "information": "map", "map_type": "topo", "bicyle": "yes"}
|
||||
},
|
||||
{
|
||||
"old": {"information": "nature"},
|
||||
"replace": {"tourism": "information", "information": "board", "board_type": "nature"}
|
||||
},
|
||||
{
|
||||
"old": {"information": "history"},
|
||||
"replace": {"tourism": "information", "information": "board", "board_type": "history"}
|
||||
},
|
||||
{
|
||||
"old": {"information": "wild_life"},
|
||||
"replace": {"tourism": "information", "information": "board", "board_type": "wildlife"}
|
||||
},
|
||||
{
|
||||
"old": {"information": "wildlife"},
|
||||
"replace": {"tourism": "information", "information": "board", "board_type": "wildlife"}
|
||||
},
|
||||
{
|
||||
"old": {"internet_access": "public"},
|
||||
"replace": {"internet_access": "yes", "internet_access:fee": "no"}
|
||||
|
|
@ -742,6 +774,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"}
|
||||
|
|
@ -818,6 +858,10 @@
|
|||
"old": {"landuse": "basin"},
|
||||
"replace": {"natural": "water", "water": "basin"}
|
||||
},
|
||||
{
|
||||
"old": {"landuse": "churchyard"},
|
||||
"replace": {"landuse": "religious"}
|
||||
},
|
||||
{
|
||||
"old": {"landuse": "conservation"},
|
||||
"replace": {"boundary": "protected_area"}
|
||||
|
|
@ -842,6 +886,10 @@
|
|||
"old": {"landuse": "reservoir"},
|
||||
"replace": {"natural": "water", "water": "reservoir"}
|
||||
},
|
||||
{
|
||||
"old": {"landuse": "school"},
|
||||
"replace": {"landuse": "education"}
|
||||
},
|
||||
{
|
||||
"old": {"landuse": "wood"},
|
||||
"replace": {"natural": "wood"}
|
||||
|
|
@ -902,14 +950,6 @@
|
|||
"old": {"levels": "*"},
|
||||
"replace": {"building:levels": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"LEVELS": "*"},
|
||||
"replace": {"building:levels": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"levels_count": "*"},
|
||||
"replace": {"building:levels": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"man_made": "cut_line"},
|
||||
"replace": {"man_made": "cutline"}
|
||||
|
|
@ -1042,10 +1082,6 @@
|
|||
"old": {"NOTE": "*"},
|
||||
"replace": {"note": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"nosquare": "*"},
|
||||
"replace": {"nonsquare": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"office": "administrative"},
|
||||
"replace": {"office": "government"}
|
||||
|
|
@ -1070,12 +1106,6 @@
|
|||
"old": {"oneway": "alternate"},
|
||||
"replace": {"oneway": "alternating"}
|
||||
},
|
||||
{
|
||||
"old": {"oneway": "no;yes"}
|
||||
},
|
||||
{
|
||||
"old": {"oneway": "unknown"}
|
||||
},
|
||||
{
|
||||
"old": {"operator:type": "goverment"},
|
||||
"replace": {"operator:type": "government"}
|
||||
|
|
@ -1123,6 +1153,10 @@
|
|||
"old": {"parking": "street"},
|
||||
"replace": {"parking": "lane"}
|
||||
},
|
||||
{
|
||||
"old": {"parking:orientation": "orthogonal"},
|
||||
"replace": {"parking:orientation": "perpendicular"}
|
||||
},
|
||||
{
|
||||
"old": {"place_name": "*"},
|
||||
"replace": {"name": "$1"}
|
||||
|
|
@ -1243,10 +1277,6 @@
|
|||
"old": {"religion": "catholic"},
|
||||
"replace": {"religion": "christian", "denomination": "catholic"}
|
||||
},
|
||||
{
|
||||
"old": {"reservations": "*"},
|
||||
"replace": {"reservation": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"roof:color": "*"},
|
||||
"replace": {"roof:colour": "$1"}
|
||||
|
|
@ -1259,10 +1289,6 @@
|
|||
"old": {"route": "ncn"},
|
||||
"replace": {"route": "bicycle", "network": "ncn"}
|
||||
},
|
||||
{
|
||||
"old": {"rwn_expected_route_relations": "*"},
|
||||
"replace": {"expected_rwn_route_relations": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"service": "drive_through"},
|
||||
"replace": {"service": "drive-through"}
|
||||
|
|
@ -1343,6 +1369,10 @@
|
|||
"old": {"shop": "gallery"},
|
||||
"replace": {"shop": "art"}
|
||||
},
|
||||
{
|
||||
"old": {"shop": "general_store"},
|
||||
"replace": {"shop": "general"}
|
||||
},
|
||||
{
|
||||
"old": {"shop": "insurance"},
|
||||
"replace": {"office": "insurance"}
|
||||
|
|
@ -1371,6 +1401,10 @@
|
|||
"old": {"shop": "moneylender"},
|
||||
"replace": {"shop": "money_lender"}
|
||||
},
|
||||
{
|
||||
"old": {"shop": "office_supplies"},
|
||||
"replace": {"shop": "stationery"}
|
||||
},
|
||||
{
|
||||
"old": {"shop": "organic"},
|
||||
"replace": {"shop": "supermarket", "organic": "only"}
|
||||
|
|
@ -1403,10 +1437,6 @@
|
|||
"old": {"shop": "winery"},
|
||||
"replace": {"craft": "winery"}
|
||||
},
|
||||
{
|
||||
"old": {"showers": "*"},
|
||||
"replace": {"shower": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"sloped_curb": "0"},
|
||||
"replace": {"kerb": "flush"}
|
||||
|
|
@ -1451,22 +1481,6 @@
|
|||
"old": {"sloped_curb": "yes"},
|
||||
"replace": {"kerb": "lowered"}
|
||||
},
|
||||
{
|
||||
"old": {"speed_limit": "*"},
|
||||
"replace": {"maxspeed": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"speedlimit": "*"},
|
||||
"replace": {"maxspeed": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"SpeedLimit": "*"},
|
||||
"replace": {"maxspeed": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"SPEEDLIMIT": "*"},
|
||||
"replace": {"maxspeed": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"sport": "horse_shoes"},
|
||||
"replace": {"sport": "horseshoes"}
|
||||
|
|
@ -1595,6 +1609,18 @@
|
|||
"old": {"townhall:village": "yes"},
|
||||
"replace": {"amenity": "townhall", "townhall:type": "village"}
|
||||
},
|
||||
{
|
||||
"old": {"transformer": "auto"},
|
||||
"replace": {"transformer": "yes", "windings:auto": "yes"}
|
||||
},
|
||||
{
|
||||
"old": {"transformer": "minor_distribution"},
|
||||
"replace": {"transformer": "distribution"}
|
||||
},
|
||||
{
|
||||
"old": {"transformer": "traction"},
|
||||
"replace": {"transformer": "main"}
|
||||
},
|
||||
{
|
||||
"old": {"tunnel": "1"},
|
||||
"replace": {"tunnel": "yes"}
|
||||
|
|
@ -1679,10 +1705,6 @@
|
|||
"old": {"unnamed": "*"},
|
||||
"replace": {"noname": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"vending": "parcel_mail_in;parcel_pickup"},
|
||||
"replace": {"vending": "parcel_pickup;parcel_mail_in"}
|
||||
},
|
||||
{
|
||||
"old": {"vhf_channel": "*"},
|
||||
"replace": {"vhf": "$1"}
|
||||
|
|
@ -1691,6 +1713,22 @@
|
|||
"old": {"volcano": "extinct"},
|
||||
"replace": {"volcano:status": "extinct"}
|
||||
},
|
||||
{
|
||||
"old": {"voltage-high": "*", "transformer":"generator"},
|
||||
"replace": {"voltage:secondary":"$1", "transformer":"generator"}
|
||||
},
|
||||
{
|
||||
"old": {"voltage-low": "*", "transformer":"generator"},
|
||||
"replace": {"voltage:primary":"$1", "transformer":"generator"}
|
||||
},
|
||||
{
|
||||
"old": {"voltage-high": "*"},
|
||||
"replace": {"voltage:primary":"$1"}
|
||||
},
|
||||
{
|
||||
"old": {"voltage-low": "*"},
|
||||
"replace": {"voltage:secondary":"$1"}
|
||||
},
|
||||
{
|
||||
"old": {"wall_type": "noise_barrier"},
|
||||
"replace": {"wall": "noise_barrier"}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"created_by": true,
|
||||
"converted_by": true,
|
||||
|
||||
"odbl": true,
|
||||
"odbl:note": true,
|
||||
|
|
|
|||
|
|
@ -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 …"
|
||||
}
|
||||
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