mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
add preset for hackerspace
This commit is contained in:
@@ -3256,6 +3256,11 @@ en:
|
||||
name: Golf Course
|
||||
# 'terms: links'
|
||||
terms: '<translate with synonyms or related terms for ''Golf Course'', separated by commas>'
|
||||
leisure/hackerspace:
|
||||
# leisure=hackerspace
|
||||
name: Hackerspace
|
||||
# 'terms: makerspace,hackspace,hacklab'
|
||||
terms: '<translate with synonyms or related terms for ''Hackerspace'', separated by commas>'
|
||||
leisure/horse_riding:
|
||||
# leisure=horse_riding
|
||||
name: Horseback Riding Facility
|
||||
|
||||
@@ -8456,6 +8456,26 @@
|
||||
},
|
||||
"name": "Golf Course"
|
||||
},
|
||||
"leisure/hackerspace": {
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"website"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"terms": [
|
||||
"makerspace",
|
||||
"hackspace",
|
||||
"hacklab"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "hackerspace"
|
||||
},
|
||||
"name": "Hackerspace"
|
||||
},
|
||||
"leisure/horse_riding": {
|
||||
"icon": "horse-riding",
|
||||
"fields": [
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"website"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"terms": [
|
||||
"makerspace",
|
||||
"hackspace",
|
||||
"hacklab"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "hackerspace"
|
||||
},
|
||||
"name": "Hackerspace"
|
||||
}
|
||||
@@ -1638,6 +1638,10 @@
|
||||
"key": "leisure",
|
||||
"value": "golf_course"
|
||||
},
|
||||
{
|
||||
"key": "leisure",
|
||||
"value": "hackerspace"
|
||||
},
|
||||
{
|
||||
"key": "leisure",
|
||||
"value": "horse_riding"
|
||||
|
||||
Vendored
+4
@@ -3937,6 +3937,10 @@
|
||||
"name": "Golf Course",
|
||||
"terms": "links"
|
||||
},
|
||||
"leisure/hackerspace": {
|
||||
"name": "Hackerspace",
|
||||
"terms": "makerspace,hackspace,hacklab"
|
||||
},
|
||||
"leisure/horse_riding": {
|
||||
"name": "Horseback Riding Facility",
|
||||
"terms": "equestrian,stable"
|
||||
|
||||
Reference in New Issue
Block a user