Parameters: increase maximum buffer size for map files (Japan) (#789)

This commit is contained in:
Emux 2020-10-19 13:39:22 +03:00 committed by GitHub
parent 57bf615ab7
commit d7d6fa57ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ public final class Parameters {
/**
* Maximum buffer size for map files.
*/
public static int MAXIMUM_BUFFER_SIZE = 8000000;
public static int MAXIMUM_BUFFER_SIZE = 10000000;
/**
* Calculation of centroids for all polygons.