Merge branch 'main' into payment-strings

This commit is contained in:
Martin Raifer 2022-10-13 18:54:12 +02:00
commit 257a89c997
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
1092 changed files with 52360 additions and 15917 deletions

View file

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

View file

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

View file

@ -9,7 +9,7 @@
"odd": "Odd",
"alphabetic": "Alphabetic"
}
},
"autoSuggestions" : false,
"customValues" : false
},
"autoSuggestions": false,
"customValues": false
}

View file

@ -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": [

View file

@ -2,4 +2,4 @@
"key": "aerialway",
"type": "typeCombo",
"label": "Type"
}
}

View file

@ -9,6 +9,6 @@
"both": "Both"
}
},
"autoSuggestions" : false,
"customValues" : false
"autoSuggestions": false,
"customValues": false
}

View file

@ -2,4 +2,4 @@
"key": "aerialway:bubble",
"type": "check",
"label": "Bubble"
}
}

View file

@ -2,4 +2,4 @@
"key": "aerialway:heating",
"type": "check",
"label": "Heated"
}
}

View file

@ -9,6 +9,6 @@
"both": "Both"
}
},
"autoSuggestions" : false,
"customValues" : false
"autoSuggestions": false,
"customValues": false
}

View file

@ -2,4 +2,4 @@
"key": "aeroway",
"type": "typeCombo",
"label": "Type"
}
}

View file

@ -2,4 +2,4 @@
"key": "amenity",
"type": "typeCombo",
"label": "Type"
}
}

View file

@ -3,7 +3,7 @@
"minValue": 0,
"type": "number",
"label": "Total Ascent",
"terms":[
"terms": [
"ascent",
"climb",
"cumulative elevation gain"

View file

@ -2,4 +2,4 @@
"key": "atm",
"type": "check",
"label": "ATM"
}
}

View file

@ -2,4 +2,4 @@
"key": "automated",
"type": "check",
"label": "Automated"
}
}

View file

@ -9,8 +9,8 @@
"no": "None"
}
},
"autoSuggestions" : false,
"customValues" : false,
"autoSuggestions": false,
"customValues": false,
"terms": [
"baby feeding",
"breastfeeding",

View file

@ -2,4 +2,4 @@
"key": "baby",
"type": "check",
"label": "Baby Seat"
}
}

View file

@ -2,4 +2,4 @@
"key": "bar",
"type": "check",
"label": "Bar"
}
}

View file

@ -2,4 +2,4 @@
"key": "barrier",
"type": "typeCombo",
"label": "Type"
}
}

View file

@ -0,0 +1,14 @@
{
"key": "barrier",
"type": "defaultCheck",
"label": "Barrier",
"geometry": [
"vertex"
],
"strings": {
"options": {
"undefined": "No",
"planter": "Yes"
}
}
}

View file

@ -1,5 +1,5 @@
{
"key": "bath:open_air",
"label": "Open Air",
"type": "check"
"key": "bath:open_air",
"label": "Open Air",
"type": "check"
}

View file

@ -1,5 +1,5 @@
{
"key": "bath:sand_bath",
"label": "Sand Bath",
"type": "check"
"key": "bath:sand_bath",
"label": "Sand Bath",
"type": "check"
}

View file

@ -1,5 +1,5 @@
{
"key": "bath:type",
"type": "combo",
"label": "Specialty"
"key": "bath:type",
"type": "combo",
"label": "Specialty"
}

View file

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

View file

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

View file

@ -2,4 +2,4 @@
"key": "boundary",
"type": "combo",
"label": "Type"
}
}

View file

@ -0,0 +1,5 @@
{
"key": "branch",
"type": "text",
"label": "Branch"
}

View file

@ -5,4 +5,4 @@
"terms": [
"structure"
]
}
}

View file

@ -4,4 +4,4 @@
"minValue": 0,
"label": "Units",
"placeholder": "2, 4, 6, 8..."
}
}

View file

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

View file

@ -0,0 +1,6 @@
{
"key": "building:part",
"type": "combo",
"default": "yes",
"label": "Building Part"
}

View file

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

View file

