mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Add man_made=windpump preset (close #7709)
This commit is contained in:
@@ -6726,6 +6726,11 @@ en:
|
||||
name: Windmill
|
||||
# 'terms: wind,wheel,mill'
|
||||
terms: '<translate with synonyms or related terms for ''Windmill'', separated by commas>'
|
||||
man_made/windpump:
|
||||
# man_made=windpump
|
||||
name: Windpump
|
||||
# 'terms: aerorotor,water pump,windmill,wind pump'
|
||||
terms: '<translate with synonyms or related terms for ''Windpump'', separated by commas>'
|
||||
man_made/works:
|
||||
# man_made=works
|
||||
name: Factory
|
||||
|
||||
@@ -821,6 +821,7 @@
|
||||
"man_made/water_works": {"icon": "temaki-powered_pump", "fields": ["name", "operator", "address"], "moreFields": ["gnis/feature_id"], "geometry": ["point", "area"], "tags": {"man_made": "water_works"}, "name": "Water Works"},
|
||||
"man_made/watermill": {"icon": "maki-watermill", "fields": ["building_area"], "moreFields": ["gnis/feature_id"], "geometry": ["point", "area"], "terms": ["water", "wheel", "mill"], "tags": {"man_made": "watermill"}, "name": "Watermill"},
|
||||
"man_made/windmill": {"icon": "maki-windmill", "fields": ["building_area"], "moreFields": ["gnis/feature_id"], "geometry": ["point", "area"], "terms": ["wind", "wheel", "mill"], "tags": {"man_made": "windmill"}, "name": "Windmill"},
|
||||
"man_made/windpump": {"icon": "temaki-windpump", "fields": ["ref", "operator", "height", "material", "manufacturer", "lit"], "geometry": ["point"], "terms": ["aerorotor", "water pump", "windmill", "wind pump"], "tags": {"man_made": "windpump"}, "name": "Windpump"},
|
||||
"man_made/works": {"icon": "maki-industry", "fields": ["name", "operator", "address", "building_area", "product"], "moreFields": ["email", "fax", "gnis/feature_id", "phone", "website"], "geometry": ["point", "area"], "terms": ["assembly", "build", "brewery", "car", "plant", "plastic", "processing", "manufacture", "refinery"], "tags": {"man_made": "works"}, "name": "Factory"},
|
||||
"marker": {"icon": "temaki-silo", "fields": ["ref", "operator", "marker", "utility", "inscription", "colour"], "moreFields": ["height", "location", "manufacturer", "material"], "geometry": ["point"], "terms": ["identifier", "marking", "plate", "pole", "post", "sign"], "tags": {"marker": "*"}, "name": "Marker"},
|
||||
"marker/utility": {"icon": "temaki-silo", "fields": ["ref", "operator", "marker", "utility", "{marker}"], "geometry": ["point"], "terms": ["gas line marker", "identifier", "marking", "oil marker", "pipline marker", "plate", "pole", "post", "sign"], "tags": {"marker": "*", "utility": "*"}, "name": "Utility Marker"},
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"icon": "temaki-windpump",
|
||||
"fields": [
|
||||
"ref",
|
||||
"operator",
|
||||
"height",
|
||||
"material",
|
||||
"manufacturer",
|
||||
"lit"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"terms": [
|
||||
"aerorotor",
|
||||
"water pump",
|
||||
"windmill",
|
||||
"wind pump"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "windpump"
|
||||
},
|
||||
"name": "Windpump"
|
||||
}
|
||||
@@ -799,6 +799,7 @@
|
||||
{"key": "man_made", "value": "water_works", "description": "🄿 Water Works", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/powered_pump.svg"},
|
||||
{"key": "man_made", "value": "watermill", "description": "🄿 Watermill", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/watermill-15.svg"},
|
||||
{"key": "man_made", "value": "windmill", "description": "🄿 Windmill", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/windmill-15.svg"},
|
||||
{"key": "man_made", "value": "windpump", "description": "🄿 Windpump", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/windpump.svg"},
|
||||
{"key": "man_made", "value": "works", "description": "🄿 Factory", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/industry-15.svg"},
|
||||
{"key": "marker", "description": "🄿 Marker, 🄵 Type", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/silo.svg"},
|
||||
{"key": "utility", "description": "🄿 Utility Marker, 🄵 Utilities, 🄵 Utility", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/silo.svg"},
|
||||
|
||||
Vendored
+4
@@ -8617,6 +8617,10 @@
|
||||
"name": "Windmill",
|
||||
"terms": "wind,wheel,mill"
|
||||
},
|
||||
"man_made/windpump": {
|
||||
"name": "Windpump",
|
||||
"terms": "aerorotor,water pump,windmill,wind pump"
|
||||
},
|
||||
"man_made/works": {
|
||||
"name": "Factory",
|
||||
"terms": "assembly,build,brewery,car,plant,plastic,processing,manufacture,refinery"
|
||||
|
||||
Reference in New Issue
Block a user