mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
childcare amenity
Added childcare amenity tag. Removed conflicting terms in kindergarten tag.
This commit is contained in:
21
data/presets/presets/amenity/childcare.json
Normal file
21
data/presets/presets/amenity/childcare.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"icon": "school",
|
||||
"fields": [
|
||||
"building_area",
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"nursery",
|
||||
"orphanage",
|
||||
"playgroup"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "childcare"
|
||||
},
|
||||
"name": "Childcare"
|
||||
}
|
||||
@@ -10,10 +10,8 @@
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"preschool",
|
||||
"nursery",
|
||||
"childcare",
|
||||
"playgroup"
|
||||
"preschool"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "kindergarten"
|
||||
|
||||
Reference in New Issue
Block a user