Skip to content

Commit

Permalink
disable fire hydrant diameter quest for Austria again (fixes #5470)
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Feb 5, 2024
1 parent 2c1493b commit 3dc7fb2
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -30,7 +30,8 @@ class AddFireHydrantDiameter : OsmFilterQuestType<FireHydrantDiameterAnswer>() {
diameters are added, the code in the form needs to be adapted */
// source: https://commons.wikimedia.org/wiki/Category:Fire_hydrant_signs_by_country
override val enabledInCountries = NoCountriesExcept(
"DE", "BE", "LU", "AT",
"DE", "BE", "LU",
// not "AT", - see https://community.openstreetmap.org/t/streetcomplete-quest-zu-hydrantendurchmesser-in-osterreich/108899
"GB", "IE",
"PL",
"FI",
Expand Down

0 comments on commit 3dc7fb2

Please sign in to comment.