add college and kindergarten presets

This commit is contained in:
Ansis Brammanis
2013-05-01 15:01:53 -04:00
parent 6197ceec94
commit c3512d5b31
6 changed files with 97 additions and 5 deletions
+7 -1
View File
@@ -274,6 +274,9 @@ en:
amenity/cinema:
name: Cinema
terms: "big screen,bijou,cine,drive-in,film,flicks,motion pictures,movie house,movie theater,moving pictures,nabes,photoplay,picture show,pictures,playhouse,show,silver screen"
amenity/college:
name: College
terms: ""
amenity/courthouse:
name: Courthouse
terms: ""
@@ -298,6 +301,9 @@ en:
amenity/hospital:
name: Hospital
terms: "clinic,emergency room,health service,hospice,infirmary,institution,nursing home,rest home,sanatorium,sanitarium,sick bay,surgery,ward"
amenity/kindergarten:
name: Kindergarten
terms: "preschool,nursery,childcare,playgroup"
amenity/library:
name: Library
terms: ""
@@ -357,7 +363,7 @@ en:
terms: "village hall,city government,courthouse,municipal building,municipal center"
amenity/university:
name: University
terms: ""
terms: college
amenity/waste_basket:
name: Waste Basket
terms: "rubbish bin,litter bin,trash can,garbage can"
+41 -1
View File
@@ -330,6 +330,22 @@
},
"name": "Cinema"
},
"amenity/college": {
"icon": "college",
"fields": [
"operator",
"address"
],
"geometry": [
"point",
"area"
],
"tags": {
"amenity": "college"
},
"terms": [],
"name": "College"
},
"amenity/courthouse": {
"fields": [
"operator",
@@ -471,6 +487,28 @@
},
"name": "Hospital"
},
"amenity/kindergarten": {
"icon": "school",
"fields": [
"building_area",
"address"
],
"geometry": [
"point",
"vertex",
"area"
],
"terms": [
"preschool",
"nursery",
"childcare",
"playgroup"
],
"tags": {
"amenity": "kindergarten"
},
"name": "Kindergarten"
},
"amenity/library": {
"icon": "library",
"fields": [
@@ -961,7 +999,9 @@
"tags": {
"amenity": "university"
},
"terms": [],
"terms": [
"college"
],
"name": "University"
},
"amenity/waste_basket": {
+16
View File
@@ -0,0 +1,16 @@
{
"icon": "college",
"fields": [
"operator",
"address"
],
"geometry": [
"point",
"area"
],
"tags": {
"amenity": "college"
},
"terms": [],
"name": "College"
}
@@ -0,0 +1,22 @@
{
"icon": "school",
"fields": [
"building_area",
"address"
],
"geometry": [
"point",
"vertex",
"area"
],
"terms": [
"preschool",
"nursery",
"childcare",
"playgroup"
],
"tags": {
"amenity": "kindergarten"
},
"name": "Kindergarten"
}
+2 -2
View File
@@ -12,6 +12,6 @@
"tags": {
"amenity": "university"
},
"terms": [],
"terms": ["college"],
"name": "University"
}
}
+9 -1
View File
@@ -705,6 +705,10 @@
"name": "Cinema",
"terms": "big screen,bijou,cine,drive-in,film,flicks,motion pictures,movie house,movie theater,moving pictures,nabes,photoplay,picture show,pictures,playhouse,show,silver screen"
},
"amenity/college": {
"name": "College",
"terms": ""
},
"amenity/courthouse": {
"name": "Courthouse",
"terms": ""
@@ -737,6 +741,10 @@
"name": "Hospital",
"terms": "clinic,emergency room,health service,hospice,infirmary,institution,nursing home,rest home,sanatorium,sanitarium,sick bay,surgery,ward"
},
"amenity/kindergarten": {
"name": "Kindergarten",
"terms": "preschool,nursery,childcare,playgroup"
},
"amenity/library": {
"name": "Library",
"terms": ""
@@ -815,7 +823,7 @@
},
"amenity/university": {
"name": "University",
"terms": ""
"terms": "college"
},
"amenity/waste_basket": {
"name": "Waste Basket",