mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-31 01:09:22 +02:00
Add subway entrance and post box presets
This commit is contained in:
@@ -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": {
|
||||
|
||||
22
data/presets/presets/amenity/post_box.json
Normal file
22
data/presets/presets/amenity/post_box.json
Normal 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": [
|
||||
]
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
13
data/presets/presets/railway/subway_entrance.json
Normal file
13
data/presets/presets/railway/subway_entrance.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "subway entrance",
|
||||
"match": {
|
||||
"type": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"railway": "subway_entrance"
|
||||
},
|
||||
"terms": []
|
||||
},
|
||||
"icon": "rail-underground"
|
||||
}
|
||||
Reference in New Issue
Block a user