mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 19:26:41 +02:00
Add welcome sign preset and derived data for #7846
This commit is contained in:
@@ -7244,6 +7244,11 @@ en:
|
||||
# place=village
|
||||
name: Village
|
||||
terms: '<translate with synonyms or related terms for ''Village'', separated by commas>'
|
||||
place/welcome_sign:
|
||||
# 'description=A sign welcoming users to a place, place=welcome'
|
||||
name: Welcome Sign
|
||||
# 'terms: new location'
|
||||
terms: '<translate with synonyms or related terms for ''Welcome Sign'', separated by commas>'
|
||||
playground:
|
||||
# playground=*
|
||||
name: Playground Equipment
|
||||
|
||||
@@ -939,6 +939,7 @@
|
||||
"place/suburb": {"icon": "maki-triangle-stroked", "fields": ["name", "population"], "moreFields": ["{place}", "website"], "geometry": ["point", "area"], "tags": {"place": "suburb"}, "terms": ["boro", "borough", "quarter"], "name": "Borough / Suburb"},
|
||||
"place/town": {"icon": "maki-town", "fields": ["name", "population"], "moreFields": ["{place}", "website"], "geometry": ["point", "area"], "tags": {"place": "town"}, "name": "Town"},
|
||||
"place/village": {"icon": "maki-village", "fields": ["name", "population"], "moreFields": ["{place}", "website"], "geometry": ["point", "area"], "tags": {"place": "village"}, "name": "Village"},
|
||||
"place/welcome_sign": {"icon": "maki-lighthouse", "geometry": ["point", "area"], "terms": ["new location"], "tags": {"description": "A sign welcoming users to a place", "place": "welcome"}, "name": "Welcome Sign"},
|
||||
"playground/balance_beam": {"icon": "maki-playground", "geometry": ["point", "line"], "tags": {"playground": "balancebeam"}, "name": "Play Balance Beam"},
|
||||
"playground/basket_spinner": {"icon": "maki-playground", "geometry": ["point"], "terms": ["basket rotator"], "tags": {"playground": "basketrotator"}, "name": "Basket Spinner"},
|
||||
"playground/basket_swing": {"icon": "maki-playground", "geometry": ["point"], "tags": {"playground": "basketswing"}, "name": "Basket Swing"},
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"icon": "maki-lighthouse",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"new location"
|
||||
],
|
||||
"tags": {
|
||||
"description": "A sign welcoming users to a place",
|
||||
"place": "welcome"
|
||||
},
|
||||
"name": "Welcome Sign"
|
||||
}
|
||||
@@ -917,6 +917,7 @@
|
||||
{"key": "place", "value": "suburb", "description": "🄿 Borough / Suburb", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/triangle-stroked-15.svg"},
|
||||
{"key": "place", "value": "town", "description": "🄿 Town", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/town-15.svg"},
|
||||
{"key": "place", "value": "village", "description": "🄿 Village", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/village-15.svg"},
|
||||
{"key": "place", "value": "welcome", "description": "🄿 Welcome Sign", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/lighthouse-15.svg"},
|
||||
{"key": "playground", "value": "balancebeam", "description": "🄿 Play Balance Beam", "object_types": ["node", "way"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/playground-15.svg"},
|
||||
{"key": "playground", "value": "basketrotator", "description": "🄿 Basket Spinner", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/playground-15.svg"},
|
||||
{"key": "playground", "value": "basketswing", "description": "🄿 Basket Swing", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/playground-15.svg"},
|
||||
|
||||
Vendored
+4
@@ -8924,6 +8924,10 @@
|
||||
"name": "Village",
|
||||
"terms": ""
|
||||
},
|
||||
"place/welcome_sign": {
|
||||
"name": "Welcome Sign",
|
||||
"terms": "new location"
|
||||
},
|
||||
"playground/balance_beam": {
|
||||
"name": "Play Balance Beam",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user