Skip to content

Commit 34b4e0e

Browse files
authored
Add education-related place types to Places.kt (#6782)
1 parent ff841d2 commit 34b4e0e

File tree

1 file changed

+11
-0
lines changed
  • app/src/commonMain/kotlin/de/westnordost/streetcomplete/osm

1 file changed

+11
-0
lines changed

app/src/commonMain/kotlin/de/westnordost/streetcomplete/osm/Places.kt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,17 @@ private val IS_PLACE_EXPRESSION by lazy {
145145
"place_of_worship",
146146
"public_bath",
147147
),
148+
"education" to listOf(
149+
"college",
150+
"dancing_school",
151+
"driving_school",
152+
"kindergarten",
153+
"language_school",
154+
"music_school",
155+
"prep_school",
156+
"school",
157+
"university",
158+
),
148159
"emergency" to listOf(
149160
"air_rescue_service",
150161
"ambulance_station",

0 commit comments

Comments
 (0)