add preset for hackerspace

This commit is contained in:
Wille Marcel
2017-09-09 12:18:22 -03:00
parent 1c9719d763
commit 910c463d98
5 changed files with 53 additions and 0 deletions
+5
View File
@@ -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
+20
View File
@@ -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"
}
+4
View File
@@ -1638,6 +1638,10 @@
"key": "leisure",
"value": "golf_course"
},
{
"key": "leisure",
"value": "hackerspace"
},
{
"key": "leisure",
"value": "horse_riding"
+4
View File
@@ -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"