mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 21:33:51 +01:00
Merge branch 'openstreetmap:main' into patch-44
This commit is contained in:
commit
50569cdb3b
389 changed files with 29867 additions and 4559 deletions
16
data/fields/alt_name.json
Normal file
16
data/fields/alt_name.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"key": "alt_name",
|
||||
"type": "localized",
|
||||
"label": "Alternative Name",
|
||||
"universal": true,
|
||||
"terms": [
|
||||
"aka",
|
||||
"alias",
|
||||
"also known as",
|
||||
"nonstandard name",
|
||||
"secondary name"
|
||||
],
|
||||
"prerequisiteTag": {
|
||||
"key": "name"
|
||||
}
|
||||
}
|
||||
12
data/fields/armrest.json
Normal file
12
data/fields/armrest.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"key": "armrest",
|
||||
"type": "check",
|
||||
"label": "Armrests",
|
||||
"strings": {
|
||||
"options": {
|
||||
"undefined": "Unknown",
|
||||
"yes": "One or more armrests",
|
||||
"no": "No armrests"
|
||||
}
|
||||
}
|
||||
}
|
||||
5
data/fields/books.json
Normal file
5
data/fields/books.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "books",
|
||||
"type": "semiCombo",
|
||||
"label": "Type of Books"
|
||||
}
|
||||
|
|
@ -1,8 +1,13 @@
|
|||
{
|
||||
"key": "brewery",
|
||||
"type": "semiCombo",
|
||||
"label": "Draft Beers",
|
||||
"label": "Sold Beer brands",
|
||||
"terms": [
|
||||
"on tap"
|
||||
"beer brand",
|
||||
"beer dispensing",
|
||||
"bottled beer",
|
||||
"draft beer",
|
||||
"on tap",
|
||||
"tap beer"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,17 @@
|
|||
{
|
||||
"key": "bridge",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"aqueduct": "Aqueduct",
|
||||
"boardwalk": "Boardwalk",
|
||||
"cantilever": "Cantilever Bridge",
|
||||
"covered": "Covered Bridge",
|
||||
"low_water_crossing": "Low Water Crossing",
|
||||
"movable": "Movable Bridge",
|
||||
"trestle": "Trestle Bridge",
|
||||
"viaduct": "Viaduct"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@
|
|||
"public": "Public Building",
|
||||
"residential": "Residential Building",
|
||||
"retail": "Retail Building",
|
||||
"riding_hall": "Horseback Riding Arena",
|
||||
"roof": "Roof",
|
||||
"ruins": "Building Ruins",
|
||||
"school": "School Building",
|
||||
|
|
|
|||
6
data/fields/count.json
Normal file
6
data/fields/count.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"key": "count",
|
||||
"type": "number",
|
||||
"minValue": 1,
|
||||
"label": "Number of Features"
|
||||
}
|
||||
|
|
@ -5,5 +5,7 @@
|
|||
"prerequisiteTag": {
|
||||
"key": "flag:type",
|
||||
"value": "national"
|
||||
}
|
||||
},
|
||||
"snake_case": false,
|
||||
"caseSensitive": true
|
||||
}
|
||||
|
|
|
|||
20
data/fields/crossing/markings-PL.json
Normal file
20
data/fields/crossing/markings-PL.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"key": "crossing:markings",
|
||||
"type": "combo",
|
||||
"label": "{crossing/markings}",
|
||||
"options": [
|
||||
"zebra",
|
||||
"dots",
|
||||
"surface",
|
||||
"yes",
|
||||
"no"
|
||||
],
|
||||
"autoSuggestions": false,
|
||||
"iconsCrossReference": "{crossing/markings}",
|
||||
"stringsCrossReference": "{crossing/markings}",
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"PL"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -40,7 +40,8 @@
|
|||
"BG",
|
||||
"DE",
|
||||
"AT",
|
||||
"CH"
|
||||
"CH",
|
||||
"PL"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
21
data/fields/crossing/markings_yes-PL.json
Normal file
21
data/fields/crossing/markings_yes-PL.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"key": "crossing:markings",
|
||||
"type": "combo",
|
||||
"label": "{crossing/markings}",
|
||||
"options": [
|
||||
"zebra",
|
||||
"dots",
|
||||
"surface",
|
||||
"yes",
|
||||
"no"
|
||||
],
|
||||
"autoSuggestions": false,
|
||||
"iconsCrossReference": "{crossing/markings}",
|
||||
"stringsCrossReference": "{crossing/markings}",
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"PL"
|
||||
]
|
||||
},
|
||||
"default": "yes"
|
||||
}
|
||||
|
|
@ -10,7 +10,8 @@
|
|||
"BG",
|
||||
"DE",
|
||||
"AT",
|
||||
"CH"
|
||||
"CH",
|
||||
"PL"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,53 +6,93 @@
|
|||
"options": {
|
||||
"pizza": "Pizza",
|
||||
"burger": "Burger",
|
||||
"regional": "Regional",
|
||||
"coffee_shop": "Coffee Shop",
|
||||
"regional": "Regional",
|
||||
"italian": "Italian",
|
||||
"chinese": "Chinese",
|
||||
"sandwich": "Sandwich",
|
||||
"japanese": "Japanese",
|
||||
"mexican": "Mexican",
|
||||
"kebab": "Kebab",
|
||||
"indian": "Indian",
|
||||
"chinese": "Chinese",
|
||||
"chicken": "Chicken",
|
||||
"fish": "Fish",
|
||||
"asian": "Asian",
|
||||
"french": "French",
|
||||
"spanish": "Spanish",
|
||||
"portuguese": "Portuguese",
|
||||
"russian": "Russian",
|
||||
"polish": "Polish",
|
||||
"thai": "Thai",
|
||||
"korean": "Korean",
|
||||
"japanese": "Japanese",
|
||||
"kebab": "Kebab",
|
||||
"mexican": "Mexican",
|
||||
"american": "American",
|
||||
"seafood": "Seafood",
|
||||
"sushi": "Sushi",
|
||||
"asian": "Asian",
|
||||
"ice_cream": "Ice Cream",
|
||||
"filipino": "Filipino",
|
||||
"georgian": "Georgian",
|
||||
"indian": "Indian",
|
||||
"sushi": "Sushi",
|
||||
"seafood": "Seafood",
|
||||
"thai": "Thai",
|
||||
"french": "French",
|
||||
"german": "German",
|
||||
"breakfast": "Breakfast",
|
||||
"greek": "Greek",
|
||||
"vietnamese": "Vietnamese",
|
||||
"turkish": "Turkish",
|
||||
"lebanese": "Lebanese",
|
||||
"indonesian": "Indonesian",
|
||||
"malaysian": "Malaysian",
|
||||
"taiwanese": "Taiwanese",
|
||||
"ukrainian": "Ukrainian",
|
||||
"peruvian": "Peruvian",
|
||||
"tex-mex": "Tex-Mex",
|
||||
"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"
|
||||
"fish_and_chips": "Fish and Chips",
|
||||
"korean": "Korean",
|
||||
"barbecue": "Barbecue",
|
||||
"donut": "Donut",
|
||||
"noodle": "Noodle",
|
||||
"vietnamese": "Vietnamese",
|
||||
"fish": "Fish",
|
||||
"turkish": "Turkish",
|
||||
"cake": "Cake",
|
||||
"pasta": "Pasta",
|
||||
"tex-mex": "Tex-Mex",
|
||||
"bubble_tea": "Bubble Tea",
|
||||
"ramen": "Ramen",
|
||||
"mediterranean": "Mediterranean",
|
||||
"spanish": "Spanish",
|
||||
"friture": "Friterie",
|
||||
"tea": "Tea",
|
||||
"grill": "Bar and Grill",
|
||||
"juice": "Juice",
|
||||
"salad": "Salad",
|
||||
"crepe": "Crepe",
|
||||
"hot_dog": "Hot Dog",
|
||||
"pancake": "Pancake",
|
||||
"dessert": "Dessert",
|
||||
"diner": "Diner",
|
||||
"tapas": "Tapas",
|
||||
"portuguese": "Portuguese",
|
||||
"beef_bowl": "Gyūdon",
|
||||
"russian": "Russian",
|
||||
"indonesian": "Indonesian",
|
||||
"wings": "Chicken Wings",
|
||||
"lebanese": "Lebanese",
|
||||
"arab": "Arab",
|
||||
"curry": "Curry",
|
||||
"malaysian": "Malaysian",
|
||||
"bagel": "Bagel",
|
||||
"georgian": "Georgian",
|
||||
"polish": "Polish",
|
||||
"african": "African",
|
||||
"western": "Western",
|
||||
"sausage": "Sausage",
|
||||
"filipino": "Filipino",
|
||||
"caribbean": "Caribbean",
|
||||
"soba": "Soba",
|
||||
"peruvian": "Peruvian",
|
||||
"brazilian": "Brazilian",
|
||||
"oriental": "Oriental",
|
||||
"fine_dining": "Fine Dining",
|
||||
"frozen_yogurt": "Frozen Yogurt",
|
||||
"argentinian": "Argentinian",
|
||||
"balkan": "Balkan",
|
||||
"bavarian": "Bavarian",
|
||||
"shawarma": "Shawarma",
|
||||
"persian": "Persian",
|
||||
"middle_eastern": "Middle Eastern",
|
||||
"pastry": "Pastry",
|
||||
"soup": "Soup",
|
||||
"fries": "Fries",
|
||||
"taiwanese": "Taiwanese",
|
||||
"bistro": "Bistro",
|
||||
"european": "European",
|
||||
"moroccan": "Moroccan",
|
||||
"hawaiian": "Hawaiian",
|
||||
"brunch": "Brunch",
|
||||
"udon": "Udon",
|
||||
"ukrainian": "Ukrainian"
|
||||
}
|
||||
},
|
||||
"terms": [
|
||||
|
|
|
|||
6
data/fields/dock/height.json
Normal file
6
data/fields/dock/height.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"key": "dock:height",
|
||||
"minValue": 0,
|
||||
"type": "number",
|
||||
"label": "Dock Height (Meters)"
|
||||
}
|
||||
6
data/fields/dock/width.json
Normal file
6
data/fields/dock/width.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"key": "dock:width",
|
||||
"minValue": 0,
|
||||
"type": "number",
|
||||
"label": "Dock Width (Meters)"
|
||||
}
|
||||
|
|
@ -6,6 +6,7 @@
|
|||
"options": {
|
||||
"yes": "Allowed",
|
||||
"leashed": "Leashed Only",
|
||||
"unleashed": "Leashes Not Required",
|
||||
"no": "Not Allowed"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
12
data/fields/dog_yes.json
Normal file
12
data/fields/dog_yes.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"key": "dog",
|
||||
"type": "combo",
|
||||
"label": "{dog}",
|
||||
"options": [
|
||||
"leashed",
|
||||
"unleashed"
|
||||
],
|
||||
"stringsCrossReference": "{dog}",
|
||||
"autoSuggestions": false,
|
||||
"customValues": false
|
||||
}
|
||||
6
data/fields/door/height.json
Normal file
6
data/fields/door/height.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"key": "door:height",
|
||||
"minValue": 0,
|
||||
"type": "number",
|
||||
"label": "Door Height (Meters)"
|
||||
}
|
||||
6
data/fields/door/width.json
Normal file
6
data/fields/door/width.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"key": "door:width",
|
||||
"minValue": 0,
|
||||
"type": "number",
|
||||
"label": "Door Width (Meters)"
|
||||
}
|
||||
17
data/fields/fhrs/id-GB.json
Normal file
17
data/fields/fhrs/id-GB.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"key": "fhrs:id",
|
||||
"type": "identifier",
|
||||
"label": "FHRS ID",
|
||||
"urlFormat": "https://ratings.food.gov.uk/business/en-GB/{value}",
|
||||
"pattern": "^[0-9]{1,}$",
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"gb"
|
||||
]
|
||||
},
|
||||
"terms": [
|
||||
"Food Hygiene Rating Scheme",
|
||||
"Food Hygiene Rating System",
|
||||
"Food Standards Agency"
|
||||
]
|
||||
}
|
||||
5
data/fields/footrest.json
Normal file
5
data/fields/footrest.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "footrest",
|
||||
"type": "check",
|
||||
"label": "Footrest"
|
||||
}
|
||||
9
data/fields/fortification_type.json
Normal file
9
data/fields/fortification_type.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"key": "fortification_type",
|
||||
"type": "combo",
|
||||
"label": "Fortification Type",
|
||||
"prerequisiteTag": {
|
||||
"key": "archaeological_site",
|
||||
"value": "fortification"
|
||||
}
|
||||
}
|
||||
|
|
@ -21,9 +21,11 @@
|
|||
"octane_97": "Gasoline (97 Octane)",
|
||||
"octane_98": "Gasoline (98 Octane)",
|
||||
"octane_100": "Gasoline (100 Octane)",
|
||||
"e5": "E5 Gasoline",
|
||||
"e10": "E10 Gasoline",
|
||||
"e85": "E85 Gasoline",
|
||||
"lpg": "Liquefied Natural Gas (LPG)",
|
||||
"lpg": "Liquefied Petroleum Gas (LPG)",
|
||||
"lng": "Liquefied Natural Gas (LNG)",
|
||||
"cng": "Compressed Natural Gas (CNG)",
|
||||
"propane": "Propane",
|
||||
"LH2": "Liquid Hydrogen",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"type": "identifier",
|
||||
"label": "GNIS Feature ID",
|
||||
"urlFormat": "https://edits.nationalmap.gov/apps/gaz-domestic/public/summary/{value}",
|
||||
"pattern": "^[0-9]{1,}$",
|
||||
"pattern": "^[1-9][0-9]*$",
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"us"
|
||||
|
|
|
|||
6
data/fields/handrest.json
Normal file
6
data/fields/handrest.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"key": "handrest",
|
||||
"type": "check",
|
||||
"label": "Handrest",
|
||||
"default": "yes"
|
||||
}
|
||||
|
|
@ -3,5 +3,6 @@
|
|||
"type": "semiCombo",
|
||||
"label": "Hashtags",
|
||||
"usage": "changeset",
|
||||
"placeholder": "#example"
|
||||
"placeholder": "#example",
|
||||
"caseSensitive": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
"manor": "Manor House",
|
||||
"memorial": "Memorial",
|
||||
"milestone": "Milestone",
|
||||
"millstone": "Millstone",
|
||||
"mine": "Mine",
|
||||
"mine_shaft": "Mine Shaft",
|
||||
"monument": "Monument",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"key": "leisure",
|
||||
"type": "check",
|
||||
"type": "defaultCheck",
|
||||
"label": "Horseback Riding Center",
|
||||
"strings": {
|
||||
"options": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,39 @@
|
|||
{
|
||||
"key": "kerb",
|
||||
"type": "combo",
|
||||
"label": "Curb"
|
||||
"label": "Curb",
|
||||
"strings": {
|
||||
"options": {
|
||||
"flush": {
|
||||
"title": "Flush",
|
||||
"description": "A dropped curb which is level with the surrounding area."
|
||||
},
|
||||
"lowered": {
|
||||
"title": "Lowered",
|
||||
"description": "A dropped curb which can be used by wheelchair users, not higher than a few centimeters."
|
||||
},
|
||||
"no": {
|
||||
"title": "No",
|
||||
"description": "There is no curb present at this location."
|
||||
},
|
||||
"raised": {
|
||||
"title": "Raised",
|
||||
"description": "A raised curb which can't easily be used by wheelchair users, higher than a few centimeters."
|
||||
},
|
||||
"rolled": {
|
||||
"title": "Rolled",
|
||||
"description": "A raised curb with a rounded edge which makes it easier to use for cars or bicycles, but not for wheelchairs."
|
||||
},
|
||||
"yes": {
|
||||
"title": "Yes",
|
||||
"description": "Some sort of curb is present at this location, unknown whether it is raised, lowered, flush etc."
|
||||
}
|
||||
}
|
||||
},
|
||||
"icons": {
|
||||
"raised": "temaki-kerb-raised",
|
||||
"lowered": "temaki-kerb-lowered",
|
||||
"flush": "temaki-kerb-flush",
|
||||
"rolled": "temaki-kerb-rolled"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
14
data/fields/kerb/kerb_barrier.json
Normal file
14
data/fields/kerb/kerb_barrier.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"key": "kerb",
|
||||
"type": "combo",
|
||||
"label": "Type",
|
||||
"stringsCrossReference": "{kerb}",
|
||||
"options": [
|
||||
"flush",
|
||||
"lowered",
|
||||
"raised",
|
||||
"rolled"
|
||||
],
|
||||
"autoSuggestions": false,
|
||||
"iconsCrossReference": "{kerb}"
|
||||
}
|
||||
|
|
@ -1,8 +1,11 @@
|
|||
{
|
||||
"key": "lifeguard",
|
||||
"type": "check",
|
||||
"label": "Lifeguard",
|
||||
"terms": [
|
||||
"lifesaver"
|
||||
]
|
||||
"type": "radio",
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"base": "Lifeguard Base",
|
||||
"tower": "Lifeguard Tower"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
8
data/fields/lifeguard_check.json
Normal file
8
data/fields/lifeguard_check.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"key": "lifeguard",
|
||||
"type": "check",
|
||||
"label": "Lifeguard",
|
||||
"terms": [
|
||||
"lifesaver"
|
||||
]
|
||||
}
|
||||
15
data/fields/loc_name.json
Normal file
15
data/fields/loc_name.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"key": "loc_name",
|
||||
"type": "localized",
|
||||
"label": "Local Name",
|
||||
"universal": true,
|
||||
"terms": [
|
||||
"colloquial name",
|
||||
"common name",
|
||||
"informal name",
|
||||
"nickname"
|
||||
],
|
||||
"prerequisiteTag": {
|
||||
"key": "name"
|
||||
}
|
||||
}
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
"marble": "Marble",
|
||||
"metal": "Metal",
|
||||
"plastic": "Plastic",
|
||||
"reinforced_conrete": "Reinforced Concrete",
|
||||
"reinforced_concrete": "Reinforced Concrete",
|
||||
"rock": "Rock",
|
||||
"sand": "Sand",
|
||||
"sandstone": "Sandstone",
|
||||
|
|
|
|||
9
data/fields/nat_name.json
Normal file
9
data/fields/nat_name.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"key": "nat_name",
|
||||
"type": "localized",
|
||||
"label": "National Name",
|
||||
"universal": true,
|
||||
"prerequisiteTag": {
|
||||
"key": "name"
|
||||
}
|
||||
}
|
||||
14
data/fields/official_name.json
Normal file
14
data/fields/official_name.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"key": "official_name",
|
||||
"type": "localized",
|
||||
"label": "Official Name",
|
||||
"universal": true,
|
||||
"terms": [
|
||||
"formal name",
|
||||
"full name",
|
||||
"legal name"
|
||||
],
|
||||
"prerequisiteTag": {
|
||||
"key": "name"
|
||||
}
|
||||
}
|
||||
12
data/fields/opening_hours/drive_through.json
Normal file
12
data/fields/opening_hours/drive_through.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"key": "opening_hours:drive_through",
|
||||
"type": "combo",
|
||||
"label": "Drive Through Hours",
|
||||
"placeholder": "Same as regular business hours",
|
||||
"prerequisiteTag": {
|
||||
"key": "drive_through",
|
||||
"value": "yes"
|
||||
},
|
||||
"snake_case": false,
|
||||
"caseSensitive": true
|
||||
}
|
||||
|
|
@ -13,7 +13,8 @@
|
|||
"ice_skate": "Ice Skate",
|
||||
"snow_park": "Snow Park",
|
||||
"playground": "Playground",
|
||||
"connection": "Connection"
|
||||
"connection": "Connection",
|
||||
"ski_jump": "Ski Jump"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false,
|
||||
|
|
|
|||
17
data/fields/railway/switch.json
Normal file
17
data/fields/railway/switch.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"key": "railway:switch",
|
||||
"type": "combo",
|
||||
"label": "Switch Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"default": "Normal Switch",
|
||||
"double_slip": "Double-slip Switch",
|
||||
"single_slip": "Single-slip Switch",
|
||||
"wye": "Wye Switch",
|
||||
"three_way": "Three-way Switch",
|
||||
"abt": "Abt Switch"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false,
|
||||
"customValues": true
|
||||
}
|
||||
5
data/fields/railway/track_ref.json
Normal file
5
data/fields/railway/track_ref.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "railway:track_ref",
|
||||
"type": "text",
|
||||
"label": "Track Number"
|
||||
}
|
||||
16
data/fields/ref/edubase-GB.json
Normal file
16
data/fields/ref/edubase-GB.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"key": "ref:edubase",
|
||||
"type": "identifier",
|
||||
"label": "Department for Education Reference",
|
||||
"urlFormat": "https://get-information-schools.service.gov.uk/Establishments/Establishment/Details/{value}",
|
||||
"pattern": "^[0-9]{1,}$",
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"gb"
|
||||
]
|
||||
},
|
||||
"terms": [
|
||||
"Edubase Reference",
|
||||
"DfE URN"
|
||||
]
|
||||
}
|
||||
5
data/fields/ref_rail.json
Normal file
5
data/fields/ref_rail.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "ref",
|
||||
"type": "text",
|
||||
"label": "Line Number"
|
||||
}
|
||||
9
data/fields/reg_name.json
Normal file
9
data/fields/reg_name.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"key": "reg_name",
|
||||
"type": "localized",
|
||||
"label": "Regional Name",
|
||||
"universal": true,
|
||||
"prerequisiteTag": {
|
||||
"key": "name"
|
||||
}
|
||||
}
|
||||
37
data/fields/roller_coaster/track.json
Normal file
37
data/fields/roller_coaster/track.json
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"key": "roller_coaster",
|
||||
"type": "combo",
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"lift_hill": {
|
||||
"title": "Lift Hill",
|
||||
"description": "An inclined track meant to give the trains potential energy"
|
||||
},
|
||||
"launch_straight": {
|
||||
"title": "Launch Track",
|
||||
"description": "A section of track meant to accelerate the trains through external input"
|
||||
},
|
||||
"brake_run": {
|
||||
"title": "Brake Run",
|
||||
"description": "A section of track meant to slow or stop trains"
|
||||
},
|
||||
"station": {
|
||||
"title": "Station",
|
||||
"description": "A section of track where a train stops to board and unboard passengers"
|
||||
},
|
||||
"moving": {
|
||||
"title": "Moving",
|
||||
"description": "Any type of moving track, like switch tracks"
|
||||
},
|
||||
"waiting": {
|
||||
"title": "Waiting",
|
||||
"description": "Tracks used to hold trains if the next block section is occupied"
|
||||
},
|
||||
"maintenance": {
|
||||
"title": "Maintenance",
|
||||
"description": "Tracks meant to hold spare trains or conduct maintenance"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -16,5 +16,10 @@
|
|||
}
|
||||
},
|
||||
"autoSuggestions": false,
|
||||
"customValues": false
|
||||
"customValues": false,
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"gb"
|
||||
]
|
||||
}
|
||||
}
|
||||
14
data/fields/short_name.json
Normal file
14
data/fields/short_name.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"key": "short_name",
|
||||
"type": "localized",
|
||||
"label": "Short Name",
|
||||
"universal": true,
|
||||
"terms": [
|
||||
"abbreviation",
|
||||
"acronym",
|
||||
"initialism"
|
||||
],
|
||||
"prerequisiteTag": {
|
||||
"key": "name"
|
||||
}
|
||||
}
|
||||
12
data/fields/side.json
Normal file
12
data/fields/side.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"key": "side",
|
||||
"type": "combo",
|
||||
"label": "Side",
|
||||
"strings": {
|
||||
"options": {
|
||||
"left": "Left of Cyclist",
|
||||
"right": "Right of Cyclist"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false
|
||||
}
|
||||
|
|
@ -22,6 +22,7 @@
|
|||
"cricket": "Cricket",
|
||||
"curling": "Curling",
|
||||
"cycling": "Cycling",
|
||||
"darts": "Darts",
|
||||
"disc_golf": "Disc Golf",
|
||||
"dog_racing": "Dog Racing",
|
||||
"equestrian": "Equestrian Sports",
|
||||
|
|
@ -50,6 +51,7 @@
|
|||
"shooting": "Shooting",
|
||||
"skateboard": "Skateboard",
|
||||
"skiing": "Skiing",
|
||||
"ski_jumping": "Ski Jumping",
|
||||
"soccer": "Soccer",
|
||||
"softball": "Softball",
|
||||
"speedway": "Motorcycle Speedway",
|
||||
|
|
|
|||
|
|
@ -7,5 +7,6 @@
|
|||
"billiards",
|
||||
"darts"
|
||||
],
|
||||
"stringsCrossReference": "{sport}",
|
||||
"autoSuggestions": false
|
||||
}
|
||||
|
|
|
|||
8
data/fields/summit/cross.json
Normal file
8
data/fields/summit/cross.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"key": "summit:cross",
|
||||
"type": "check",
|
||||
"label": "Summit Cross",
|
||||
"terms": [
|
||||
"cross"
|
||||
]
|
||||
}
|
||||
|
|
@ -6,20 +6,26 @@
|
|||
"options": {
|
||||
"artificial_turf": "Artificial Turf",
|
||||
"asphalt": "Asphalt",
|
||||
"clay": "Clay",
|
||||
"compacted": "Compacted",
|
||||
"concrete": "Concrete",
|
||||
"concrete:lanes": "Concrete Lanes",
|
||||
"concrete:plates": "Concrete Plates",
|
||||
"dirt": "Dirt",
|
||||
"fine_gravel": "Fine Gravel",
|
||||
"grass": "Grass",
|
||||
"grass_paver": "Grass Paver",
|
||||
"gravel": "Gravel",
|
||||
"ground": "Ground",
|
||||
"metal": "Metal",
|
||||
"mud": "Persistently Muddy",
|
||||
"paved": "Paved",
|
||||
"paving_stones": "Paving Stones",
|
||||
"pebblestone": "Pebblestone",
|
||||
"salt": "Salt",
|
||||
"sand": "Sand",
|
||||
"sett": "Sett",
|
||||
"tartan": "Tartan",
|
||||
"unhewn_cobblestone": "Cobblestone (uncut, rounded stones)",
|
||||
"unpaved": "Unpaved",
|
||||
"wood": "Wood",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,19 @@
|
|||
{
|
||||
"key": "swimming_pool",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"swimming": "Lap Pool",
|
||||
"plunge": "Diving",
|
||||
"wading": "Wading / Leisure",
|
||||
"spa": "Spa",
|
||||
"wave_pool": "Wave Pool",
|
||||
"lazy_river": "Lazy River",
|
||||
"personal": "Personal / Backyard",
|
||||
"kids": "Kids Pool"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false,
|
||||
"customValues": true
|
||||
}
|
||||
|
|
|
|||
19
data/fields/toilets/menstrual_products.json
Normal file
19
data/fields/toilets/menstrual_products.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"key": "toilets:menstrual_products",
|
||||
"type": "radio",
|
||||
"strings": {
|
||||
"options": {
|
||||
"yes": "Yes, in all stalls",
|
||||
"limited": "Limited to some stalls",
|
||||
"no": "No"
|
||||
}
|
||||
},
|
||||
"label": "Free Menstrual Products Available",
|
||||
"terms": [
|
||||
"feminine hygiene",
|
||||
"pads",
|
||||
"period",
|
||||
"period products",
|
||||
"tampons"
|
||||
]
|
||||
}
|
||||
10
data/fields/toilets/menstrual_products_poi.json
Normal file
10
data/fields/toilets/menstrual_products_poi.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"key": "toilets:menstrual_products",
|
||||
"type": "radio",
|
||||
"stringsCrossReference": "{toilets/menstrual_products}",
|
||||
"label": "{toilets/menstrual_products}",
|
||||
"prerequisiteTag": {
|
||||
"key": "toilets",
|
||||
"valueNot": "no"
|
||||
}
|
||||
}
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
"dip": "Dip",
|
||||
"double_dip": "Double Dip",
|
||||
"hump": "Speed Hump",
|
||||
"island": "Traffic Island",
|
||||
"island": "Traffic Calming Island",
|
||||
"mini_bumps": "Mini Speed Bumps",
|
||||
"rumble_strip": "Rumble Strip",
|
||||
"table": "Speed Table"
|
||||
|
|
|
|||
20
data/fields/traffic_calming_road.json
Normal file
20
data/fields/traffic_calming_road.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"key": "traffic_calming",
|
||||
"type": "typeCombo",
|
||||
"label": "Traffic Calming",
|
||||
"terms": [
|
||||
"bump",
|
||||
"chicane",
|
||||
"choker",
|
||||
"cushion",
|
||||
"flat top",
|
||||
"hump",
|
||||
"rumble strip",
|
||||
"slow",
|
||||
"speed",
|
||||
"table",
|
||||
"traffic island"
|
||||
],
|
||||
"stringsCrossReference": "{traffic_calming}",
|
||||
"iconsCrossReference": "{traffic_calming}"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue