Browse Source

education: bugfix, also include language_school from z16..

places
parent
commit
26c1b5e046
  1. 8
      education.json

8
education.json

@ -29,17 +29,13 @@
], ],
"14": [ "14": [
"(", "(",
"node[amenity~'^(college|university|library|school|kindergarten|language_school)$'];",
"way[amenity~'^(college|university|library|school|kindergarten|language_school)$'];",
"relation[amenity~'^(college|university|library|school|kindergarten|language_school)$'];",
"nwr[amenity~'^(college|university|library|school|kindergarten|language_school)$'];",
"nwr[office~\"^(educational_institution|research)$\"];", "nwr[office~\"^(educational_institution|research)$\"];",
")" ")"
], ],
"16": [ "16": [
"(", "(",
"node[amenity~'^(college|university|library|school|kindergarten|public_bookcase)$'];",
"way[amenity~'^(college|university|library|school|kindergarten|public_bookcase)$'];",
"relation[amenity~'^(college|university|library|school|kindergarten|public_bookcase)$'];",
"nwr[amenity~'^(college|university|library|school|kindergarten|language_school|public_bookcase)$'];",
"nwr[office~\"^(educational_institution|research)$\"];", "nwr[office~\"^(educational_institution|research)$\"];",
")" ")"
] ]

Loading…
Cancel
Save