mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-31 20:21:36 +02:00
Merge branch 'master' into unsquare-buildings-autofix
This commit is contained in:
@@ -24,10 +24,18 @@
|
||||
"old": {"amenity": "citymap_post"},
|
||||
"replace": {"tourism": "information"}
|
||||
},
|
||||
{
|
||||
"old": {"amenity": "club"},
|
||||
"replace": {"club": "*"}
|
||||
},
|
||||
{
|
||||
"old": {"amenity": "community_center"},
|
||||
"replace": {"amenity": "community_centre"}
|
||||
},
|
||||
{
|
||||
"old": {"amenity": "dancing_school"},
|
||||
"replace": {"leisure": "dance", "dance:teaching": "yes" }
|
||||
},
|
||||
{
|
||||
"old": {"amenity": "dog_bin"},
|
||||
"replace": {"amenity": "waste_basket", "waste": "dog_excrement"}
|
||||
@@ -108,6 +116,10 @@
|
||||
"old": {"amenity": "sloped_curb"},
|
||||
"replace": {"kerb": "lowered"}
|
||||
},
|
||||
{
|
||||
"old": {"amenity": "social_club"},
|
||||
"replace": {"club": "*"}
|
||||
},
|
||||
{
|
||||
"old": {"amenity": "swimming_pool"},
|
||||
"replace": {"leisure": "swimming_pool"}
|
||||
@@ -407,6 +419,10 @@
|
||||
"old": {"landuse": "wood"},
|
||||
"replace": {"natural": "wood"}
|
||||
},
|
||||
{
|
||||
"old": {"lawyer": "notary"},
|
||||
"replace": {"office": "notary"}
|
||||
},
|
||||
{
|
||||
"old": {"leisure": "beach"},
|
||||
"replace": {"natural": "beach"}
|
||||
@@ -415,6 +431,10 @@
|
||||
"old": {"leisure": "club"},
|
||||
"replace": {"club": "*"}
|
||||
},
|
||||
{
|
||||
"old": {"leisure": "social_club"},
|
||||
"replace": {"club": "*"}
|
||||
},
|
||||
{
|
||||
"old": {"leisure": "video_arcade"},
|
||||
"replace": {"leisure": "amusement_arcade"}
|
||||
@@ -597,6 +617,10 @@
|
||||
"old": {"shop": "luggage"},
|
||||
"replace": {"shop": "bag"}
|
||||
},
|
||||
{
|
||||
"old": {"shop": "money_transfer"},
|
||||
"replace": {"amenity": "money_transfer"}
|
||||
},
|
||||
{
|
||||
"old": {"shop": "moneylender"},
|
||||
"replace": {"shop": "money_lender"}
|
||||
@@ -673,6 +697,14 @@
|
||||
"old": {"theatre:type": "amphitheatre"},
|
||||
"replace": {"theatre:type": "amphi"}
|
||||
},
|
||||
{
|
||||
"old": {"todo": "*"},
|
||||
"replace": {"fixme": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"TODO": "*"},
|
||||
"replace": {"fixme": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"toilets:disposal": "longdrop"},
|
||||
"replace": {"toilets:disposal": "pitlatrine"}
|
||||
|
||||
@@ -2302,6 +2302,11 @@ en:
|
||||
# aerialway=goods
|
||||
name: Goods Aerialway
|
||||
terms: '<translate with synonyms or related terms for ''Goods Aerialway'', separated by commas>'
|
||||
aerialway/j-bar:
|
||||
# aerialway=j-bar
|
||||
name: J-bar Lift
|
||||
# 'terms: jbar'
|
||||
terms: '<translate with synonyms or related terms for ''J-bar Lift'', separated by commas>'
|
||||
aerialway/magic_carpet:
|
||||
# aerialway=magic_carpet
|
||||
name: Magic Carpet Lift
|
||||
@@ -3586,6 +3591,10 @@ en:
|
||||
# building=greenhouse
|
||||
name: Greenhouse
|
||||
terms: '<translate with synonyms or related terms for ''Greenhouse'', separated by commas>'
|
||||
building/hangar:
|
||||
# building=hangar
|
||||
name: Hangar Building
|
||||
terms: '<translate with synonyms or related terms for ''Hangar Building'', separated by commas>'
|
||||
building/hospital:
|
||||
# building=hospital
|
||||
name: Hospital Building
|
||||
@@ -5159,6 +5168,10 @@ en:
|
||||
name: Antenna
|
||||
# 'terms: broadcast,cell phone,cell,communication,mobile phone,radio,television,transmission,tv'
|
||||
terms: '<translate with synonyms or related terms for ''Antenna'', separated by commas>'
|
||||
man_made/beacon:
|
||||
# man_made=beacon
|
||||
name: Beacon
|
||||
terms: '<translate with synonyms or related terms for ''Beacon'', separated by commas>'
|
||||
man_made/beehive:
|
||||
# man_made=beehive
|
||||
name: Beehive
|
||||
@@ -5194,6 +5207,11 @@ en:
|
||||
# man_made=cutline
|
||||
name: Cut line
|
||||
terms: '<translate with synonyms or related terms for ''Cut line'', separated by commas>'
|
||||
man_made/dyke:
|
||||
# man_made=dyke
|
||||
name: Levee
|
||||
# 'terms: Dike,Dyke,Floodbank,Stopbank'
|
||||
terms: '<translate with synonyms or related terms for ''Levee'', separated by commas>'
|
||||
man_made/embankment:
|
||||
# man_made=embankment
|
||||
name: Embankment
|
||||
@@ -5328,6 +5346,11 @@ en:
|
||||
name: Communication Tower
|
||||
# 'terms: antenna,broadcast tower,cell phone tower,cell tower,communication mast,communication tower,guyed tower,mobile phone tower,radio mast,radio tower,television tower,transmission mast,transmission tower,tv tower'
|
||||
terms: '<translate with synonyms or related terms for ''Communication Tower'', separated by commas>'
|
||||
man_made/tower/defensive:
|
||||
# 'man_made=tower, tower:type=defensive'
|
||||
name: Fortified Tower
|
||||
# 'terms: Defensive Tower,Castle Tower'
|
||||
terms: '<translate with synonyms or related terms for ''Fortified Tower'', separated by commas>'
|
||||
man_made/tower/minaret:
|
||||
# 'man_made=tower, tower:type=minaret'
|
||||
name: Minaret
|
||||
@@ -6680,6 +6703,11 @@ en:
|
||||
name: Bottled Gas Shop
|
||||
# 'terms: cng,lpg,natural gas,propane,refill,tank'
|
||||
terms: '<translate with synonyms or related terms for ''Bottled Gas Shop'', separated by commas>'
|
||||
shop/general:
|
||||
# shop=general
|
||||
name: General Store
|
||||
# 'terms: Village Shop'
|
||||
terms: '<translate with synonyms or related terms for ''General Store'', separated by commas>'
|
||||
shop/gift:
|
||||
# shop=gift
|
||||
name: Gift Shop
|
||||
@@ -7135,6 +7163,10 @@ en:
|
||||
name: Trail Marker
|
||||
# 'terms: cairn,painted blaze,route flag,route marker,stone pile,trail blaze,trail post,way marker'
|
||||
terms: '<translate with synonyms or related terms for ''Trail Marker'', separated by commas>'
|
||||
tourism/information/terminal:
|
||||
# 'tourism=information, information=terminal'
|
||||
name: Information Terminal
|
||||
terms: '<translate with synonyms or related terms for ''Information Terminal'', separated by commas>'
|
||||
tourism/motel:
|
||||
# tourism=motel
|
||||
name: Motel
|
||||
|
||||
@@ -199,6 +199,17 @@ The ID of a preset that is preferable to this one. iD's validator will flag feat
|
||||
|
||||
When possible, use `deprecated.json` instead to specify upgrade paths for old tags. This property is meant for special cases, such as upgrades with geometry requirements.
|
||||
|
||||
##### `reference`
|
||||
|
||||
A key and optionally a value to link to the wiki documentation for this preset. Only necessary if the preset consists of several tags.
|
||||
|
||||
For example,
|
||||
```javascript
|
||||
"reference": {
|
||||
"key": "tower:type",
|
||||
"value": "communication"
|
||||
}
|
||||
```
|
||||
|
||||
## Fields
|
||||
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
"aerialway/drag_lift": {"geometry": ["line"], "fields": ["name", "aerialway/capacity", "aerialway/duration"], "tags": {"aerialway": "drag_lift"}, "name": "Drag Lift"},
|
||||
"aerialway/gondola": {"icon": "maki-aerialway", "geometry": ["line"], "fields": ["name", "oneway", "aerialway/occupancy", "aerialway/capacity", "aerialway/duration", "aerialway/bubble", "aerialway/heating"], "tags": {"aerialway": "gondola"}, "name": "Gondola"},
|
||||
"aerialway/goods": {"geometry": ["line"], "fields": ["name", "aerialway/capacity", "aerialway/duration"], "tags": {"aerialway": "goods"}, "name": "Goods Aerialway"},
|
||||
"aerialway/j-bar": {"geometry": ["line"], "fields": ["name", "aerialway/capacity", "aerialway/duration"], "terms": ["jbar"], "tags": {"aerialway": "j-bar"}, "name": "J-bar Lift"},
|
||||
"aerialway/magic_carpet": {"geometry": ["line"], "fields": ["name", "aerialway/capacity", "aerialway/duration", "aerialway/heating"], "tags": {"aerialway": "magic_carpet"}, "name": "Magic Carpet Lift"},
|
||||
"aerialway/mixed_lift": {"geometry": ["line"], "fields": ["name", "oneway_yes", "aerialway/occupancy", "aerialway/capacity", "aerialway/duration", "aerialway/bubble", "aerialway/heating"], "tags": {"aerialway": "mixed_lift"}, "name": "Mixed Lift"},
|
||||
"aerialway/platter": {"geometry": ["line"], "terms": ["button lift", "poma lift"], "fields": ["name", "aerialway/capacity", "aerialway/duration"], "tags": {"aerialway": "platter"}, "name": "Platter Lift"},
|
||||
@@ -40,7 +41,7 @@
|
||||
"aeroway/aerodrome": {"icon": "maki-airport", "geometry": ["point", "area"], "fields": ["name", "iata", "icao", "operator", "internet_access", "internet_access/fee", "internet_access/ssid"], "terms": ["aerodrome", "aeroway", "airplane", "airport", "jet", "plane"], "tags": {"aeroway": "aerodrome"}, "matchScore": 0.9, "name": "Airport"},
|
||||
"aeroway/apron": {"icon": "maki-airport", "geometry": ["area"], "terms": ["ramp"], "fields": ["ref", "surface"], "tags": {"aeroway": "apron"}, "name": "Apron"},
|
||||
"aeroway/gate": {"icon": "maki-airport", "geometry": ["point"], "fields": ["ref_aeroway_gate"], "tags": {"aeroway": "gate"}, "name": "Airport Gate"},
|
||||
"aeroway/hangar": {"geometry": ["area"], "fields": ["name", "building_area"], "tags": {"aeroway": "hangar"}, "name": "Hangar"},
|
||||
"aeroway/hangar": {"geometry": ["area"], "fields": ["name", "building_area"], "tags": {"aeroway": "hangar"}, "addTags": {"building": "hangar", "aeroway": "hangar"}, "removeTags": {"building": "hangar", "aeroway": "hangar"}, "name": "Hangar"},
|
||||
"aeroway/helipad": {"icon": "maki-heliport", "geometry": ["point", "area"], "fields": ["ref"], "terms": ["helicopter", "helipad", "heliport"], "tags": {"aeroway": "helipad"}, "name": "Helipad"},
|
||||
"aeroway/jet_bridge": {"icon": "temaki-pedestrian", "geometry": ["line"], "fields": ["ref_aeroway_gate", "width", "access_simple", "wheelchair"], "moreFields": ["manufacturer"], "terms": ["aerobridge", "air jetty", "airbridge", "finger", "gangway", "jet way", "jetway", "passenger boarding bridge", "PBB", "portal", "skybridge", "terminal gate connector"], "tags": {"aeroway": "jet_bridge"}, "addTags": {"aeroway": "jet_bridge", "highway": "corridor"}, "removeTags": {"aeroway": "jet_bridge", "highway": "corridor"}, "matchScore": 1.05, "name": "Jet Bridge"},
|
||||
"aeroway/runway": {"icon": "fas-plane-departure", "geometry": ["line", "area"], "terms": ["landing strip"], "fields": ["ref_runway", "surface", "length", "width"], "tags": {"aeroway": "runway"}, "name": "Runway"},
|
||||
@@ -290,7 +291,7 @@
|
||||
"building/boathouse": {"icon": "maki-harbor", "geometry": ["area"], "tags": {"building": "boathouse"}, "matchScore": 0.5, "terms": [], "name": "Boathouse"},
|
||||
"building/bungalow": {"icon": "maki-home", "geometry": ["area"], "tags": {"building": "bungalow"}, "terms": ["home", "detached"], "matchScore": 0.5, "name": "Bungalow"},
|
||||
"building/cabin": {"icon": "maki-home", "geometry": ["area"], "tags": {"building": "cabin"}, "matchScore": 0.5, "name": "Cabin"},
|
||||
"building/carport": {"icon": "fas-warehouse", "fields": ["height", "capacity"], "geometry": ["area"], "tags": {"building": "carport"}, "matchScore": 0.5, "terms": ["covered parking space", "garage", "car", "porch"], "name": "Carport"},
|
||||
"building/carport": {"icon": "fas-warehouse", "fields": ["{building}", "capacity"], "geometry": ["area"], "tags": {"building": "carport"}, "matchScore": 0.5, "terms": ["covered parking space", "garage", "car", "porch"], "name": "Carport"},
|
||||
"building/cathedral": {"icon": "maki-place-of-worship", "geometry": ["area"], "tags": {"building": "cathedral"}, "matchScore": 0.5, "name": "Cathedral Building"},
|
||||
"building/chapel": {"icon": "maki-place-of-worship", "geometry": ["area"], "tags": {"building": "chapel"}, "matchScore": 0.5, "name": "Chapel Building"},
|
||||
"building/church": {"icon": "maki-place-of-worship", "geometry": ["area"], "tags": {"building": "church"}, "matchScore": 0.5, "name": "Church Building"},
|
||||
@@ -302,14 +303,15 @@
|
||||
"building/dormitory": {"icon": "maki-building", "fields": ["{building}", "smoking"], "geometry": ["area"], "tags": {"building": "dormitory"}, "matchScore": 0.5, "name": "Dormitory"},
|
||||
"building/farm_auxiliary": {"icon": "maki-farm", "geometry": ["area"], "tags": {"building": "farm_auxiliary"}, "matchScore": 0.5, "name": "Farm Building"},
|
||||
"building/farm": {"icon": "maki-farm", "geometry": ["area"], "tags": {"building": "farm"}, "matchScore": 0.5, "name": "Farm House"},
|
||||
"building/garage": {"icon": "fas-warehouse", "fields": ["name", "capacity"], "geometry": ["area"], "tags": {"building": "garage"}, "matchScore": 0.5, "name": "Garage"},
|
||||
"building/garages": {"icon": "fas-warehouse", "fields": ["name", "capacity"], "geometry": ["area"], "tags": {"building": "garages"}, "matchScore": 0.5, "name": "Garages"},
|
||||
"building/grandstand": {"icon": "maki-building", "fields": ["name", "height"], "geometry": ["area"], "tags": {"building": "grandstand"}, "terms": ["tribune", "stand", "stands", "bleachers"], "matchScore": 0.5, "name": "Grandstand"},
|
||||
"building/garage": {"icon": "fas-warehouse", "fields": ["{building}", "capacity"], "geometry": ["area"], "tags": {"building": "garage"}, "matchScore": 0.5, "name": "Garage"},
|
||||
"building/garages": {"icon": "fas-warehouse", "fields": ["{building}", "capacity"], "geometry": ["area"], "tags": {"building": "garages"}, "matchScore": 0.5, "name": "Garages"},
|
||||
"building/grandstand": {"icon": "maki-building", "geometry": ["area"], "tags": {"building": "grandstand"}, "terms": ["tribune", "stand", "stands", "bleachers"], "matchScore": 0.5, "name": "Grandstand"},
|
||||
"building/greenhouse": {"icon": "maki-garden-centre", "geometry": ["area"], "tags": {"building": "greenhouse"}, "matchScore": 0.5, "name": "Greenhouse"},
|
||||
"building/hangar": {"fields": ["name"], "geometry": ["area"], "tags": {"building": "hangar"}, "matchScore": 0.5, "name": "Hangar Building"},
|
||||
"building/hospital": {"icon": "maki-building", "geometry": ["area"], "tags": {"building": "hospital"}, "matchScore": 0.5, "name": "Hospital Building"},
|
||||
"building/hotel": {"icon": "maki-building", "fields": ["{building}", "smoking"], "geometry": ["area"], "tags": {"building": "hotel"}, "matchScore": 0.5, "name": "Hotel Building"},
|
||||
"building/house": {"icon": "maki-home", "geometry": ["area"], "tags": {"building": "house"}, "terms": ["home", "family", "residence", "dwelling"], "matchScore": 0.5, "name": "House"},
|
||||
"building/hut": {"icon": "maki-home", "fields": ["name"], "geometry": ["area"], "tags": {"building": "hut"}, "matchScore": 0.5, "name": "Hut"},
|
||||
"building/hut": {"icon": "maki-home", "geometry": ["area"], "tags": {"building": "hut"}, "matchScore": 0.5, "name": "Hut"},
|
||||
"building/industrial": {"icon": "maki-industry", "geometry": ["area"], "tags": {"building": "industrial"}, "matchScore": 0.5, "name": "Industrial Building"},
|
||||
"building/kindergarten": {"icon": "maki-building", "geometry": ["area"], "terms": ["kindergarden", "pre-school"], "tags": {"building": "kindergarten"}, "matchScore": 0.5, "name": "Preschool/Kindergarten Building"},
|
||||
"building/mosque": {"icon": "maki-place-of-worship", "geometry": ["area"], "tags": {"building": "mosque"}, "matchScore": 0.5, "name": "Mosque Building"},
|
||||
@@ -317,7 +319,7 @@
|
||||
"building/public": {"icon": "maki-building", "fields": ["{building}", "smoking"], "geometry": ["area"], "tags": {"building": "public"}, "matchScore": 0.5, "name": "Public Building"},
|
||||
"building/residential": {"icon": "maki-residential-community", "geometry": ["area"], "tags": {"building": "residential"}, "matchScore": 0.5, "name": "Residential Building"},
|
||||
"building/retail": {"icon": "maki-commercial", "fields": ["{building}", "smoking"], "geometry": ["area"], "tags": {"building": "retail"}, "matchScore": 0.5, "name": "Retail Building"},
|
||||
"building/roof": {"icon": "maki-shelter", "fields": ["name", "address", "layer"], "geometry": ["area"], "tags": {"building": "roof"}, "matchScore": 0.5, "name": "Roof"},
|
||||
"building/roof": {"icon": "maki-shelter", "fields": ["{building}", "layer"], "geometry": ["area"], "tags": {"building": "roof"}, "matchScore": 0.5, "name": "Roof"},
|
||||
"building/ruins": {"icon": "temaki-ruins", "geometry": ["area"], "tags": {"building": "ruins"}, "matchScore": 0.5, "name": "Building Ruins"},
|
||||
"building/school": {"icon": "maki-building", "geometry": ["area"], "terms": ["academy", "elementary school", "middle school", "high school"], "tags": {"building": "school"}, "matchScore": 0.5, "name": "School Building"},
|
||||
"building/semidetached_house": {"icon": "maki-home", "geometry": ["area"], "tags": {"building": "semidetached_house"}, "terms": ["home", "double", "duplex", "twin", "family", "residence", "dwelling"], "matchScore": 0.5, "name": "Semi-Detached House"},
|
||||
@@ -646,6 +648,7 @@
|
||||
"line": {"fields": ["name"], "geometry": ["line"], "tags": {}, "terms": ["polyline"], "name": "Line", "matchScore": 0.1},
|
||||
"man_made/adit": {"icon": "maki-triangle", "geometry": ["point", "area"], "fields": ["name", "operator", "resource", "direction"], "terms": ["cave", "horizontal mine entrance", "tunnel", "underground"], "tags": {"man_made": "adit"}, "name": "Adit"},
|
||||
"man_made/antenna": {"icon": "temaki-antenna", "fields": ["communication_multi", "operator", "manufacturer", "height"], "geometry": ["point"], "terms": ["broadcast", "cell phone", "cell", "communication", "mobile phone", "radio", "television", "transmission", "tv"], "tags": {"man_made": "antenna"}, "name": "Antenna"},
|
||||
"man_made/beacon": {"fields": ["name", "height"], "moreFields": ["seamark/type"], "geometry": ["point", "area"], "tags": {"man_made": "beacon"}, "name": "Beacon", "matchScore": 0.5},
|
||||
"man_made/beehive": {"icon": "fas-archive", "geometry": ["point", "area"], "fields": ["ref", "operator", "seasonal", "height", "colour"], "moreFields": ["manufacturer"], "terms": ["apiary", "beekeeper", "farm", "honey", "pollination"], "tags": {"man_made": "beehive"}, "name": "Beehive"},
|
||||
"man_made/breakwater": {"fields": ["material", "seamark/type"], "geometry": ["line", "area"], "tags": {"man_made": "breakwater"}, "name": "Breakwater"},
|
||||
"man_made/bridge": {"icon": "maki-bridge", "fields": ["name", "bridge", "layer", "maxweight"], "moreFields": ["manufacturer", "material", "seamark/type"], "geometry": ["area"], "tags": {"man_made": "bridge"}, "addTags": {"man_made": "bridge", "layer": "1"}, "removeTags": {"man_made": "bridge", "layer": "*"}, "reference": {"key": "man_made", "value": "bridge"}, "name": "Bridge"},
|
||||
@@ -654,6 +657,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", "manufacturer", "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/dyke": {"geometry": ["line"], "tags": {"man_made": "dyke"}, "terms": ["Dike", "Dyke", "Floodbank", "Stopbank"], "name": "Levee"},
|
||||
"man_made/embankment": {"geometry": ["line"], "tags": {"man_made": "embankment"}, "name": "Embankment"},
|
||||
"man_made/flagpole": {"icon": "maki-embassy", "fields": ["operator", "flag/type", "country", "lit", "height"], "moreFields": ["manufacturer", "material"], "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"},
|
||||
@@ -668,7 +672,7 @@
|
||||
"man_made/monitoring_station": {"icon": "temaki-antenna", "geometry": ["point", "vertex", "area"], "fields": ["monitoring_multi", "operator", "manufacturer"], "terms": ["weather", "earthquake", "seismology", "air", "gps"], "tags": {"man_made": "monitoring_station"}, "name": "Monitoring Station"},
|
||||
"man_made/observatory": {"fields": ["name", "operator", "address", "access_simple", "building_area"], "moreFields": ["website", "phone", "email", "fax"], "geometry": ["point", "area"], "terms": ["astronomical", "meteorological"], "tags": {"man_made": "observatory"}, "name": "Observatory"},
|
||||
"man_made/petroleum_well": {"icon": "temaki-storage_tank", "geometry": ["point"], "terms": ["drilling rig", "oil derrick", "oil drill", "oil horse", "oil rig", "oil pump", "petroleum well", "pumpjack"], "tags": {"man_made": "petroleum_well"}, "name": "Oil Well"},
|
||||
"man_made/pier": {"icon": "temaki-pedestrian", "fields": ["name", "surface", "floating", "width", "access", "lit"], "moreFields": ["incline", "{highway/footway}"], "geometry": ["line", "area"], "terms": ["berth", "dock", "jetty", "landing", "promenade", "wharf"], "tags": {"man_made": "pier"}, "addTags": {"highway": "footway", "man_made": "pier"}, "removeTags": {"highway": "footway", "man_made": "pier"}, "name": "Pier"},
|
||||
"man_made/pier": {"icon": "temaki-pedestrian", "fields": ["name", "surface", "floating", "width", "access", "lit"], "moreFields": ["fishing", "incline", "{highway/footway}"], "geometry": ["line", "area"], "terms": ["berth", "dock", "jetty", "landing", "promenade", "wharf"], "tags": {"man_made": "pier"}, "addTags": {"highway": "footway", "man_made": "pier"}, "removeTags": {"highway": "footway", "man_made": "pier"}, "name": "Pier"},
|
||||
"man_made/pier/floating": {"icon": "temaki-pedestrian", "geometry": ["line", "area"], "terms": ["berth", "dock", "jetty", "landing", "promenade", "wharf"], "tags": {"man_made": "pier", "floating": "yes"}, "addTags": {"highway": "footway", "man_made": "pier", "floating": "yes"}, "removeTags": {"highway": "footway", "man_made": "pier", "floating": "yes"}, "name": "Floating Pier"},
|
||||
"man_made/pipeline": {"icon": "iD-pipeline-line", "fields": ["location", "operator", "substance", "layer"], "geometry": ["line"], "terms": ["oil", "natural gas", "water", "sewer", "sewage"], "tags": {"man_made": "pipeline"}, "name": "Pipeline"},
|
||||
"man_made/pipeline/underground": {"icon": "iD-pipeline-line", "geometry": ["line"], "terms": ["oil", "natural gas", "water", "sewer", "sewage"], "tags": {"man_made": "pipeline", "location": "underground"}, "addTags": {"man_made": "pipeline", "location": "underground", "layer": "-1"}, "removeTags": {"man_made": "pipeline", "location": "underground", "layer": "-1"}, "name": "Underground Pipeline"},
|
||||
@@ -682,6 +686,7 @@
|
||||
"man_made/tower": {"icon": "temaki-tower", "fields": ["tower/type", "tower/construction", "height", "building_area"], "moreFields": ["architect"], "geometry": ["point", "area"], "tags": {"man_made": "tower"}, "name": "Tower"},
|
||||
"man_made/tower/bell_tower": {"icon": "fas-bell", "moreFields": ["{man_made/tower}", "opening_hours"], "geometry": ["point", "area"], "terms": ["belfry", "bell gable", "campanile", "church tower", "klockstapel"], "tags": {"man_made": "tower", "tower:type": "bell_tower"}, "reference": {"key": "tower:type", "value": "bell_tower"}, "name": "Bell Tower"},
|
||||
"man_made/tower/communication": {"icon": "temaki-tower", "fields": ["{man_made/tower}", "communication_multi"], "geometry": ["point", "area"], "terms": ["antenna", "broadcast tower", "cell phone tower", "cell tower", "communication mast", "communication tower", "guyed tower", "mobile phone tower", "radio mast", "radio tower", "television tower", "transmission mast", "transmission tower", "tv tower"], "tags": {"man_made": "tower", "tower:type": "communication"}, "reference": {"key": "tower:type", "value": "communication"}, "name": "Communication Tower"},
|
||||
"man_made/tower/defensive": {"icon": "maki-castle", "geometry": ["point", "area"], "tags": {"man_made": "tower", "tower:type": "defensive"}, "reference": {"key": "tower:type", "value": "defensive"}, "terms": ["Defensive Tower", "Castle Tower"], "name": "Fortified Tower"},
|
||||
"man_made/tower/minaret": {"icon": "temaki-tower", "geometry": ["point", "area"], "terms": ["Islam", "mosque", "Muezzin", "Muslim"], "tags": {"man_made": "tower", "tower:type": "minaret"}, "reference": {"key": "tower:type", "value": "minaret"}, "name": "Minaret"},
|
||||
"man_made/tower/observation": {"icon": "temaki-tower", "moreFields": ["{man_made/tower}", "opening_hours"], "geometry": ["point", "area"], "terms": ["lookout tower", "fire tower"], "tags": {"man_made": "tower", "tower:type": "observation"}, "reference": {"key": "tower:type", "value": "observation"}, "name": "Observation Tower"},
|
||||
"man_made/tunnel": {"icon": "tnp-2009642", "fields": ["name", "tunnel", "layer", "width", "length", "height"], "geometry": ["area"], "tags": {"man_made": "tunnel"}, "addTags": {"man_made": "tunnel", "layer": "-1"}, "removeTags": {"man_made": "tunnel", "layer": "*"}, "reference": {"key": "man_made", "value": "tunnel"}, "terms": ["bore", "dig", "shaft", "underground passage", "underpass"], "name": "Tunnel"},
|
||||
@@ -861,7 +866,7 @@
|
||||
"public_transport/station_tram": {"icon": "temaki-tram", "fields": ["{public_transport/station}"], "moreFields": ["{public_transport/station}"], "geometry": ["point", "area"], "tags": {"public_transport": "station", "tram": "yes"}, "reference": {"key": "public_transport", "value": "station"}, "terms": ["electric", "light rail", "public transit", "public transportation", "rail", "station", "streetcar", "terminal", "track", "tram", "trolley", "transit", "transportation"], "name": "Tram Station"},
|
||||
"public_transport/station_trolleybus": {"icon": "temaki-trolleybus", "fields": ["{public_transport/station}"], "moreFields": ["{public_transport/station}"], "geometry": ["point", "area"], "tags": {"public_transport": "station", "trolleybus": "yes"}, "addTags": {"public_transport": "station", "trolleybus": "yes", "amenity": "bus_station"}, "removeTags": {"public_transport": "station", "trolleybus": "yes", "amenity": "bus_station"}, "reference": {"key": "amenity", "value": "bus_station"}, "terms": ["bus", "electric", "public transit", "public transportation", "station", "streetcar", "terminal", "trackless", "tram", "trolley", "transit", "transportation"], "name": "Trolleybus Station / Terminal"},
|
||||
"public_transport/station": {"icon": "maki-rail", "fields": ["name", "network", "operator", "address", "building_area", "internet_access"], "moreFields": ["air_conditioning", "internet_access/fee", "internet_access/ssid", "website", "phone", "email", "fax", "wheelchair"], "geometry": ["point", "area"], "tags": {"public_transport": "station"}, "terms": ["public transit", "public transportation", "station", "terminal", "transit", "transportation"], "name": "Transit Station", "matchScore": 0.2},
|
||||
"public_transport/stop_area": {"icon": "iD-relation", "fields": ["name", "ref", "network", "operator"], "geometry": ["relation"], "tags": {"type": "public_transport", "public_transport": "stop_area"}, "addTags": {"type": "public_transport", "public_transport": "stop_area", "public_transport:version": "2"}, "removeTags": {"type": "public_transport", "public_transport": "stop_area", "public_transport:version": "2"}, "reference": {"key": "public_transport", "value": "stop_area"}, "name": "Transit Stop Area"},
|
||||
"public_transport/stop_area": {"icon": "iD-relation", "fields": ["name", "ref", "network", "operator"], "geometry": ["relation"], "tags": {"type": "public_transport", "public_transport": "stop_area"}, "reference": {"key": "public_transport", "value": "stop_area"}, "name": "Transit Stop Area"},
|
||||
"public_transport/stop_position_aerialway": {"icon": "maki-aerialway", "fields": ["{public_transport/stop_position}"], "moreFields": ["{public_transport/stop_position}"], "geometry": ["vertex"], "tags": {"public_transport": "stop_position", "aerialway": "yes"}, "reference": {"key": "public_transport", "value": "stop_position"}, "terms": ["aerialway", "cable car", "public transit", "public transportation", "transit", "transportation"], "name": "Aerialway Stopping Location"},
|
||||
"public_transport/stop_position_bus": {"icon": "maki-bus", "fields": ["{public_transport/stop_position}"], "moreFields": ["{public_transport/stop_position}"], "geometry": ["vertex"], "tags": {"public_transport": "stop_position", "bus": "yes"}, "reference": {"key": "public_transport", "value": "stop_position"}, "terms": ["bus", "public transit", "public transportation", "transit", "transportation"], "name": "Bus Stopping Location"},
|
||||
"public_transport/stop_position_ferry": {"icon": "maki-ferry", "fields": ["{public_transport/stop_position}"], "moreFields": ["{public_transport/stop_position}"], "geometry": ["vertex"], "tags": {"public_transport": "stop_position", "ferry": "yes"}, "reference": {"key": "public_transport", "value": "stop_position"}, "terms": ["boat", "dock", "ferry", "pier", "public transit", "public transportation", "transit", "transportation"], "name": "Ferry Stopping Location"},
|
||||
@@ -975,6 +980,7 @@
|
||||
"shop/games": {"icon": "fas-dice", "geometry": ["point", "area"], "tags": {"shop": "games"}, "terms": ["board game", "card game", "dice game", "game shop", "live action role-playing game", "miniatures wargame", "strategy game"], "name": "Tabletop Game Store"},
|
||||
"shop/garden_centre": {"icon": "maki-garden-centre", "geometry": ["point", "area"], "terms": ["landscape", "mulch", "shrub", "tree"], "tags": {"shop": "garden_centre"}, "name": "Garden Center"},
|
||||
"shop/gas": {"icon": "maki-shop", "geometry": ["point", "area"], "terms": ["cng", "lpg", "natural gas", "propane", "refill", "tank"], "tags": {"shop": "gas"}, "name": "Bottled Gas Shop"},
|
||||
"shop/general": {"icon": "maki-shop", "geometry": ["point", "area"], "tags": {"shop": "general"}, "terms": ["Village Shop"], "name": "General Store"},
|
||||
"shop/gift": {"icon": "maki-gift", "geometry": ["point", "area"], "terms": ["souvenir"], "tags": {"shop": "gift"}, "name": "Gift Shop"},
|
||||
"shop/greengrocer": {"icon": "fas-carrot", "geometry": ["point", "area"], "terms": ["fruit", "produce", "vegetable"], "tags": {"shop": "greengrocer"}, "name": "Greengrocer"},
|
||||
"shop/hairdresser_supply": {"icon": "maki-shop", "geometry": ["point", "area"], "terms": ["barber", "shampoo", "conditioner"], "tags": {"shop": "hairdresser_supply"}, "name": "Hairdresser Supply Store"},
|
||||
@@ -1073,6 +1079,7 @@
|
||||
"tourism/information/map": {"icon": "fas-map", "fields": ["operator", "map_type", "map_size", "direction"], "geometry": ["point", "vertex"], "tags": {"tourism": "information", "information": "map"}, "reference": {"key": "information", "value": "map"}, "name": "Map"},
|
||||
"tourism/information/office": {"icon": "maki-information", "fields": ["name", "operator", "address", "building_area"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "website", "phone", "email", "fax", "wheelchair"], "geometry": ["point", "vertex", "area"], "tags": {"tourism": "information", "information": "office"}, "reference": {"key": "information", "value": "office"}, "name": "Tourist Information Office"},
|
||||
"tourism/information/route_marker": {"icon": "maki-information", "fields": ["ref", "operator", "colour", "material", "elevation"], "geometry": ["point", "vertex"], "terms": ["cairn", "painted blaze", "route flag", "route marker", "stone pile", "trail blaze", "trail post", "way marker"], "tags": {"tourism": "information", "information": "route_marker"}, "reference": {"key": "information", "value": "route_marker"}, "name": "Trail Marker"},
|
||||
"tourism/information/terminal": {"icon": "maki-information", "fields": ["operator"], "geometry": ["point", "vertex"], "tags": {"tourism": "information", "information": "terminal"}, "reference": {"key": "information", "value": "terminal"}, "name": "Information Terminal"},
|
||||
"tourism/motel": {"icon": "maki-lodging", "fields": ["name", "brand", "address", "building_area", "rooms", "internet_access"], "moreFields": ["air_conditioning", "email", "fax", "internet_access/fee", "internet_access/ssid", "operator", "payment_multi", "phone", "reservation", "smoking", "website", "wheelchair"], "geometry": ["point", "area"], "tags": {"tourism": "motel"}, "name": "Motel"},
|
||||
"tourism/museum": {"icon": "temaki-museum", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "moreFields": ["air_conditioning", "fee", "payment_multi", "website", "phone", "email", "fax", "wheelchair"], "geometry": ["point", "area"], "terms": ["art*", "exhibit*", "gallery", "foundation", "hall", "institution", "paint*", "photo*", "sculpt*"], "tags": {"tourism": "museum"}, "name": "Museum"},
|
||||
"tourism/picnic_site": {"icon": "maki-picnic-site", "fields": ["name", "operator", "address", "access_simple", "capacity"], "moreFields": ["smoking", "fee", "payment_multi_fee", "phone", "reservation", "website", "wheelchair"], "geometry": ["point", "vertex", "area"], "terms": ["camp"], "tags": {"tourism": "picnic_site"}, "name": "Picnic Site"},
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"fields": [
|
||||
"name",
|
||||
"aerialway/capacity",
|
||||
"aerialway/duration"
|
||||
],
|
||||
"terms": [
|
||||
"jbar"
|
||||
],
|
||||
"tags": {
|
||||
"aerialway": "j-bar"
|
||||
},
|
||||
"name": "J-bar Lift"
|
||||
}
|
||||
@@ -9,5 +9,13 @@
|
||||
"tags": {
|
||||
"aeroway": "hangar"
|
||||
},
|
||||
"addTags": {
|
||||
"building": "hangar",
|
||||
"aeroway": "hangar"
|
||||
},
|
||||
"removeTags": {
|
||||
"building": "hangar",
|
||||
"aeroway": "hangar"
|
||||
},
|
||||
"name": "Hangar"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"icon": "fas-warehouse",
|
||||
"fields": [
|
||||
"height",
|
||||
"{building}",
|
||||
"capacity"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"icon": "fas-warehouse",
|
||||
"fields": [
|
||||
"name",
|
||||
"{building}",
|
||||
"capacity"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"icon": "fas-warehouse",
|
||||
"fields": [
|
||||
"name",
|
||||
"{building}",
|
||||
"capacity"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
{
|
||||
"icon": "maki-building",
|
||||
"fields": [
|
||||
"name",
|
||||
"height"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"fields": [
|
||||
"name"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "hangar"
|
||||
},
|
||||
"matchScore": 0.5,
|
||||
"name": "Hangar Building"
|
||||
}
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"icon": "maki-home",
|
||||
"fields": [
|
||||
"name"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
{
|
||||
"icon": "maki-shelter",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"{building}",
|
||||
"layer"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"fields": [
|
||||
"name",
|
||||
"height"
|
||||
],
|
||||
"moreFields": [
|
||||
"seamark/type"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "beacon"
|
||||
},
|
||||
"name": "Beacon",
|
||||
"matchScore": 0.5
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "dyke"
|
||||
},
|
||||
"terms": [
|
||||
"Dike", "Dyke", "Floodbank", "Stopbank"
|
||||
],
|
||||
"name": "Levee"
|
||||
}
|
||||
@@ -9,6 +9,7 @@
|
||||
"lit"
|
||||
],
|
||||
"moreFields": [
|
||||
"fishing",
|
||||
"incline",
|
||||
"{highway/footway}"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"icon": "maki-castle",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "tower",
|
||||
"tower:type": "defensive"
|
||||
},
|
||||
"reference": {
|
||||
"key": "tower:type",
|
||||
"value": "defensive"
|
||||
},
|
||||
"terms": [
|
||||
"Defensive Tower",
|
||||
"Castle Tower"
|
||||
],
|
||||
"name": "Fortified Tower"
|
||||
}
|
||||
@@ -13,16 +13,6 @@
|
||||
"type": "public_transport",
|
||||
"public_transport": "stop_area"
|
||||
},
|
||||
"addTags": {
|
||||
"type": "public_transport",
|
||||
"public_transport": "stop_area",
|
||||
"public_transport:version": "2"
|
||||
},
|
||||
"removeTags": {
|
||||
"type": "public_transport",
|
||||
"public_transport": "stop_area",
|
||||
"public_transport:version": "2"
|
||||
},
|
||||
"reference": {
|
||||
"key": "public_transport",
|
||||
"value": "stop_area"
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"icon": "maki-shop",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "general"
|
||||
},
|
||||
"terms": ["Village Shop"],
|
||||
"name": "General Store"
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"icon": "maki-information",
|
||||
"fields": [
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"tourism": "information",
|
||||
"information": "terminal"
|
||||
},
|
||||
"reference": {
|
||||
"key": "information",
|
||||
"value": "terminal"
|
||||
},
|
||||
"name": "Information Terminal"
|
||||
}
|
||||
+15
-1
@@ -33,6 +33,7 @@
|
||||
{"key": "aerialway", "value": "drag_lift", "description": "🄿 Drag Lift", "object_types": ["way"]},
|
||||
{"key": "aerialway", "value": "gondola", "description": "🄿 Gondola", "object_types": ["way"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/aerialway-15.svg?sanitize=true"},
|
||||
{"key": "aerialway", "value": "goods", "description": "🄿 Goods Aerialway", "object_types": ["way"]},
|
||||
{"key": "aerialway", "value": "j-bar", "description": "🄿 J-bar Lift", "object_types": ["way"]},
|
||||
{"key": "aerialway", "value": "magic_carpet", "description": "🄿 Magic Carpet Lift", "object_types": ["way"]},
|
||||
{"key": "aerialway", "value": "mixed_lift", "description": "🄿 Mixed Lift", "object_types": ["way"]},
|
||||
{"key": "aerialway", "value": "platter", "description": "🄿 Platter Lift", "object_types": ["way"]},
|
||||
@@ -302,6 +303,7 @@
|
||||
{"key": "building", "value": "garages", "description": "🄿 Garages", "object_types": ["area"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/fontawesome/fas-warehouse.svg?sanitize=true"},
|
||||
{"key": "building", "value": "grandstand", "description": "🄿 Grandstand", "object_types": ["area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/building-15.svg?sanitize=true"},
|
||||
{"key": "building", "value": "greenhouse", "description": "🄿 Greenhouse", "object_types": ["area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/garden-centre-15.svg?sanitize=true"},
|
||||
{"key": "building", "value": "hangar", "description": "🄿 Hangar Building", "object_types": ["area"]},
|
||||
{"key": "building", "value": "hospital", "description": "🄿 Hospital Building", "object_types": ["area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/building-15.svg?sanitize=true"},
|
||||
{"key": "building", "value": "hotel", "description": "🄿 Hotel Building", "object_types": ["area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/building-15.svg?sanitize=true"},
|
||||
{"key": "building", "value": "house", "description": "🄿 House", "object_types": ["area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/home-15.svg?sanitize=true"},
|
||||
@@ -621,6 +623,7 @@
|
||||
{"key": "leisure", "value": "water_park", "description": "🄿 Water Park", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/swimming-15.svg?sanitize=true"},
|
||||
{"key": "man_made", "value": "adit", "description": "🄿 Adit", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/triangle-15.svg?sanitize=true"},
|
||||
{"key": "man_made", "value": "antenna", "description": "🄿 Antenna", "object_types": ["node"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/antenna.svg?sanitize=true"},
|
||||
{"key": "man_made", "value": "beacon", "description": "🄿 Beacon", "object_types": ["node", "area"]},
|
||||
{"key": "man_made", "value": "beehive", "description": "🄿 Beehive", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/fontawesome/fas-archive.svg?sanitize=true"},
|
||||
{"key": "man_made", "value": "breakwater", "description": "🄿 Breakwater", "object_types": ["way", "area"]},
|
||||
{"key": "man_made", "value": "bridge", "description": "🄿 Bridge", "object_types": ["area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/bridge-15.svg?sanitize=true"},
|
||||
@@ -629,6 +632,7 @@
|
||||
{"key": "man_made", "value": "clearcut", "description": "🄿 Clearcut Forest", "object_types": ["area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/logging-15.svg?sanitize=true"},
|
||||
{"key": "man_made", "value": "crane", "description": "🄿 Crane", "object_types": ["node", "way", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/crane.svg?sanitize=true"},
|
||||
{"key": "man_made", "value": "cutline", "description": "🄿 Cut line", "object_types": ["way"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/logging-15.svg?sanitize=true"},
|
||||
{"key": "man_made", "value": "dyke", "description": "🄿 Levee", "object_types": ["way"]},
|
||||
{"key": "man_made", "value": "embankment", "description": "🄿 Embankment", "object_types": ["way"]},
|
||||
{"key": "man_made", "value": "flagpole", "description": "🄿 Flagpole", "object_types": ["node"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/embassy-15.svg?sanitize=true"},
|
||||
{"key": "man_made", "value": "gasometer", "description": "🄿 Gasometer", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/storage_tank.svg?sanitize=true"},
|
||||
@@ -656,6 +660,7 @@
|
||||
{"key": "man_made", "value": "survey_point", "description": "🄿 Survey Point", "object_types": ["node"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/monument-15.svg?sanitize=true"},
|
||||
{"key": "man_made", "value": "tower", "description": "🄿 Tower", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/tower.svg?sanitize=true"},
|
||||
{"key": "tower:type", "value": "bell_tower", "description": "🄿 Bell Tower", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/fontawesome/fas-bell.svg?sanitize=true"},
|
||||
{"key": "tower:type", "value": "defensive", "description": "🄿 Fortified Tower", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/castle-15.svg?sanitize=true"},
|
||||
{"key": "tower:type", "value": "minaret", "description": "🄿 Minaret", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/tower.svg?sanitize=true"},
|
||||
{"key": "tower:type", "value": "observation", "description": "🄿 Observation Tower", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/tower.svg?sanitize=true"},
|
||||
{"key": "man_made", "value": "tunnel", "description": "🄿 Tunnel", "object_types": ["area"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/the-noun-project/2009642.svg?sanitize=true"},
|
||||
@@ -733,7 +738,7 @@
|
||||
{"key": "office", "value": "insurance", "description": "🄿 Insurance Office", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/suitcase-15.svg?sanitize=true"},
|
||||
{"key": "office", "value": "it", "description": "🄿 Information Technology Office", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/suitcase-15.svg?sanitize=true"},
|
||||
{"key": "office", "value": "lawyer", "description": "🄿 Law Office", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/fontawesome/fas-balance-scale.svg?sanitize=true"},
|
||||
{"key": "lawyer", "value": "notary", "description": "🄿 Notary Office (unsearchable)", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/suitcase-15.svg?sanitize=true"},
|
||||
{"key": "lawyer", "value": "notary", "description": "🄿 Notary Office (unsearchable), 🄳 ➜ office=notary", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/suitcase-15.svg?sanitize=true"},
|
||||
{"key": "office", "value": "moving_company", "description": "🄿 Moving Company Office", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/fontawesome/fas-people-carry.svg?sanitize=true"},
|
||||
{"key": "office", "value": "newspaper", "description": "🄿 Newspaper Office", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/fontawesome/fas-newspaper.svg?sanitize=true"},
|
||||
{"key": "office", "value": "ngo", "description": "🄿 NGO Office", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/suitcase-15.svg?sanitize=true"},
|
||||
@@ -914,6 +919,7 @@
|
||||
{"key": "shop", "value": "games", "description": "🄿 Tabletop Game Store", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/fontawesome/fas-dice.svg?sanitize=true"},
|
||||
{"key": "shop", "value": "garden_centre", "description": "🄿 Garden Center", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/garden-centre-15.svg?sanitize=true"},
|
||||
{"key": "shop", "value": "gas", "description": "🄿 Bottled Gas Shop", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/shop-15.svg?sanitize=true"},
|
||||
{"key": "shop", "value": "general", "description": "🄿 General Store", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/shop-15.svg?sanitize=true"},
|
||||
{"key": "shop", "value": "gift", "description": "🄿 Gift Shop", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/gift-15.svg?sanitize=true"},
|
||||
{"key": "shop", "value": "greengrocer", "description": "🄿 Greengrocer", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/fontawesome/fas-carrot.svg?sanitize=true"},
|
||||
{"key": "shop", "value": "hairdresser_supply", "description": "🄿 Hairdresser Supply Store", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/shop-15.svg?sanitize=true"},
|
||||
@@ -1012,6 +1018,7 @@
|
||||
{"key": "information", "value": "map", "description": "🄿 Map", "object_types": ["node"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/fontawesome/fas-map.svg?sanitize=true"},
|
||||
{"key": "information", "value": "office", "description": "🄿 Tourist Information Office", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/information-15.svg?sanitize=true"},
|
||||
{"key": "information", "value": "route_marker", "description": "🄿 Trail Marker", "object_types": ["node"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/information-15.svg?sanitize=true"},
|
||||
{"key": "information", "value": "terminal", "description": "🄿 Information Terminal", "object_types": ["node"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/information-15.svg?sanitize=true"},
|
||||
{"key": "tourism", "value": "motel", "description": "🄿 Motel", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/lodging-15.svg?sanitize=true"},
|
||||
{"key": "tourism", "value": "museum", "description": "🄿 Museum", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/museum.svg?sanitize=true"},
|
||||
{"key": "tourism", "value": "picnic_site", "description": "🄿 Picnic Site", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/picnic-site-15.svg?sanitize=true"},
|
||||
@@ -1706,7 +1713,9 @@
|
||||
{"key": "amenity", "value": "artwork", "description": "🄳 ➜ tourism=artwork"},
|
||||
{"key": "amenity", "value": "car_repair", "description": "🄳 ➜ shop=car_repair"},
|
||||
{"key": "amenity", "value": "citymap_post", "description": "🄳 ➜ tourism=information"},
|
||||
{"key": "amenity", "value": "club", "description": "🄳 ➜ club=*"},
|
||||
{"key": "amenity", "value": "community_center", "description": "🄳 ➜ amenity=community_centre"},
|
||||
{"key": "amenity", "value": "dancing_school", "description": "🄳 ➜ leisure=dance + dance:teaching=yes"},
|
||||
{"key": "amenity", "value": "dog_bin", "description": "🄳 ➜ amenity=waste_basket + waste=dog_excrement"},
|
||||
{"key": "amenity", "value": "dog_waste_bin", "description": "🄳 ➜ amenity=waste_basket + waste=dog_excrement"},
|
||||
{"key": "amenity", "value": "ev_charging", "description": "🄳 ➜ amenity=charging_station"},
|
||||
@@ -1724,6 +1733,7 @@
|
||||
{"key": "amenity", "value": "sauna", "description": "🄳 ➜ leisure=sauna"},
|
||||
{"key": "amenity", "value": "shop", "description": "🄳 ➜ shop=*"},
|
||||
{"key": "amenity", "value": "sloped_curb", "description": "🄳 ➜ kerb=lowered"},
|
||||
{"key": "amenity", "value": "social_club", "description": "🄳 ➜ club=*"},
|
||||
{"key": "amenity", "value": "ticket_booth", "description": "🄳 ➜ shop=ticket"},
|
||||
{"key": "amenity", "value": "toilet", "description": "🄳 ➜ amenity=toilets"},
|
||||
{"key": "amenity", "value": "winery", "description": "🄳 ➜ craft=winery"},
|
||||
@@ -1788,6 +1798,7 @@
|
||||
{"key": "landuse", "value": "wood", "description": "🄳 ➜ natural=wood"},
|
||||
{"key": "leisure", "value": "beach", "description": "🄳 ➜ natural=beach"},
|
||||
{"key": "leisure", "value": "club", "description": "🄳 ➜ club=*"},
|
||||
{"key": "leisure", "value": "social_club", "description": "🄳 ➜ club=*"},
|
||||
{"key": "leisure", "value": "video_arcade", "description": "🄳 ➜ leisure=amusement_arcade"},
|
||||
{"key": "man_made", "value": "cut_line", "description": "🄳 ➜ man_made=cutline"},
|
||||
{"key": "man_made", "value": "jetty", "description": "🄳 ➜ highway=footway + man_made=pier"},
|
||||
@@ -1828,6 +1839,7 @@
|
||||
{"key": "shop", "value": "gallery", "description": "🄳 ➜ shop=art"},
|
||||
{"key": "shop", "value": "lingerie", "description": "🄳 ➜ shop=clothes + clothes=underwear"},
|
||||
{"key": "shop", "value": "luggage", "description": "🄳 ➜ shop=bag"},
|
||||
{"key": "shop", "value": "money_transfer", "description": "🄳 ➜ amenity=money_transfer"},
|
||||
{"key": "shop", "value": "moneylender", "description": "🄳 ➜ shop=money_lender"},
|
||||
{"key": "shop", "value": "organic", "description": "🄳 ➜ shop=supermarket + organic=only"},
|
||||
{"key": "shop", "value": "perfume", "description": "🄳 ➜ shop=perfumery"},
|
||||
@@ -1847,6 +1859,8 @@
|
||||
{"key": "sloped_curb", "value": "no", "description": "🄳 ➜ kerb=raised"},
|
||||
{"key": "sloped_curb", "value": "yes", "description": "🄳 ➜ kerb=lowered"},
|
||||
{"key": "theatre:type", "value": "amphitheatre", "description": "🄳 ➜ theatre:type=amphi"},
|
||||
{"key": "todo", "description": "🄳 ➜ fixme=*"},
|
||||
{"key": "TODO", "description": "🄳 ➜ fixme=*"},
|
||||
{"key": "toilets:disposal", "value": "longdrop", "description": "🄳 ➜ toilets:disposal=pitlatrine"},
|
||||
{"key": "toilets:disposal", "value": "pit_latrine", "description": "🄳 ➜ toilets:disposal=pitlatrine"},
|
||||
{"key": "tourism", "value": "bed_and_breakfast", "description": "🄳 ➜ tourism=guest_house + guest_house=bed_and_breakfast"},
|
||||
|
||||
Vendored
+28
@@ -4334,6 +4334,10 @@
|
||||
"name": "Goods Aerialway",
|
||||
"terms": ""
|
||||
},
|
||||
"aerialway/j-bar": {
|
||||
"name": "J-bar Lift",
|
||||
"terms": "jbar"
|
||||
},
|
||||
"aerialway/magic_carpet": {
|
||||
"name": "Magic Carpet Lift",
|
||||
"terms": ""
|
||||
@@ -5438,6 +5442,10 @@
|
||||
"name": "Greenhouse",
|
||||
"terms": ""
|
||||
},
|
||||
"building/hangar": {
|
||||
"name": "Hangar Building",
|
||||
"terms": ""
|
||||
},
|
||||
"building/hospital": {
|
||||
"name": "Hospital Building",
|
||||
"terms": ""
|
||||
@@ -6798,6 +6806,10 @@
|
||||
"name": "Antenna",
|
||||
"terms": "broadcast,cell phone,cell,communication,mobile phone,radio,television,transmission,tv"
|
||||
},
|
||||
"man_made/beacon": {
|
||||
"name": "Beacon",
|
||||
"terms": ""
|
||||
},
|
||||
"man_made/beehive": {
|
||||
"name": "Beehive",
|
||||
"terms": "apiary,beekeeper,farm,honey,pollination"
|
||||
@@ -6830,6 +6842,10 @@
|
||||
"name": "Cut line",
|
||||
"terms": ""
|
||||
},
|
||||
"man_made/dyke": {
|
||||
"name": "Levee",
|
||||
"terms": "Dike,Dyke,Floodbank,Stopbank"
|
||||
},
|
||||
"man_made/embankment": {
|
||||
"name": "Embankment",
|
||||
"terms": ""
|
||||
@@ -6942,6 +6958,10 @@
|
||||
"name": "Communication Tower",
|
||||
"terms": "antenna,broadcast tower,cell phone tower,cell tower,communication mast,communication tower,guyed tower,mobile phone tower,radio mast,radio tower,television tower,transmission mast,transmission tower,tv tower"
|
||||
},
|
||||
"man_made/tower/defensive": {
|
||||
"name": "Fortified Tower",
|
||||
"terms": "Defensive Tower,Castle Tower"
|
||||
},
|
||||
"man_made/tower/minaret": {
|
||||
"name": "Minaret",
|
||||
"terms": "Islam,mosque,Muezzin,Muslim"
|
||||
@@ -8114,6 +8134,10 @@
|
||||
"name": "Bottled Gas Shop",
|
||||
"terms": "cng,lpg,natural gas,propane,refill,tank"
|
||||
},
|
||||
"shop/general": {
|
||||
"name": "General Store",
|
||||
"terms": "Village Shop"
|
||||
},
|
||||
"shop/gift": {
|
||||
"name": "Gift Shop",
|
||||
"terms": "souvenir"
|
||||
@@ -8506,6 +8530,10 @@
|
||||
"name": "Trail Marker",
|
||||
"terms": "cairn,painted blaze,route flag,route marker,stone pile,trail blaze,trail post,way marker"
|
||||
},
|
||||
"tourism/information/terminal": {
|
||||
"name": "Information Terminal",
|
||||
"terms": ""
|
||||
},
|
||||
"tourism/motel": {
|
||||
"name": "Motel",
|
||||
"terms": ""
|
||||
|
||||
@@ -189,7 +189,8 @@ export function uiEntityIssues(context) {
|
||||
})
|
||||
.on('click', function(d) {
|
||||
if (d.onClick) {
|
||||
utilHighlightEntities(d.entityIds, false, context);
|
||||
var issueEntityIDs = d.issue.entities.map(function(e) { return e.id; });
|
||||
utilHighlightEntities(issueEntityIDs.concat(d.entityIds), false, context);
|
||||
d.onClick();
|
||||
context.validator().validate();
|
||||
}
|
||||
|
||||
@@ -144,7 +144,12 @@ export function uiIssues(context) {
|
||||
.datum(d.autoFix) // set button datum to the autofix
|
||||
.attr('class', 'autofix action')
|
||||
.on('click', function(d) {
|
||||
utilHighlightEntities(d.entityIds, false, context);
|
||||
d3_event.preventDefault();
|
||||
d3_event.stopPropagation();
|
||||
|
||||
var issuesEntityIDs = d.issue.entities.map(function(e) { return e.id; });
|
||||
utilHighlightEntities(issuesEntityIDs.concat(d.entityIds), false, context);
|
||||
|
||||
context.perform.apply(context, d.autoArgs);
|
||||
context.validator().validate();
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user