@ -1,7 +1,8 @@
{
"key": "building",
"type": "combo",
"default": "yes",
"geometry": ["area"],
"geometry": [
"area"
],
"label": "Building"
}

View file

@ -0,0 +1,9 @@
{
"key": "building",
"type": "combo",
"default": "yes",
"geometry": [
"area"
],
"label": "Building"
}

View file

@ -0,0 +1,5 @@
{
"key": "button_operated",
"type": "check",
"label": "Call Button"
}

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

View file

@ -2,5 +2,6 @@
"key": "camera:direction",
"type": "number",
"label": "Direction (Degrees Clockwise)",
"increment": 5,
"placeholder": "45, 90, 180, 270"
}

View file

@ -9,6 +9,6 @@
"dome": "Dome"
}
},
"autoSuggestions" : false,
"customValues" : false
"autoSuggestions": false,
"customValues": false
}

View file

@ -4,4 +4,4 @@
"minValue": 0,
"label": "Capacity",
"placeholder": "50, 100, 200..."
}
}

View file

@ -0,0 +1,7 @@
{
"key": "capacity:caravans",
"type": "number",
"minValue": 0,
"label": "Capacity (Caravans)",
"placeholder": "10, 20, 50..."
}

View file

@ -0,0 +1,7 @@
{
"key": "capacity:persons",
"type": "number",
"minValue": 0,
"label": "Capacity (Persons)",
"placeholder": "50, 100, 200..."
}

View file

@ -0,0 +1,11 @@
{
"key": "capacity:tents",
"type": "number",
"minValue": 0,
"label": "Capacity (Tents)",
"placeholder": "10, 20, 50...",
"prerequisiteTag": {
"key": "tents",
"valueNot": "no"
}
}

View file

@ -4,4 +4,4 @@
"minValue": 0,
"label": "Capacity (Cubic Meters)",
"placeholder": "50, 100, 200..."
}
}

View file

@ -1,5 +1,5 @@
{
"key": "cash_in",
"type": "check",
"label": "Cash In"
}
"label": "Deposits"
}

View file

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

View file

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

View file

@ -2,4 +2,4 @@
"key": "collection_times",
"type": "text",
"label": "Collection Times"
}
}

View file

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

View file

@ -2,4 +2,4 @@
"key": "construction",
"type": "combo",
"label": "Type"
}
}

View file

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

View file

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

View file

@ -9,6 +9,6 @@
"reversible": "Reversible"
}
},
"autoSuggestions" : false,
"customValues" : false
"autoSuggestions": false,
"customValues": false
}

View file

@ -1,5 +1,7 @@
{
"key": "country",
"type": "combo",
"label": "Country"
"label": "Country",
"snake_case": false,
"caseSensitive": true
}

View file

@ -2,4 +2,4 @@
"key": "covered",
"type": "check",
"label": "Covered"
}
}

View file

@ -0,0 +1,12 @@
{
"key": "covered",
"type": "check",
"label": "Covered",
"strings": {
"options": {
"undefined": "Assumed to be No",
"yes": "Yes",
"no": "No"
}
}
}

View file

@ -9,6 +9,6 @@
"travel_lift": "Travel Lift"
}
},
"autoSuggestions" : false,
"customValues" : false
"autoSuggestions": false,
"customValues": false
}

View file

@ -2,4 +2,4 @@
"key": "crossing",
"type": "combo",
"label": "Type"
}
}

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

View file

@ -0,0 +1,5 @@
{
"key": "crossing:bell",
"type": "check",
"label": "Bell"
}

View file

@ -0,0 +1,5 @@
{
"key": "crossing:light",
"type": "check",
"label": "Lights"
}

View file

@ -0,0 +1,17 @@
{
"key": "traffic_calming",
"type": "defaultCheck",
"label": "Raised",
"terms": [
"flat top",
"hump",
"speed",
"slow"
],
"strings": {
"options": {
"undefined": "No",
"table": "Yes"
}
}
}

View file

@ -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": [

View file

@ -1,5 +1,6 @@
{
"key": "cycle_network",
"type": "networkCombo",
"label": "Network"
}
"label": "Network",
"snake_case": false
}

View file

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

View file

@ -2,4 +2,4 @@
"key": "denotation",
"type": "combo",
"label": "Denotation"
}
}

