Merge pull request #2507 from guillaumep/master

Add amenity=public_bookcase preset
This commit is contained in:
Bryan Housel
2015-01-13 21:19:05 -05:00
5 changed files with 53 additions and 0 deletions
+3
View File
@@ -777,6 +777,9 @@ en:
amenity/pub:
name: Pub
terms: "<translate with synonyms or related terms for 'Pub', separated by commas>"
amenity/public_bookcase:
name: Public Bookcase
terms: "<translate with synonyms or related terms for 'Public Bookcase', separated by commas>"
amenity/ranger_station:
name: Ranger Station
terms: "<translate with synonyms or related terms for 'Ranger Station', separated by commas>"
+21
View File
@@ -1364,6 +1364,27 @@
],
"name": "Pub"
},
"amenity/public_bookcase": {
"icon": "library",
"fields": [
"name",
"operator",
"capacity",
"website"
],
"geometry": [
"point",
"area"
],
"terms": [
"library",
"bookcrossing"
],
"tags": {
"amenity": "public_bookcase"
},
"name": "Public Bookcase"
},
"amenity/ranger_station": {
"fields": [
"operator",
@@ -0,0 +1,21 @@
{
"icon": "library",
"fields": [
"name",
"operator",
"capacity",
"website"
],
"geometry": [
"point",
"area"
],
"terms": [
"library",
"bookcrossing"
],
"tags": {
"amenity": "public_bookcase"
},
"name": "Public Bookcase"
}
+4
View File
@@ -296,6 +296,10 @@
"key": "amenity",
"value": "pub"
},
{
"key": "amenity",
"value": "public_bookcase"
},
{
"key": "amenity",
"value": "ranger_station"
+4
View File
@@ -1558,6 +1558,10 @@
"name": "Pub",
"terms": "dive,beer,bier,booze"
},
"amenity/public_bookcase": {
"name": "Public Bookcase",
"terms": "library,bookcrossing"
},
"amenity/ranger_station": {
"name": "Ranger Station",
"terms": "visitor center,visitor centre,permit center,permit centre,backcountry office,warden office,warden center"