Skip to content

Commit

Permalink
Change default location to Curacao
Browse files Browse the repository at this point in the history
  • Loading branch information
bubelov committed Feb 5, 2024
1 parent b3e0593 commit befb5e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/src/main/kotlin/conf/ConfRepo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ class ConfRepo(
companion object {
val DEFAULT_CONF = Conf(
lastSyncDate = null,
viewportNorthLat = 11.994133785187255,
viewportEastLon = 121.95219572432649,
viewportSouthLat = 11.945223417353624,
viewportWestLon = 121.90219745907318,
viewportNorthLat = 12.116667 + 0.04,
viewportEastLon = -68.933333 + 0.04 + 0.03,
viewportSouthLat = 12.116667 - 0.04,
viewportWestLon = -68.933333 - 0.04 + 0.03,
showAtms = true,
showOsmAttribution = true,
)
Expand Down

0 comments on commit befb5e3

Please sign in to comment.