Clock preset

This commit is contained in:
John Firebaugh
2014-01-03 13:31:02 -08:00
parent 3e2968310b
commit 354ef9df44
5 changed files with 28 additions and 0 deletions

View File

@@ -438,6 +438,9 @@ en:
amenity/clinic:
name: Clinic
terms: "<translate with synonyms or related terms for 'Clinic', separated by commas>"
amenity/clock:
name: Clock
terms: "<translate with synonyms or related terms for 'Clock', separated by commas>"
amenity/college:
name: College
terms: "<translate with synonyms or related terms for 'College', separated by commas>"

View File

@@ -629,6 +629,16 @@
"opening_hours"
]
},
"amenity/clock": {
"geometry": [
"point",
"vertex"
],
"tags": {
"amenity": "clock"
},
"name": "Clock"
},
"amenity/college": {
"icon": "college",
"fields": [

View File

@@ -0,0 +1,10 @@
{
"geometry": [
"point",
"vertex"
],
"tags": {
"amenity": "clock"
},
"name": "Clock"
}

View File

@@ -1014,6 +1014,10 @@
"name": "Clinic",
"terms": "clinic,medical clinic"
},
"amenity/clock": {
"name": "Clock",
"terms": ""
},
"amenity/college": {
"name": "College",
"terms": ""

View File

@@ -7,6 +7,7 @@ iD.areaKeys = {
"amenity": {
"atm": true,
"bench": true,
"clock": true,
"drinking_water": true,
"post_box": true,
"telephone": true,