From 3d5abf0a2cadaa4036c5420a2cceda0263b6f4c4 Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Sun, 1 Sep 2024 14:06:14 +0200 Subject: [PATCH] toilets= is not shown by OSM Carto --- .../java/de/westnordost/streetcomplete/quests/QuestsModule.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/de/westnordost/streetcomplete/quests/QuestsModule.kt b/app/src/main/java/de/westnordost/streetcomplete/quests/QuestsModule.kt index 1f9b07eca3..1d7e43d5d3 100644 --- a/app/src/main/java/de/westnordost/streetcomplete/quests/QuestsModule.kt +++ b/app/src/main/java/de/westnordost/streetcomplete/quests/QuestsModule.kt @@ -461,7 +461,7 @@ fun questTypeRegistry( 162 to AddSanitaryDumpStation(), // toilets - 118 to AddToiletAvailability(), // OSM Carto, shown in OsmAnd descriptions + 118 to AddToiletAvailability(), // shown in OsmAnd descriptions 119 to AddToiletsFee(), // used by OsmAnd in the object description 120 to AddBabyChangingTable(), // used by OsmAnd in the object description 121 to AddWheelchairAccessToiletsPart(),