mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
Run make
This commit is contained in:
@@ -2552,6 +2552,11 @@ en:
|
||||
# landuse=quarry
|
||||
name: Quarry
|
||||
terms: '<translate with synonyms or related terms for ''Quarry'', separated by commas>'
|
||||
landuse/recreation_ground:
|
||||
# landuse=recreation_ground
|
||||
name: Recreation Ground
|
||||
# 'terms: playing fields'
|
||||
terms: '<translate with synonyms or related terms for ''Recreation Ground'', separated by commas>'
|
||||
landuse/residential:
|
||||
# landuse=residential
|
||||
name: Residential Area
|
||||
|
||||
@@ -5660,6 +5660,18 @@
|
||||
"terms": [],
|
||||
"name": "Quarry"
|
||||
},
|
||||
"landuse/recreation_ground": {
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"landuse": "recreation_ground"
|
||||
},
|
||||
"terms": [
|
||||
"playing fields"
|
||||
],
|
||||
"name": "Recreation Ground"
|
||||
},
|
||||
"landuse/residential": {
|
||||
"icon": "building",
|
||||
"geometry": [
|
||||
|
||||
@@ -1284,6 +1284,10 @@
|
||||
"key": "landuse",
|
||||
"value": "quarry"
|
||||
},
|
||||
{
|
||||
"key": "landuse",
|
||||
"value": "recreation_ground"
|
||||
},
|
||||
{
|
||||
"key": "landuse",
|
||||
"value": "residential"
|
||||
|
||||
Vendored
+4
@@ -2879,6 +2879,10 @@
|
||||
"name": "Quarry",
|
||||
"terms": ""
|
||||
},
|
||||
"landuse/recreation_ground": {
|
||||
"name": "Recreation Ground",
|
||||
"terms": "playing fields"
|
||||
},
|
||||
"landuse/residential": {
|
||||
"name": "Residential Area",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user