mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-03 09:53:40 +00:00
Add preset for amenity=language_school
This commit is contained in:
19
data/presets/presets/amenity/language_school.json
Normal file
19
data/presets/presets/amenity/language_school.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"icon": "maki-school",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"phone",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "school"
|
||||
},
|
||||
"name": "Language school"
|
||||
}
|
||||
Reference in New Issue
Block a user