Parameters: increase maximum buffer size for map files (Japan) (#789)
This commit is contained in:
@@ -44,7 +44,7 @@ public final class Parameters {
|
|||||||
/**
|
/**
|
||||||
* Maximum buffer size for map files.
|
* 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.
|
* Calculation of centroids for all polygons.
|
||||||
|
|||||||
Reference in New Issue
Block a user