mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
npm run build for new preset, and correct capitalization
This commit is contained in:
@@ -5040,6 +5040,10 @@ en:
|
||||
# place=city
|
||||
name: City
|
||||
terms: '<translate with synonyms or related terms for ''City'', separated by commas>'
|
||||
place/city_block:
|
||||
# place=city_block
|
||||
name: City Block
|
||||
terms: '<translate with synonyms or related terms for ''City Block'', separated by commas>'
|
||||
place/farm:
|
||||
# place=farm
|
||||
name: Farm
|
||||
|
||||
@@ -668,6 +668,7 @@
|
||||
"piste/sled": {"icon": "fas-snowflake", "fields": ["name", "piste/type", "piste/difficulty", "piste/grooming", "oneway", "lit"], "geometry": ["line", "area"], "terms": ["ski", "sled", "luge", "sleigh", "sledge", "piste"], "tags": {"piste:type": "sled"}, "name": "Sled Piste"},
|
||||
"piste/sleigh": {"icon": "fas-snowflake", "fields": ["name", "piste/type", "piste/difficulty", "piste/grooming", "oneway", "lit"], "geometry": ["line", "area"], "terms": ["ski", "piste", "sled", "luge", "sleigh", "sledge", "ski-joring", "husky", "horse"], "tags": {"piste:type": "sleigh"}, "name": "Sleigh Piste"},
|
||||
"place/farm": {"icon": "maki-farm", "geometry": ["point", "area"], "fields": ["name"], "tags": {"place": "farm"}, "name": "Farm", "searchable": false},
|
||||
"place/city_block": {"icon": "maki-triangle-stroked", "fields": ["name"], "geometry": ["point", "area"], "tags": {"place": "city_block"}, "name": "City Block"},
|
||||
"place/city": {"icon": "maki-city", "fields": ["name", "population"], "geometry": ["point", "area"], "tags": {"place": "city"}, "name": "City"},
|
||||
"place/hamlet": {"icon": "maki-triangle-stroked", "fields": ["name", "population"], "geometry": ["point", "area"], "tags": {"place": "hamlet"}, "name": "Hamlet"},
|
||||
"place/island": {"icon": "maki-mountain", "geometry": ["point", "area"], "fields": ["name"], "terms": ["archipelago", "atoll", "bar", "cay", "isle", "islet", "key", "reef"], "tags": {"place": "island"}, "name": "Island"},
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
{
|
||||
"fields": [
|
||||
"name"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"place": "city_block"
|
||||
},
|
||||
"name": "City block"
|
||||
"icon": "maki-triangle-stroked",
|
||||
"fields": [
|
||||
"name"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"place": "city_block"
|
||||
},
|
||||
"name": "City Block"
|
||||
}
|
||||
|
||||
@@ -4474,6 +4474,13 @@
|
||||
"object_types": ["node", "area"],
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/farm-15.svg?sanitize=true"
|
||||
},
|
||||
{
|
||||
"key": "place",
|
||||
"value": "city_block",
|
||||
"description": "City Block",
|
||||
"object_types": ["node", "area"],
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/triangle-stroked-15.svg?sanitize=true"
|
||||
},
|
||||
{
|
||||
"key": "place",
|
||||
"value": "city",
|
||||
|
||||
Vendored
+4
@@ -5830,6 +5830,10 @@
|
||||
"name": "Farm",
|
||||
"terms": ""
|
||||
},
|
||||
"place/city_block": {
|
||||
"name": "City Block",
|
||||
"terms": ""
|
||||
},
|
||||
"place/city": {
|
||||
"name": "City",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user