mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 07:25:15 +02:00
Name and icon updates to stadium, dojo, sports_center
This commit is contained in:
+4
-4
@@ -523,8 +523,8 @@ en:
|
||||
name: Doctor
|
||||
terms: "<translate with synonyms or related terms for 'Doctor', separated by commas>"
|
||||
amenity/dojo:
|
||||
name: Martial Arts Training Hall
|
||||
terms: "<translate with synonyms or related terms for 'Martial Arts Training Hall', separated by commas>"
|
||||
name: Dojo / Martial Arts Academy
|
||||
terms: "<translate with synonyms or related terms for 'Dojo / Martial Arts Academy', separated by commas>"
|
||||
amenity/drinking_water:
|
||||
name: Drinking Water
|
||||
terms: "<translate with synonyms or related terms for 'Drinking Water', separated by commas>"
|
||||
@@ -1258,8 +1258,8 @@ en:
|
||||
name: Slipway
|
||||
terms: "<translate with synonyms or related terms for 'Slipway', separated by commas>"
|
||||
leisure/sports_center:
|
||||
name: Sports Center
|
||||
terms: "<translate with synonyms or related terms for 'Sports Center', separated by commas>"
|
||||
name: Sports Center / Gym
|
||||
terms: "<translate with synonyms or related terms for 'Sports Center / Gym', separated by commas>"
|
||||
leisure/stadium:
|
||||
name: Stadium
|
||||
terms: "<translate with synonyms or related terms for 'Stadium', separated by commas>"
|
||||
|
||||
@@ -764,7 +764,7 @@
|
||||
]
|
||||
},
|
||||
"amenity/dojo": {
|
||||
"name": "Martial Arts Training Hall",
|
||||
"icon": "pitch",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
@@ -777,11 +777,11 @@
|
||||
"tags": {
|
||||
"amenity": "dojo"
|
||||
},
|
||||
"icon": "pitch",
|
||||
"fields": [
|
||||
"address",
|
||||
"sport"
|
||||
]
|
||||
],
|
||||
"name": "Dojo / Martial Arts Academy"
|
||||
},
|
||||
"amenity/drinking_water": {
|
||||
"icon": "water",
|
||||
@@ -5065,6 +5065,7 @@
|
||||
"name": "Slipway"
|
||||
},
|
||||
"leisure/sports_center": {
|
||||
"icon": "pitch",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
@@ -5075,10 +5076,13 @@
|
||||
"terms": [
|
||||
"gym"
|
||||
],
|
||||
"icon": "sports",
|
||||
"name": "Sports Center"
|
||||
"fields": [
|
||||
"sport"
|
||||
],
|
||||
"name": "Sports Center / Gym"
|
||||
},
|
||||
"leisure/stadium": {
|
||||
"icon": "pitch",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "Martial Arts Training Hall",
|
||||
"icon": "pitch",
|
||||
"geometry" : [
|
||||
"point", "area"
|
||||
],
|
||||
@@ -11,9 +11,9 @@
|
||||
"tags": {
|
||||
"amenity": "dojo"
|
||||
},
|
||||
"icon": "pitch",
|
||||
"fields": [
|
||||
"address",
|
||||
"sport"
|
||||
]
|
||||
],
|
||||
"name": "Dojo / Martial Arts Academy"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"icon": "pitch",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
@@ -9,6 +10,8 @@
|
||||
"terms": [
|
||||
"gym"
|
||||
],
|
||||
"icon": "sports",
|
||||
"name": "Sports Center"
|
||||
"fields": [
|
||||
"sport"
|
||||
],
|
||||
"name": "Sports Center / Gym"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"icon": "pitch",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
|
||||
Vendored
+2
-2
@@ -1150,7 +1150,7 @@
|
||||
"terms": "doctor,doctor's office"
|
||||
},
|
||||
"amenity/dojo": {
|
||||
"name": "Martial Arts Training Hall",
|
||||
"name": "Dojo / Martial Arts Academy",
|
||||
"terms": "martial arts,dojo,dojang"
|
||||
},
|
||||
"amenity/drinking_water": {
|
||||
@@ -2130,7 +2130,7 @@
|
||||
"terms": ""
|
||||
},
|
||||
"leisure/sports_center": {
|
||||
"name": "Sports Center",
|
||||
"name": "Sports Center / Gym",
|
||||
"terms": "gym"
|
||||
},
|
||||
"leisure/stadium": {
|
||||
|
||||
Reference in New Issue
Block a user