Merge branch 'master' into preset-list-arrow-key-navigation

This commit is contained in:
Quincy Morgan
2018-09-25 18:08:23 -07:00
19 changed files with 319 additions and 41 deletions
+43 -4
View File
@@ -601,6 +601,9 @@ en:
fixme:
# fixme=*
label: Fix Me
flag/type:
# 'flag:type=*'
label: Flag Type
ford:
# ford=*
label: Type
@@ -681,6 +684,15 @@ en:
historic/civilization:
# 'historic:civilization=*'
label: Historic Civilization
historic/wreck/date_sunk:
# 'wreck:date_sunk=*'
label: Date Sunk
historic/wreck/visible_at_high_tide:
# 'wreck:visible_at_high_tide=*'
label: Visible At High Tide
historic/wreck/visible_at_low_tide:
# 'wreck:visible_at_low_tide=*'
label: Visible At Low Tide
hoops:
# hoops=*
label: Hoops
@@ -895,6 +907,9 @@ en:
map_type:
# map_type=*
label: Type
material:
# material=*
label: Material
maxheight:
# maxheight=*
label: Max Height
@@ -1425,6 +1440,9 @@ en:
seamark/type:
# 'seamark:type=*'
label: Seamark
seamark/wreck/category:
# 'seamark:wreck:category=*'
label: Category
seasonal:
# seasonal=*
label: Seasonal
@@ -2441,10 +2459,6 @@ en:
# 'amenity=shelter, shelter_type=lean_to'
name: Lean-To
terms: '<translate with synonyms or related terms for ''Lean-To'', separated by commas>'
amenity/shelter/pavilion:
# 'amenity=shelter, shelter_type=pavilion'
name: Pavilion
terms: '<translate with synonyms or related terms for ''Pavilion'', separated by commas>'
amenity/shower:
# amenity=shower
name: Shower
@@ -2926,6 +2940,11 @@ en:
# building=mosque
name: Mosque Building
terms: '<translate with synonyms or related terms for ''Mosque Building'', separated by commas>'
building/pavilion:
# building=pavilion
name: Pavilion Building
# 'terms: sports'
terms: '<translate with synonyms or related terms for ''Pavilion Building'', separated by commas>'
building/public:
# building=public
name: Public Building
@@ -3738,6 +3757,11 @@ en:
# historic=wayside_shrine
name: Wayside Shrine
terms: '<translate with synonyms or related terms for ''Wayside Shrine'', separated by commas>'
historic/wreck:
# historic=wreck
name: Shipwreck
# 'terms: hull,mast,maritime,remains,ship,boat'
terms: '<translate with synonyms or related terms for ''Shipwreck'', separated by commas>'
internet_access/wlan:
# internet_access=wlan
name: Wi-Fi Hotspot
@@ -5896,6 +5920,21 @@ en:
name: Artwork
# 'terms: mural,sculpture,statue'
terms: '<translate with synonyms or related terms for ''Artwork'', separated by commas>'
tourism/artwork/mural:
# 'tourism=artwork, artwork_type=mural'
name: Mural
# 'terms: fresco,wall painting'
terms: '<translate with synonyms or related terms for ''Mural'', separated by commas>'
tourism/artwork/sculpture:
# 'tourism=artwork, artwork_type=sculpture'
name: Sculpture
# 'terms: statue,figure,carving'
terms: '<translate with synonyms or related terms for ''Sculpture'', separated by commas>'
tourism/artwork/statue:
# 'tourism=artwork, artwork_type=statue'
name: Statue
# 'terms: sculpture,figure,carving'
terms: '<translate with synonyms or related terms for ''Statue'', separated by commas>'
tourism/attraction:
# tourism=attraction
name: Tourist Attraction
+6
View File
@@ -102,6 +102,7 @@
"fireplace": {"key": "fireplace", "type": "check", "label": "Fireplace"},
"fitness_station": {"key": "fitness_station", "type": "typeCombo", "label": "Equipment Type"},
"fixme": {"key": "fixme", "type": "textarea", "label": "Fix Me", "universal": true},
"flag/type": {"key": "flag:type", "type": "combo", "label": "Flag Type"},
"ford": {"key": "ford", "type": "typeCombo", "label": "Type", "placeholder": "Default"},
"frequency": {"key": "frequency", "type": "combo", "label": "Operating Frequency"},
"fuel_multi": {"key": "fuel:", "type": "multiCombo", "label": "Fuel Types"},
@@ -123,6 +124,9 @@
"highway": {"key": "highway", "type": "typeCombo", "label": "Type"},
"historic": {"key": "historic", "type": "typeCombo", "label": "Type"},
"historic/civilization": {"key": "historic:civilization", "type": "combo", "label": "Historic Civilization"},
"historic/wreck/date_sunk": {"key": "wreck:date_sunk", "type": "text", "label": "Date Sunk"},
"historic/wreck/visible_at_high_tide": {"key": "wreck:visible_at_high_tide", "type": "check", "label": "Visible At High Tide"},
"historic/wreck/visible_at_low_tide": {"key": "wreck:visible_at_low_tide", "type": "check", "label": "Visible At Low Tide"},
"hoops": {"key": "hoops", "type": "number", "minValue": 0, "label": "Hoops", "placeholder": "1, 2, 4..."},
"horse_dressage": {"key": "sport", "type": "check", "label": "Dressage Riding", "strings": {"options": {"undefined": "No", "equestrian": "Yes"}}, "reference": {"key": "sport", "value": "equestrian"}},
"horse_riding": {"key": "leisure", "type": "check", "label": "Horseback Riding", "strings": {"options": {"undefined": "No", "horse_riding": "Yes"}}, "reference": {"key": "leisure", "value": "horse_riding"}},
@@ -162,6 +166,7 @@
"manhole": {"key": "manhole", "type": "typeCombo", "label": "Type"},
"map_size": {"key": "map_size", "type": "typeCombo", "label": "Coverage"},
"map_type": {"key": "map_type", "type": "typeCombo", "label": "Type"},
"material": {"key": "material", "type": "combo", "universal": true, "label": "Material"},
"maxheight": {"key": "maxheight", "type": "combo", "label": "Max Height", "placeholder": "4, 4.5, 5, 14'0\", 14'6\", 15'0\"", "snake_case": false},
"maxspeed": {"key": "maxspeed", "type": "maxspeed", "label": "Speed Limit", "placeholder": "40, 50, 60..."},
"maxspeed/advisory": {"key": "maxspeed:advisory", "type": "maxspeed", "label": "Advisory Speed Limit", "placeholder": "40, 50, 60..."},
@@ -243,6 +248,7 @@
"seamark/buoy_lateral/system": {"key": "seamark:buoy_lateral:system", "type": "combo", "label": "System", "strings": {"options": {"iala-a": "IALA A", "iala-b": "IALA B", "cevni": "CEVNI", "other": "Other"}}},
"seamark/mooring/category": {"key": "seamark:mooring:category", "type": "combo", "label": "Category"},
"seamark/type": {"key": "seamark:type", "type": "combo", "universal": true, "label": "Seamark"},
"seamark/wreck/category": {"key": "seamark:wreck:category", "type": "combo", "label": "Category"},
"seasonal": {"key": "seasonal", "type": "check", "label": "Seasonal"},
"second_hand": {"key": "second_hand", "type": "combo", "label": "Sells Used", "placeholder": "Yes, No, Only", "strings": {"options": {"yes": "Yes", "no": "No", "only": "Only"}}},
"service_rail": {"key": "service", "type": "combo", "label": "Service Type", "strings": {"options": {"spur": "Spur", "yard": "Yard", "siding": "Siding", "crossover": "Crossover"}}},
+5
View File
@@ -0,0 +1,5 @@
{
"key": "flag:type",
"type": "combo",
"label": "Flag Type"
}
@@ -0,0 +1,5 @@
{
"key": "wreck:date_sunk",
"type": "text",
"label": "Date Sunk"
}
@@ -0,0 +1,5 @@
{
"key": "wreck:visible_at_high_tide",
"type": "check",
"label": "Visible At High Tide"
}
@@ -0,0 +1,5 @@
{
"key": "wreck:visible_at_low_tide",
"type": "check",
"label": "Visible At Low Tide"
}
+6
View File
@@ -0,0 +1,6 @@
{
"key": "material",
"type": "combo",
"universal": true,
"label": "Material"
}
@@ -0,0 +1,5 @@
{
"key": "seamark:wreck:category",
"type": "combo",
"label": "Category"
}
+6 -2
View File
@@ -131,7 +131,6 @@
"amenity/shelter": {"icon": "maki-shelter", "fields": ["name", "shelter_type", "building_area", "bench", "bin"], "geometry": ["point", "vertex", "area"], "terms": ["lean-to", "gazebo", "picnic"], "tags": {"amenity": "shelter"}, "name": "Shelter"},
"amenity/shelter/gazebo": {"icon": "maki-shelter", "fields": ["name", "building_area", "bench", "lit"], "geometry": ["point", "area"], "tags": {"amenity": "shelter", "shelter_type": "gazebo"}, "name": "Gazebo"},
"amenity/shelter/lean_to": {"icon": "maki-shelter", "fields": ["name", "operator", "building_area"], "geometry": ["point", "area"], "tags": {"amenity": "shelter", "shelter_type": "lean_to"}, "name": "Lean-To"},
"amenity/shelter/pavilion": {"icon": "maki-shelter", "fields": ["name", "building_area", "bench", "bin"], "geometry": ["point", "vertex", "area"], "tags": {"amenity": "shelter", "shelter_type": "pavilion"}, "name": "Pavilion"},
"amenity/shower": {"icon": "temaki-shower", "fields": ["operator", "opening_hours", "fee", "supervised", "building_area", "access_simple"], "geometry": ["point", "vertex", "area"], "terms": ["rain closet"], "tags": {"amenity": "shower"}, "name": "Shower"},
"amenity/smoking_area": {"icon": "fas-smoking", "fields": ["name", "shelter", "bin", "bench", "opening_hours"], "geometry": ["point", "vertex", "area"], "terms": [], "tags": {"amenity": "smoking_area"}, "name": "Smoking Area"},
"amenity/social_facility": {"icon": "temaki-social_facility", "fields": ["name", "operator", "address", "building_area", "social_facility", "social_facility_for", "opening_hours", "wheelchair"], "geometry": ["point", "area"], "terms": [], "tags": {"amenity": "social_facility"}, "name": "Social Facility"},
@@ -240,6 +239,7 @@
"building/industrial": {"icon": "maki-industry", "fields": ["name", "address", "levels", "height"], "geometry": ["area"], "tags": {"building": "industrial"}, "matchScore": 0.5, "name": "Industrial Building"},
"building/kindergarten": {"icon": "maki-building", "fields": ["name", "address", "levels", "height"], "geometry": ["area"], "terms": ["kindergarden", "pre-school"], "tags": {"building": "kindergarten"}, "matchScore": 0.5, "name": "Preschool/Kindergarten Building"},
"building/mosque": {"icon": "maki-place-of-worship", "fields": ["name", "address", "levels", "height"], "geometry": ["area"], "tags": {"building": "mosque"}, "matchScore": 0.5, "name": "Mosque Building"},
"building/pavilion": {"icon": "maki-building", "fields": ["name", "address", "levels", "height", "smoking"], "geometry": ["area"], "terms": ["sports"], "tags": {"building": "pavilion"}, "matchScore": 0.5, "name": "Pavilion Building"},
"building/public": {"icon": "maki-building", "fields": ["name", "address", "levels", "height", "smoking"], "geometry": ["area"], "tags": {"building": "public"}, "matchScore": 0.5, "name": "Public Building"},
"building/residential": {"icon": "maki-residential-community", "fields": ["name", "address", "levels", "height"], "geometry": ["area"], "tags": {"building": "residential"}, "matchScore": 0.5, "name": "Residential Building"},
"building/retail": {"icon": "maki-commercial", "fields": ["name", "address", "levels", "height", "smoking"], "geometry": ["area"], "tags": {"building": "retail"}, "matchScore": 0.5, "name": "Retail Building"},
@@ -420,6 +420,7 @@
"historic/tomb": {"icon": "maki-cemetery", "fields": ["name", "tomb", "building_area", "inscription"], "geometry": ["point", "area"], "tags": {"historic": "tomb"}, "name": "Tomb"},
"historic/wayside_cross": {"icon": "maki-religious-christian", "fields": ["name", "inscription"], "geometry": ["point", "vertex", "area"], "tags": {"historic": "wayside_cross"}, "name": "Wayside Cross"},
"historic/wayside_shrine": {"icon": "maki-landmark", "fields": ["name", "religion", "denomination", "inscription"], "geometry": ["point", "vertex", "area"], "tags": {"historic": "wayside_shrine"}, "name": "Wayside Shrine"},
"historic/wreck": {"icon": "temaki-ruins", "fields": ["name", "access_simple", "seamark/wreck/category", "historic/wreck/date_sunk", "historic/wreck/visible_at_low_tide", "historic/wreck/visible_at_high_tide"], "geometry": ["point", "area"], "tags": {"historic": "wreck"}, "addTags": {"historic": "wreck", "seamark:type": "wreck"}, "removeTags": {"historic": "wreck", "seamark:type": "wreck"}, "terms": ["hull", "mast", "maritime", "remains", "ship", "boat"], "name": "Shipwreck"},
"internet_access/wlan": {"icon": "fas-wifi", "geometry": ["point", "area"], "fields": ["internet_access/fee", "internet_access/ssid"], "terms": ["wi-fi", "wifi", "hotspot"], "tags": {"internet_access": "wlan"}, "name": "Wi-Fi Hotspot"},
"junction": {"icon": "temaki-junction", "fields": ["name"], "geometry": ["vertex", "area"], "tags": {"junction": "yes"}, "name": "Junction"},
"landuse": {"fields": ["name", "landuse"], "geometry": ["area"], "tags": {"landuse": "*"}, "matchScore": 0.9, "name": "Land Use"},
@@ -544,7 +545,7 @@
"man_made/clearcut": {"icon": "maki-logging", "geometry": ["area"], "tags": {"man_made": "clearcut"}, "terms": ["cut", "forest", "lumber", "tree", "wood"], "name": "Clearcut Forest"},
"man_made/crane": {"icon": "temaki-crane", "fields": ["operator", "height", "crane/type"], "geometry": ["point", "line", "vertex", "area"], "tags": {"man_made": "crane"}, "name": "Crane"},
"man_made/cutline": {"icon": "maki-logging", "geometry": ["line"], "tags": {"man_made": "cutline"}, "name": "Cut line"},
"man_made/flagpole": {"icon": "maki-embassy", "geometry": ["point"], "tags": {"man_made": "flagpole"}, "name": "Flagpole"},
"man_made/flagpole": {"icon": "maki-embassy", "fields": ["operator", "flag/type", "country", "lit", "height"], "geometry": ["point", "vertex"], "tags": {"man_made": "flagpole"}, "name": "Flagpole"},
"man_made/gasometer": {"icon": "temaki-storage_tank", "fields": ["content", "building_area"], "geometry": ["point", "area"], "terms": ["gas holder"], "tags": {"man_made": "gasometer"}, "name": "Gasometer"},
"man_made/groyne": {"geometry": ["line", "area"], "tags": {"man_made": "groyne"}, "name": "Groyne"},
"man_made/lighthouse": {"icon": "maki-lighthouse", "fields": ["building_area"], "geometry": ["point", "area"], "tags": {"man_made": "lighthouse"}, "name": "Lighthouse"},
@@ -891,6 +892,9 @@
"tourism/apartment": {"icon": "maki-lodging", "fields": ["name", "operator", "address", "building_area", "smoking", "rooms", "internet_access", "internet_access/fee", "internet_access/ssid"], "geometry": ["point", "area"], "tags": {"tourism": "apartment"}, "name": "Guest Apartment / Condo"},
"tourism/aquarium": {"icon": "maki-aquarium", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "terms": ["fish", "sea", "water"], "tags": {"tourism": "aquarium"}, "name": "Aquarium"},
"tourism/artwork": {"icon": "maki-art-gallery", "fields": ["name", "artwork_type", "artist"], "geometry": ["point", "vertex", "line", "area"], "tags": {"tourism": "artwork"}, "terms": ["mural", "sculpture", "statue"], "name": "Artwork"},
"tourism/artwork/mural": {"icon": "maki-art-gallery", "fields": ["name", "artist"], "geometry": ["point", "vertex", "line", "area"], "tags": {"tourism": "artwork", "artwork_type": "mural"}, "reference": {"key": "artwork_type", "value": "mural"}, "terms": ["fresco", "wall painting"], "name": "Mural"},
"tourism/artwork/sculpture": {"icon": "maki-art-gallery", "fields": ["name", "artist", "material"], "geometry": ["point", "vertex", "line", "area"], "tags": {"tourism": "artwork", "artwork_type": "sculpture"}, "reference": {"key": "artwork_type", "value": "sculpture"}, "terms": ["statue", "figure", "carving"], "name": "Sculpture"},
"tourism/artwork/statue": {"icon": "maki-art-gallery", "fields": ["name", "artist", "material"], "geometry": ["point", "vertex", "line", "area"], "tags": {"tourism": "artwork", "artwork_type": "statue"}, "reference": {"key": "artwork_type", "value": "statue"}, "terms": ["sculpture", "figure", "carving"], "name": "Statue"},
"tourism/attraction": {"icon": "maki-star", "fields": ["name", "operator", "address"], "geometry": ["point", "vertex", "area"], "tags": {"tourism": "attraction"}, "name": "Tourist Attraction"},
"tourism/camp_site": {"icon": "maki-campsite", "fields": ["name", "operator", "address", "access_simple", "capacity", "fee", "internet_access", "internet_access/fee", "internet_access/ssid"], "geometry": ["point", "vertex", "area"], "terms": ["tent", "rv"], "tags": {"tourism": "camp_site"}, "name": "Campground"},
"tourism/caravan_site": {"icon": "maki-bus", "fields": ["name", "operator", "address", "capacity", "fee", "sanitary_dump_station", "power_supply", "internet_access", "internet_access/fee", "internet_access/ssid"], "geometry": ["point", "vertex", "area"], "terms": ["Motor Home", "Camper"], "tags": {"tourism": "caravan_site"}, "name": "RV Park"},
@@ -1,19 +0,0 @@
{
"icon": "maki-shelter",
"fields": [
"name",
"building_area",
"bench",
"bin"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"amenity": "shelter",
"shelter_type": "pavilion"
},
"name": "Pavilion"
}
@@ -0,0 +1,21 @@
{
"icon": "maki-building",
"fields": [
"name",
"address",
"levels",
"height",
"smoking"
],
"geometry": [
"area"
],
"terms": [
"sports"
],
"tags": {
"building": "pavilion"
},
"matchScore": 0.5,
"name": "Pavilion Building"
}
+35
View File
@@ -0,0 +1,35 @@
{
"icon": "temaki-ruins",
"fields": [
"name",
"access_simple",
"seamark/wreck/category",
"historic/wreck/date_sunk",
"historic/wreck/visible_at_low_tide",
"historic/wreck/visible_at_high_tide"
],
"geometry": [
"point",
"area"
],
"tags": {
"historic": "wreck"
},
"addTags": {
"historic": "wreck",
"seamark:type": "wreck"
},
"removeTags": {
"historic": "wreck",
"seamark:type": "wreck"
},
"terms": [
"hull",
"mast",
"maritime",
"remains",
"ship",
"boat"
],
"name": "Shipwreck"
}
+9 -1
View File
@@ -1,7 +1,15 @@
{
"icon": "maki-embassy",
"fields": [
"operator",
"flag/type",
"country",
"lit",
"height"
],
"geometry": [
"point"
"point",
"vertex"
],
"tags": {
"man_made": "flagpole"
@@ -0,0 +1,26 @@
{
"icon": "maki-art-gallery",
"fields": [
"name",
"artist"
],
"geometry": [
"point",
"vertex",
"line",
"area"
],
"tags": {
"tourism": "artwork",
"artwork_type": "mural"
},
"reference": {
"key": "artwork_type",
"value": "mural"
},
"terms": [
"fresco",
"wall painting"
],
"name": "Mural"
}
@@ -0,0 +1,28 @@
{
"icon": "maki-art-gallery",
"fields": [
"name",
"artist",
"material"
],
"geometry": [
"point",
"vertex",
"line",
"area"
],
"tags": {
"tourism": "artwork",
"artwork_type": "sculpture"
},
"reference": {
"key": "artwork_type",
"value": "sculpture"
},
"terms": [
"statue",
"figure",
"carving"
],
"name": "Sculpture"
}
@@ -0,0 +1,28 @@
{
"icon": "maki-art-gallery",
"fields": [
"name",
"artist",
"material"
],
"geometry": [
"point",
"vertex",
"line",
"area"
],
"tags": {
"tourism": "artwork",
"artwork_type": "statue"
},
"reference": {
"key": "artwork_type",
"value": "statue"
},
"terms": [
"sculpture",
"figure",
"carving"
],
"name": "Statue"
}
+44 -7
View File
@@ -889,13 +889,6 @@
"object_types": ["node", "area"],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/shelter-15.svg?sanitize=true"
},
{
"key": "shelter_type",
"value": "pavilion",
"description": "Pavilion",
"object_types": ["node", "area"],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/shelter-15.svg?sanitize=true"
},
{
"key": "amenity",
"value": "shower",
@@ -1636,6 +1629,13 @@
"object_types": ["area"],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/place-of-worship-15.svg?sanitize=true"
},
{
"key": "building",
"value": "pavilion",
"description": "Pavilion Building",
"object_types": ["area"],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/building-15.svg?sanitize=true"
},
{
"key": "building",
"value": "public",
@@ -2823,6 +2823,13 @@
"object_types": ["node", "area"],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/landmark-15.svg?sanitize=true"
},
{
"key": "historic",
"value": "wreck",
"description": "Shipwreck",
"object_types": ["node", "area"],
"icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/ruins.svg?sanitize=true"
},
{
"key": "internet_access",
"value": "wlan",
@@ -5836,6 +5843,27 @@
"object_types": ["node", "way", "area"],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/art-gallery-15.svg?sanitize=true"
},
{
"key": "artwork_type",
"value": "mural",
"description": "Mural",
"object_types": ["node", "way", "area"],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/art-gallery-15.svg?sanitize=true"
},
{
"key": "artwork_type",
"value": "sculpture",
"description": "Sculpture",
"object_types": ["node", "way", "area"],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/art-gallery-15.svg?sanitize=true"
},
{
"key": "artwork_type",
"value": "statue",
"description": "Statue",
"object_types": ["node", "way", "area"],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/art-gallery-15.svg?sanitize=true"
},
{
"key": "tourism",
"value": "attraction",
@@ -6647,6 +6675,7 @@
{"key": "fireplace", "description": "Fireplace"},
{"key": "fitness_station", "description": "Equipment Type"},
{"key": "fixme", "description": "Fix Me"},
{"key": "flag:type", "description": "Flag Type"},
{"key": "ford", "description": "Type"},
{"key": "frequency", "description": "Operating Frequency"},
{"key": "fuel:", "description": "Fuel Types"},
@@ -6673,6 +6702,12 @@
{"key": "healthcare:speciality", "description": "Specialties"},
{"key": "height", "description": "Height (Meters)"},
{"key": "historic:civilization", "description": "Historic Civilization"},
{"key": "wreck:date_sunk", "description": "Date Sunk"},
{
"key": "wreck:visible_at_high_tide",
"description": "Visible At High Tide"
},
{"key": "wreck:visible_at_low_tide", "description": "Visible At Low Tide"},
{"key": "hoops", "description": "Hoops"},
{
"key": "horse_scale",
@@ -6766,6 +6801,7 @@
{"key": "location", "description": "Location"},
{"key": "map_size", "description": "Coverage"},
{"key": "map_type", "description": "Type"},
{"key": "material", "description": "Material"},
{"key": "maxheight", "description": "Max Height"},
{"key": "maxspeed", "description": "Speed Limit"},
{"key": "maxspeed:advisory", "description": "Advisory Speed Limit"},
@@ -7182,6 +7218,7 @@
"description": "System"
},
{"key": "seamark:mooring:category", "description": "Category"},
{"key": "seamark:wreck:category", "description": "Category"},
{"key": "seasonal", "description": "Seasonal"},
{"key": "second_hand", "value": "yes", "description": "Sells Used"},
{"key": "second_hand", "value": "no", "description": "Sells Used"},
+38 -4
View File
@@ -1972,6 +1972,9 @@
"fixme": {
"label": "Fix Me"
},
"flag/type": {
"label": "Flag Type"
},
"ford": {
"label": "Type",
"placeholder": "Default"
@@ -2045,6 +2048,15 @@
"historic/civilization": {
"label": "Historic Civilization"
},
"historic/wreck/date_sunk": {
"label": "Date Sunk"
},
"historic/wreck/visible_at_high_tide": {
"label": "Visible At High Tide"
},
"historic/wreck/visible_at_low_tide": {
"label": "Visible At Low Tide"
},
"hoops": {
"label": "Hoops",
"placeholder": "1, 2, 4..."
@@ -2227,6 +2239,9 @@
"map_type": {
"label": "Type"
},
"material": {
"label": "Material"
},
"maxheight": {
"label": "Max Height",
"placeholder": "4, 4.5, 5, 14'0\", 14'6\", 15'0\""
@@ -2644,6 +2659,9 @@
"seamark/type": {
"label": "Seamark"
},
"seamark/wreck/category": {
"label": "Category"
},
"seasonal": {
"label": "Seasonal"
},
@@ -3551,10 +3569,6 @@
"name": "Lean-To",
"terms": ""
},
"amenity/shelter/pavilion": {
"name": "Pavilion",
"terms": ""
},
"amenity/shower": {
"name": "Shower",
"terms": "rain closet"
@@ -3987,6 +4001,10 @@
"name": "Mosque Building",
"terms": ""
},
"building/pavilion": {
"name": "Pavilion Building",
"terms": "sports"
},
"building/public": {
"name": "Public Building",
"terms": ""
@@ -4707,6 +4725,10 @@
"name": "Wayside Shrine",
"terms": ""
},
"historic/wreck": {
"name": "Shipwreck",
"terms": "hull,mast,maritime,remains,ship,boat"
},
"internet_access/wlan": {
"name": "Wi-Fi Hotspot",
"terms": "wi-fi,wifi,hotspot"
@@ -6591,6 +6613,18 @@
"name": "Artwork",
"terms": "mural,sculpture,statue"
},
"tourism/artwork/mural": {
"name": "Mural",
"terms": "fresco,wall painting"
},
"tourism/artwork/sculpture": {
"name": "Sculpture",
"terms": "statue,figure,carving"
},
"tourism/artwork/statue": {
"name": "Statue",
"terms": "sculpture,figure,carving"
},
"tourism/attraction": {
"name": "Tourist Attraction",
"terms": ""
+4 -4
View File
@@ -37,7 +37,7 @@
"@turf/bbox-clip": "^6.0.0",
"diacritics": "1.3.0",
"fast-json-stable-stringify": "2.0.0",
"lodash-es": "4.17.10",
"lodash-es": "4.17.11",
"marked": "0.5.0",
"martinez-polygon-clipping": "0.5.0",
"node-diff3": "1.0.0",
@@ -68,7 +68,7 @@
"js-yaml": "^3.9.0",
"json-stringify-pretty-compact": "^1.1.0",
"jsonschema": "^1.1.0",
"mapillary-js": "2.12.1",
"mapillary-js": "2.13.0",
"mapillary_sprite_source": "^1.5.0",
"minimist": "^1.2.0",
"mocha": "^5.0.0",
@@ -78,7 +78,7 @@
"osm-community-index": "0.4.7",
"phantomjs-prebuilt": "~2.1.11",
"request": "^2.85.0",
"rollup": "~0.65.0",
"rollup": "~0.66.0",
"rollup-plugin-commonjs": "^9.0.0",
"rollup-plugin-includepaths": "~0.2.3",
"rollup-plugin-json": "^3.0.0",
@@ -88,7 +88,7 @@
"sinon": "^6.0.0",
"sinon-chai": "^3.1.0",
"smash": "0.0",
"svg-sprite": "1.4.0",
"svg-sprite": "1.5.0",
"temaki": "1.0.0",
"uglify-js": "~3.4.0",
"xml2js": "^0.4.17",