mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Clock preset
This commit is contained in:
@@ -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>"
|
||||
|
||||
@@ -629,6 +629,16 @@
|
||||
"opening_hours"
|
||||
]
|
||||
},
|
||||
"amenity/clock": {
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "clock"
|
||||
},
|
||||
"name": "Clock"
|
||||
},
|
||||
"amenity/college": {
|
||||
"icon": "college",
|
||||
"fields": [
|
||||
|
||||
10
data/presets/presets/amenity/clock.json
Normal file
10
data/presets/presets/amenity/clock.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "clock"
|
||||
},
|
||||
"name": "Clock"
|
||||
}
|
||||
4
dist/locales/en.json
vendored
4
dist/locales/en.json
vendored
@@ -1014,6 +1014,10 @@
|
||||
"name": "Clinic",
|
||||
"terms": "clinic,medical clinic"
|
||||
},
|
||||
"amenity/clock": {
|
||||
"name": "Clock",
|
||||
"terms": ""
|
||||
},
|
||||
"amenity/college": {
|
||||
"name": "College",
|
||||
"terms": ""
|
||||
|
||||
@@ -7,6 +7,7 @@ iD.areaKeys = {
|
||||
"amenity": {
|
||||
"atm": true,
|
||||
"bench": true,
|
||||
"clock": true,
|
||||
"drinking_water": true,
|
||||
"post_box": true,
|
||||
"telephone": true,
|
||||
|
||||
Reference in New Issue
Block a user