Add subway entrance and post box presets

This commit is contained in:
John Firebaugh
2013-03-07 19:40:00 -08:00
parent 346e742084
commit c92741facc
4 changed files with 71 additions and 0 deletions

View File

@@ -956,6 +956,27 @@
"address"
]
},
{
"name": "post box",
"match": {
"type": [
"point"
],
"tags": {
"amenity": "post_box"
},
"terms": [
"letter drop",
"letterbox",
"mail drop",
"mailbox",
"pillar box",
"postbox"
]
},
"icon": "post",
"form": []
},
{
"name": "library",
"match": {
@@ -1561,6 +1582,19 @@
},
"icon": "railway-rail"
},
{
"name": "subway entrance",
"match": {
"type": [
"point"
],
"tags": {
"railway": "subway_entrance"
},
"terms": []
},
"icon": "rail-underground"
},
{
"name": "trunk highway",
"match": {

View File

@@ -0,0 +1,22 @@
{
"name": "post box",
"match": {
"type": [
"point"
],
"tags": {
"amenity": "post_box"
},
"terms": [
"letter drop",
"letterbox",
"mail drop",
"mailbox",
"pillar box",
"postbox"
]
},
"icon": "post",
"form": [
]
}

View File

@@ -39,6 +39,7 @@
"amenity/pharmacy",
"amenity/fire_station",
"amenity/police",
"amenity/post_box",
"amenity/library",
"amenity/toilets",
"tourism/hotel",
@@ -71,6 +72,7 @@
"landuse/vineyard",
"railway/rail",
"railway/subway",
"railway/subway_entrance",
"highway/trunk",
"highway/footway",
"highway/cycleway",

View File

@@ -0,0 +1,13 @@
{
"name": "subway entrance",
"match": {
"type": [
"point"
],
"tags": {
"railway": "subway_entrance"
},
"terms": []
},
"icon": "rail-underground"
}