add basin, football, substation, butcher presets

This commit is contained in:
Ansis Brammanis
2013-03-14 18:40:24 -04:00
parent fd8ffae919
commit 024ea30cb3
5 changed files with 69 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"name": "basin",
"geometry": [
"point",
"area"
],
"tags": {
"landuse": "basin"
},
"terms": []
}
@@ -0,0 +1,16 @@
{
"name": "american football field",
"icon": "america-football",
"fields": [
"surface"
],
"geometry": [
"point",
"area"
],
"tags": {
"leisure": "pitch",
"sport": "american_football"
},
"terms": []
}
@@ -0,0 +1,11 @@
{
"name": "water tower",
"icon": "water",
"geometry": [
"point",
"area"
],
"tags": {
"man_made": "water_tower"
}
}
@@ -0,0 +1,13 @@
{
"name": "substation",
"fields": [
"operator"
],
"geometry": [
"point",
"area"
],
"tags": {
"power": "substation"
}
}
+18
View File
@@ -0,0 +1,18 @@
{
"name": "butcher",
"icon": "slaughterhouse",
"fields": [
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"terms": [
],
"tags": {
"shop": "butcher"
}
}