Parameters: increase maximum buffer size for map files (Japan) (#789)
This commit is contained in:
parent
57bf615ab7
commit
d7d6fa57ac
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user