Skip to content

Commit

Permalink
Hide ATMs by default
Browse files Browse the repository at this point in the history
  • Loading branch information
bubelov committed Oct 24, 2024
1 parent 998af69 commit a1bd434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/androidMain/kotlin/conf/ConfRepo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ConfRepo(
viewportEastLon = -68.933333 + 0.04 + 0.03,
viewportSouthLat = 12.116667 - 0.04,
viewportWestLon = -68.933333 - 0.04 + 0.03,
showAtms = true,
showAtms = false,
showOsmAttribution = true,
showSyncSummary = context.isDebuggable(),
showAllNewElements = context.isDebuggable(),
Expand Down

0 comments on commit a1bd434

Please sign in to comment.