mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
Add Goods Conveyor preset (close #7637)
This commit is contained in:
@@ -6290,6 +6290,11 @@ en:
|
||||
name: Gasometer
|
||||
# 'terms: gas holder'
|
||||
terms: '<translate with synonyms or related terms for ''Gasometer'', separated by commas>'
|
||||
man_made/goods_conveyor:
|
||||
# man_made=goods_conveyor
|
||||
name: Goods Conveyor
|
||||
# 'terms: belt conveyor,chain conveyor,conveyor belt,roller conveyor'
|
||||
terms: '<translate with synonyms or related terms for ''Goods Conveyor'', separated by commas>'
|
||||
man_made/groyne:
|
||||
# man_made=groyne
|
||||
name: Groin
|
||||
|
||||
@@ -756,6 +756,7 @@
|
||||
"man_made/embankment": {"geometry": ["line"], "tags": {"man_made": "embankment"}, "name": "Embankment"},
|
||||
"man_made/flagpole": {"icon": "maki-embassy", "fields": ["operator", "flag/type", "country_flag", "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"},
|
||||
"man_made/goods_conveyor": {"icon": "temaki-conveyor", "fields": ["name", "ref", "operator", "resource", "width"], "moreFields": ["colour", "covered", "indoor", "lit", "manufacturer", "material"], "geometry": ["line"], "terms": ["belt conveyor", "chain conveyor", "conveyor belt", "roller conveyor"], "tags": {"man_made": "goods_conveyor"}, "name": "Goods Conveyor"},
|
||||
"man_made/groyne": {"fields": ["material", "seamark/type"], "geometry": ["line", "area"], "tags": {"man_made": "groyne"}, "name": "Groin"},
|
||||
"man_made/lighthouse": {"icon": "maki-lighthouse", "fields": ["name", "operator", "building_area", "height"], "moreFields": ["address", "email", "fax", "gnis/feature_id", "phone", "seamark/type", "website"], "geometry": ["point", "area"], "tags": {"man_made": "lighthouse"}, "name": "Lighthouse"},
|
||||
"man_made/manhole": {"icon": "temaki-manhole", "fields": ["manhole", "operator", "label", "ref"], "geometry": ["point", "vertex"], "tags": {"manhole": "*"}, "addTags": {"man_made": "manhole", "manhole": "*"}, "terms": ["cover", "hole", "sewer", "sewage", "telecom"], "name": "Manhole"},
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"icon": "temaki-conveyor",
|
||||
"fields": [
|
||||
"name",
|
||||
"ref",
|
||||
"operator",
|
||||
"resource",
|
||||
"width"
|
||||
],
|
||||
"moreFields": [
|
||||
"colour",
|
||||
"covered",
|
||||
"indoor",
|
||||
"lit",
|
||||
"manufacturer",
|
||||
"material"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"terms": [
|
||||
"belt conveyor",
|
||||
"chain conveyor",
|
||||
"conveyor belt",
|
||||
"roller conveyor"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "goods_conveyor"
|
||||
},
|
||||
"name": "Goods Conveyor"
|
||||
}
|
||||
@@ -735,6 +735,7 @@
|
||||
{"key": "man_made", "value": "embankment", "description": "🄿 Embankment", "object_types": ["way"]},
|
||||
{"key": "man_made", "value": "flagpole", "description": "🄿 Flagpole", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/embassy-15.svg"},
|
||||
{"key": "man_made", "value": "gasometer", "description": "🄿 Gasometer", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/storage_tank.svg"},
|
||||
{"key": "man_made", "value": "goods_conveyor", "description": "🄿 Goods Conveyor", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/conveyor.svg"},
|
||||
{"key": "man_made", "value": "groyne", "description": "🄿 Groin", "object_types": ["way", "area"]},
|
||||
{"key": "man_made", "value": "lighthouse", "description": "🄿 Lighthouse", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/lighthouse-15.svg"},
|
||||
{"key": "manhole", "description": "🄿 Manhole, 🄵 Type", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/manhole.svg"},
|
||||
|
||||
Vendored
+4
@@ -8023,6 +8023,10 @@
|
||||
"name": "Gasometer",
|
||||
"terms": "gas holder"
|
||||
},
|
||||
"man_made/goods_conveyor": {
|
||||
"name": "Goods Conveyor",
|
||||
"terms": "belt conveyor,chain conveyor,conveyor belt,roller conveyor"
|
||||
},
|
||||
"man_made/groyne": {
|
||||
"name": "Groin",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user