mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 19:26:41 +02:00
Adjust fields (building->building_area), run make for yoga preset
This commit is contained in:
@@ -2601,6 +2601,11 @@ en:
|
||||
name: Firepit
|
||||
# 'terms: fireplace,campfire'
|
||||
terms: '<translate with synonyms or related terms for ''Firepit'', separated by commas>'
|
||||
leisure/fitness_centre/yoga:
|
||||
# 'leisure=fitness_centre, sport=yoga'
|
||||
name: Yoga Studio
|
||||
# 'terms: studio'
|
||||
terms: '<translate with synonyms or related terms for ''Yoga Studio'', separated by commas>'
|
||||
leisure/garden:
|
||||
# leisure=garden
|
||||
name: Garden
|
||||
|
||||
@@ -5813,6 +5813,27 @@
|
||||
],
|
||||
"name": "Firepit"
|
||||
},
|
||||
"leisure/fitness_centre/yoga": {
|
||||
"icon": "pitch",
|
||||
"fields": [
|
||||
"sport",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"studio"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "fitness_centre",
|
||||
"sport": "yoga"
|
||||
},
|
||||
"name": "Yoga Studio"
|
||||
},
|
||||
"leisure/garden": {
|
||||
"icon": "garden",
|
||||
"geometry": [
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
{
|
||||
"icon": "pitch",
|
||||
"fields": [
|
||||
"operator",
|
||||
"sport",
|
||||
"address",
|
||||
"building"
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"yoga",
|
||||
"studio"
|
||||
],
|
||||
"tags": {
|
||||
"leisure":"fitness_centre",
|
||||
"sport":"yoga"
|
||||
"leisure": "fitness_centre",
|
||||
"sport": "yoga"
|
||||
},
|
||||
"name": "Yoga Studio"
|
||||
}
|
||||
|
||||
@@ -1327,6 +1327,10 @@
|
||||
"key": "leisure",
|
||||
"value": "firepit"
|
||||
},
|
||||
{
|
||||
"key": "sport",
|
||||
"value": "yoga"
|
||||
},
|
||||
{
|
||||
"key": "leisure",
|
||||
"value": "garden"
|
||||
|
||||
Vendored
+4
@@ -2923,6 +2923,10 @@
|
||||
"name": "Firepit",
|
||||
"terms": "fireplace,campfire"
|
||||
},
|
||||
"leisure/fitness_centre/yoga": {
|
||||
"name": "Yoga Studio",
|
||||
"terms": "studio"
|
||||
},
|
||||
"leisure/garden": {
|
||||
"name": "Garden",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user