Skip to content

Commit

Permalink
Increase GeoHexGridTiler#FACTOR
Browse files Browse the repository at this point in the history
  • Loading branch information
iverase committed Oct 19, 2023
1 parent 1266718 commit 0e24234
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ static class BoundedGeoHexGridTiler extends GeoHexGridTiler {
private final GeoBoundingBox bbox;
private final GeoHexVisitor visitor;
private final int resolution;
private static final double FACTOR = 0.36;
private static final double FACTOR = 0.37;

BoundedGeoHexGridTiler(int resolution, GeoBoundingBox bbox) {
super(resolution);
Expand Down

0 comments on commit 0e24234

Please sign in to comment.