Skip to content

Commit

Permalink
Adjust MGRS cell size.
Browse files Browse the repository at this point in the history
  • Loading branch information
EMaksymenko committed Nov 21, 2023
1 parent bb44939 commit b9e9ca5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@ abstract class UTMSquareSector(
}

companion object {
const val MIN_CELL_SIZE_PIXELS = 50
const val MIN_CELL_SIZE_PIXELS = 100
}
}

0 comments on commit b9e9ca5

Please sign in to comment.