Adding presets accoring to issue #2893

This commit is contained in:
Manfred Brandl
2016-01-07 18:15:21 +01:00
parent 6eb075c0e7
commit 1457596cab
6 changed files with 78 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"icon": "waste-basket",
"geometry": [
"point",
"vertex"
],
"tags": {
"amenity": "waste_disposal"
},
"terms": [
"rubbish",
"litter",
"trash",
"garbage"
],
"name": "Waste Disposal"
}

View File

@@ -0,0 +1,10 @@
{
"geometry": [
"point",
"area"
],
"tags": {
"man_made": "chimney"
},
"name": "Chimney"
}

View File

@@ -0,0 +1,13 @@
{
"geometry": [
"point",
"area"
],
"terms": [
"gas holder"
],
"tags": {
"man_made": "gasometer"
},
"name": "Gasometer"
}

View File

@@ -0,0 +1,10 @@
{
"geometry": [
"line",
"area"
],
"tags": {
"man_made": "groyne"
},
"name": "Groyne"
}

View File

@@ -0,0 +1,10 @@
{
"icon": "camera",
"geometry": [
"point"
],
"tags": {
"man_made": "surveillance"
},
"name": "Surveillance"
}

View File

@@ -0,0 +1,18 @@
{
"geometry": [
"point",
"area"
],
"terms": [
"car assembly plant",
"aluminium processing plant",
"brewery",
"furniture manufacture factory",
"oil refinery",
"platic recycling"
],
"tags": {
"man_made": "works"
},
"name": "Works"
}