Skip to content

Commit

Permalink
Merge pull request #716 from mnalis/scee-kerb-fix688
Browse files Browse the repository at this point in the history
add AddKerbHeight to questsRequiringElementsWithoutTags to avoid overoptimisation bug
  • Loading branch information
mnalis authored Jan 8, 2025
2 parents a9e1e7d + 1ca023b commit 5a53240
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ class OsmQuestController internal constructor(
// must be valid names!
// todo: use actual class names, or better re-evaluate whether this is worth it and maybe invert to blacklist
private val questsRequiringElementsWithoutTags = hashSetOf("AddBarrierOnRoad", "AddBarrierOnPath", "AddCrossing",
"AddMaxHeight", "AddEntrance", "AddEntranceReference", "AddHousenumber", "AddDestination", "AddPisteDifficulty", "AddPisteRef", "AddPisteLit")
"AddMaxHeight", "AddEntrance", "AddEntranceReference", "AddHousenumber", "AddDestination", "AddPisteDifficulty",
"AddKerbHeight", "AddPisteRef", "AddPisteLit")

private val hiddenCache by lazy { synchronized(this) { hiddenDB.getAllIds().toHashSet() } }

Expand Down

0 comments on commit 5a53240

Please sign in to comment.