Skip to content

Commit

Permalink
Fix streetcomplete#4899 : Restore driving_school in the add opening h…
Browse files Browse the repository at this point in the history
…ours quest

amenity driving_school was lost in the migration from java to kotlin
  • Loading branch information
bmaggi committed Mar 23, 2023
1 parent 1c1b424 commit 3cd119d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class AddOpeningHours(
"townhall", "courthouse", "embassy", "community_centre", "youth_centre", "library", // civic
"bank", "bureau_de_change", "money_transfer", "post_office", "marketplace", // commercial
"internet_cafe", "payment_centre",
"car_wash", "car_rental", "fuel", // car stuff
"car_wash", "car_rental", "fuel","driving_school", // car stuff
"dentist", "doctors", "clinic", "pharmacy", "veterinary", // health
"animal_boarding", "animal_shelter", "animal_breeding", // animals
"coworking_space", // work
Expand Down

0 comments on commit 3cd119d

Please sign in to comment.