Browse Source

Education: include amenity=childcare

pedestrian
parent
commit
29a44c02cf
  1. 9
      education.json

9
education.json

@ -29,13 +29,13 @@
],
"14": [
"(",
"nwr[amenity~'^(college|university|library|school|kindergarten|language_school)$'];",
"nwr[amenity~'^(college|university|library|school|kindergarten|language_school|childcare)$'];",
"nwr[office~\"^(educational_institution|research)$\"];",
")"
],
"16": [
"(",
"nwr[amenity~'^(college|university|library|school|kindergarten|language_school|public_bookcase)$'];",
"nwr[amenity~'^(college|university|library|school|kindergarten|language_school|public_bookcase|childcare)$'];",
"nwr[office~\"^(educational_institution|research)$\"];",
")"
]
@ -110,6 +110,11 @@
"sign": "⛹",
"zoom": 14
},
"amenity=childcare": {
"priority": 4,
"sign": "⛹",
"zoom": 14
},
"amenity=public_bookcase": {
"priority": 5,
"sign": "📚",

Loading…
Cancel
Save