Add Floating Pier preset

This commit is contained in:
Quincy Morgan
2019-03-13 12:01:06 -04:00
parent 94096beb68
commit 45446571e7
6 changed files with 49 additions and 4 deletions
+6 -1
View File
@@ -4987,8 +4987,13 @@ en:
man_made/pier:
# man_made=pier
name: Pier
# 'terms: dock,jetty'
# 'terms: berth,dock,jetty,landing,promenade,wharf'
terms: '<translate with synonyms or related terms for ''Pier'', separated by commas>'
man_made/pier/floating:
# 'man_made=pier, floating=yes'
name: Floating Pier
# 'terms: berth,dock,jetty,landing,promenade,wharf'
terms: '<translate with synonyms or related terms for ''Floating Pier'', separated by commas>'
man_made/pipeline:
# man_made=pipeline
name: Pipeline
+2 -1
View File
@@ -632,7 +632,8 @@
"man_made/monitoring_station": {"icon": "temaki-antenna", "geometry": ["point", "vertex", "area"], "fields": ["monitoring_multi", "operator"], "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": ["dock", "jetty"], "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": ["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/pumping_station": {"icon": "maki-water", "geometry": ["point", "area"], "tags": {"man_made": "pumping_station"}, "name": "Pumping Station"},
"man_made/silo": {"icon": "temaki-silo", "fields": ["crop", "building_area"], "geometry": ["point", "area"], "terms": ["grain", "corn", "wheat"], "tags": {"man_made": "silo"}, "name": "Silo"},
+5 -1
View File
@@ -17,8 +17,12 @@
"area"
],
"terms": [
"berth",
"dock",
"jetty"
"jetty",
"landing",
"promenade",
"wharf"
],
"tags": {
"man_made": "pier"
@@ -0,0 +1,30 @@
{
"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"
}
+1
View File
@@ -613,6 +613,7 @@
{"key": "man_made", "value": "observatory", "description": "🄿 Observatory", "object_types": ["node", "area"]},
{"key": "man_made", "value": "petroleum_well", "description": "🄿 Oil Well", "object_types": ["node"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/storage_tank.svg?sanitize=true"},
{"key": "man_made", "value": "pier", "description": "🄿 Pier", "object_types": ["way", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/pedestrian.svg?sanitize=true"},
{"key": "floating", "value": "yes", "description": "🄿 Floating Pier", "object_types": ["way", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/pedestrian.svg?sanitize=true"},
{"key": "man_made", "value": "pipeline", "description": "🄿 Pipeline", "object_types": ["way"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/iD-sprite/presets/pipeline-line.svg?sanitize=true"},
{"key": "man_made", "value": "pumping_station", "description": "🄿 Pumping Station", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/water-15.svg?sanitize=true"},
{"key": "man_made", "value": "silo", "description": "🄿 Silo", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/silo.svg?sanitize=true"},
+5 -1
View File
@@ -6431,7 +6431,11 @@
},
"man_made/pier": {
"name": "Pier",
"terms": "dock,jetty"
"terms": "berth,dock,jetty,landing,promenade,wharf"
},
"man_made/pier/floating": {
"name": "Floating Pier",
"terms": "berth,dock,jetty,landing,promenade,wharf"
},
"man_made/pipeline": {
"name": "Pipeline",