mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 07:46:58 +02:00
npm run build for recent preset updates
This commit is contained in:
@@ -3619,6 +3619,11 @@ en:
|
||||
name: House
|
||||
# 'terms: home,family,residence,dwelling'
|
||||
terms: '<translate with synonyms or related terms for ''House'', separated by commas>'
|
||||
building/houseboat:
|
||||
# building=houseboat
|
||||
name: Houseboat
|
||||
# 'terms: home,family,residence,dwelling'
|
||||
terms: '<translate with synonyms or related terms for ''Houseboat'', separated by commas>'
|
||||
building/hut:
|
||||
# building=hut
|
||||
name: Hut
|
||||
|
||||
+3166
-3165
File diff suppressed because it is too large
Load Diff
@@ -307,6 +307,7 @@
|
||||
{"key": "building", "value": "hospital", "description": "🄿 Hospital Building", "object_types": ["area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/building-15.svg?sanitize=true"},
|
||||
{"key": "building", "value": "hotel", "description": "🄿 Hotel Building", "object_types": ["area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/building-15.svg?sanitize=true"},
|
||||
{"key": "building", "value": "house", "description": "🄿 House", "object_types": ["area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/home-15.svg?sanitize=true"},
|
||||
{"key": "building", "value": "houseboat", "description": "🄿 Houseboat", "object_types": ["area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/home-15.svg?sanitize=true"},
|
||||
{"key": "building", "value": "hut", "description": "🄿 Hut", "object_types": ["area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/home-15.svg?sanitize=true"},
|
||||
{"key": "building", "value": "industrial", "description": "🄿 Industrial Building", "object_types": ["area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/industry-15.svg?sanitize=true"},
|
||||
{"key": "building", "value": "kindergarten", "description": "🄿 Preschool/Kindergarten Building", "object_types": ["area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/building-15.svg?sanitize=true"},
|
||||
|
||||
Vendored
+4
@@ -5478,6 +5478,10 @@
|
||||
"name": "House",
|
||||
"terms": "home,family,residence,dwelling"
|
||||
},
|
||||
"building/houseboat": {
|
||||
"name": "Houseboat",
|
||||
"terms": "home,family,residence,dwelling"
|
||||
},
|
||||
"building/hut": {
|
||||
"name": "Hut",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user