mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Merge pull request #4257 from openstreetmap/showerpre
Adding shower preset
This commit is contained in:
@@ -1958,6 +1958,11 @@ en:
|
||||
name: Shelter
|
||||
# 'terms: lean-to,gazebo,picnic'
|
||||
terms: '<translate with synonyms or related terms for ''Shelter'', separated by commas>'
|
||||
amenity/shower:
|
||||
# amenity=shower
|
||||
name: Shower
|
||||
# 'terms: gelato'
|
||||
terms: '<translate with synonyms or related terms for ''Shower'', separated by commas>'
|
||||
amenity/social_facility:
|
||||
# amenity=social_facility
|
||||
name: Social Facility
|
||||
|
||||
@@ -2565,6 +2565,28 @@
|
||||
},
|
||||
"name": "Shelter"
|
||||
},
|
||||
"amenity/shower": {
|
||||
"icon": "water",
|
||||
"fields": [
|
||||
"operator",
|
||||
"opening_hours",
|
||||
"fee",
|
||||
"supervised",
|
||||
"building_area"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"gelato"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "shower"
|
||||
},
|
||||
"name": "Shower"
|
||||
},
|
||||
"amenity/social_facility": {
|
||||
"icon": "poi-social-facility",
|
||||
"fields": [
|
||||
|
||||
22
data/presets/presets/amenity/shower.json
Normal file
22
data/presets/presets/amenity/shower.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"icon": "water",
|
||||
"fields": [
|
||||
"operator",
|
||||
"opening_hours",
|
||||
"fee",
|
||||
"supervised",
|
||||
"building_area"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"rain closet"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "shower"
|
||||
},
|
||||
"name": "Shower"
|
||||
}
|
||||
@@ -479,6 +479,10 @@
|
||||
"key": "amenity",
|
||||
"value": "shelter"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "shower"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "social_facility"
|
||||
|
||||
4
dist/locales/en.json
vendored
4
dist/locales/en.json
vendored
@@ -2765,6 +2765,10 @@
|
||||
"name": "Shelter",
|
||||
"terms": "lean-to,gazebo,picnic"
|
||||
},
|
||||
"amenity/shower": {
|
||||
"name": "Shower",
|
||||
"terms": "gelato"
|
||||
},
|
||||
"amenity/social_facility": {
|
||||
"name": "Social Facility",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user