mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
Removing building tag, as it is not needed
This commit is contained in:
+4
-1
@@ -1724,6 +1724,10 @@ en:
|
||||
# amenity=parking_space
|
||||
name: Parking Space
|
||||
terms: '<translate with synonyms or related terms for ''Parking Space'', separated by commas>'
|
||||
amenity/pavilion:
|
||||
# 'amenity=shelter, shelter_type=pavilion, building=yes'
|
||||
name: Pavilion
|
||||
terms: '<translate with synonyms or related terms for ''Pavilion'', separated by commas>'
|
||||
amenity/pharmacy:
|
||||
# amenity=pharmacy
|
||||
name: Pharmacy
|
||||
@@ -3513,7 +3517,6 @@ en:
|
||||
place/farm:
|
||||
# place=farm
|
||||
name: Farm
|
||||
terms: '<translate with synonyms or related terms for ''Farm'', separated by commas>'
|
||||
place/hamlet:
|
||||
# place=hamlet
|
||||
name: Hamlet
|
||||
|
||||
+30
-11
@@ -1749,6 +1749,24 @@
|
||||
"terms": [],
|
||||
"name": "Car Parking"
|
||||
},
|
||||
"amenity/pavilion": {
|
||||
"icon": "shelter",
|
||||
"fields": [
|
||||
"bin",
|
||||
"bench"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "shelter",
|
||||
"shelter_type": "pavilion",
|
||||
"building": "yes"
|
||||
},
|
||||
"name": "Pavilion"
|
||||
},
|
||||
"amenity/pharmacy": {
|
||||
"icon": "pharmacy",
|
||||
"fields": [
|
||||
@@ -9131,6 +9149,18 @@
|
||||
},
|
||||
"name": "Piste/Ski Trail"
|
||||
},
|
||||
"place/farm": {
|
||||
"icon": "farm",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"place": "farm"
|
||||
},
|
||||
"name": "Farm",
|
||||
"searchable": false
|
||||
},
|
||||
"place/city": {
|
||||
"icon": "city",
|
||||
"fields": [
|
||||
@@ -9145,17 +9175,6 @@
|
||||
},
|
||||
"name": "City"
|
||||
},
|
||||
"place/farm": {
|
||||
"icon": "farm",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"place": "farm"
|
||||
},
|
||||
"name": "Farm"
|
||||
},
|
||||
"place/hamlet": {
|
||||
"icon": "triangle-stroked",
|
||||
"fields": [
|
||||
|
||||
@@ -11,8 +11,7 @@
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "shelter",
|
||||
"shelter_type": "pavilion",
|
||||
"building": "yes"
|
||||
"shelter_type": "pavilion"
|
||||
},
|
||||
"name": "Pavilion"
|
||||
}
|
||||
|
||||
+6
-2
@@ -371,6 +371,10 @@
|
||||
"key": "amenity",
|
||||
"value": "parking"
|
||||
},
|
||||
{
|
||||
"key": "building",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "pharmacy"
|
||||
@@ -1960,11 +1964,11 @@
|
||||
},
|
||||
{
|
||||
"key": "place",
|
||||
"value": "city"
|
||||
"value": "farm"
|
||||
},
|
||||
{
|
||||
"key": "place",
|
||||
"value": "farm"
|
||||
"value": "city"
|
||||
},
|
||||
{
|
||||
"key": "place",
|
||||
|
||||
Vendored
+8
-4
@@ -2253,6 +2253,10 @@
|
||||
"name": "Car Parking",
|
||||
"terms": ""
|
||||
},
|
||||
"amenity/pavilion": {
|
||||
"name": "Pavilion",
|
||||
"terms": ""
|
||||
},
|
||||
"amenity/pharmacy": {
|
||||
"name": "Pharmacy",
|
||||
"terms": "drug*,med*,prescription"
|
||||
@@ -3857,14 +3861,14 @@
|
||||
"name": "Piste/Ski Trail",
|
||||
"terms": "ski,sled,sleigh,snowboard,nordic,downhill,snowmobile"
|
||||
},
|
||||
"place/city": {
|
||||
"name": "City",
|
||||
"terms": ""
|
||||
},
|
||||
"place/farm": {
|
||||
"name": "Farm",
|
||||
"terms": ""
|
||||
},
|
||||
"place/city": {
|
||||
"name": "City",
|
||||
"terms": ""
|
||||
},
|
||||
"place/hamlet": {
|
||||
"name": "Hamlet",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user