View file

@ -10,6 +10,6 @@
"no": "None"
}
},
"autoSuggestions" : false,
"customValues" : false
"autoSuggestions": false,
"customValues": false
}

View file

@ -0,0 +1,5 @@
{
"key": "trolley:deposit",
"type": "check",
"label": "Deposit"
}

View file

@ -2,4 +2,4 @@
"key": "design",
"type": "combo",
"label": "Design"
}
}

View file

@ -1,5 +1,6 @@
{
"key": "destination",
"type": "semiCombo",
"label": "Destinations"
"label": "Destinations",
"snake_case": false
}

View file

@ -0,0 +1,7 @@
{
"key": "diameter_crown",
"type": "combo",
"label": "Crown Diameter",
"snake_case": false,
"placeholder": "4 m, 9', …"
}

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

View file

@ -8,6 +8,6 @@
"anticlockwise": "Counterclockwise"
}
},
"autoSuggestions" : false,
"customValues" : false
"autoSuggestions": false,
"customValues": false
}

View file

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

View file

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

View file

@ -10,5 +10,5 @@
"unorthodox": "Unorthodox"
}
},
"autoSuggestions" : false
"autoSuggestions": false
}

View file

@ -9,8 +9,8 @@
"no": "Not Allowed"
}
},
"autoSuggestions" : false,
"customValues" : false,
"autoSuggestions": false,
"customValues": false,
"terms": [
"animals",
"pets"

View file

@ -0,0 +1,9 @@
{
"key": "drinking_water",
"type": "check",
"label": "Drinking Water Available",
"terms": [
"drinkworthy",
"potable"
]
}

View file

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

View file

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

View file

@ -11,8 +11,8 @@
"no": "No"
}
},
"autoSuggestions" : false,
"customValues" : false,
"autoSuggestions": false,
"customValues": false,
"terms": [
"contact line",
"powered",

View file

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

View file

@ -2,4 +2,4 @@
"key": "emergency",
"type": "check",
"label": "Emergency"
}
}

View file

@ -2,4 +2,4 @@
"key": "entrance",
"type": "typeCombo",
"label": "Type"
}
}

View file

@ -2,4 +2,4 @@
"key": "except",
"type": "combo",
"label": "Exceptions"
}
}

View file

@ -0,0 +1,10 @@
{
"key": "expressway",
"type": "check",
"label": "Expressway",
"locationSet": {
"include": [
"US"
]
}
}

View file

@ -2,5 +2,5 @@
"key": "fax",
"type": "tel",
"label": "Fax",
"placeholder":"+31 42 123 4567"
"placeholder": "+31 42 123 4567"
}

View file

@ -2,4 +2,4 @@
"key": "fee",
"type": "check",
"label": "Fee"
}
}

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

View file

@ -10,6 +10,6 @@
"pipe": "Capped Pipe"
}
},
"autoSuggestions" : false,
"customValues" : false
"autoSuggestions": false,
"customValues": false
}

View file

@ -0,0 +1,5 @@
{
"key": "flag:name",
"type": "text",
"label": "Flag Name"
}

View file

@ -0,0 +1,9 @@
{
"key": "flag:wikidata",
"keys": [
"flag:wikidata",
"flag:wikipedia"
],
"type": "wikidata",
"label": "Flag Wikidata"
}

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

View file

@ -2,4 +2,4 @@
"key": "flood_prone",
"type": "check",
"label": "Flood Prone"
}
}

View file

@ -2,4 +2,4 @@
"key": "from",
"type": "text",
"label": "From"
}
}

View file

@ -2,4 +2,4 @@
"key": "generator:method",
"type": "combo",
"label": "Method"
}
}

View file

@ -2,4 +2,4 @@
"key": "generator:source",
"type": "combo",
"label": "Source"
}
}

View file

@ -2,4 +2,4 @@
"key": "generator:type",
"type": "combo",
"label": "Type"
}
}

7
data/fields/genus.json Normal file
View file

@ -0,0 +1,7 @@
{
"key": "genus",
"type": "combo",
"label": "Genus",
"snake_case": false,
"placeholder": "Acer, Platanus, Quercus …"
}

View file

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

View file

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