Allow custom tile size instead of the calculated one
This commit is contained in:
@@ -16,6 +16,11 @@ package org.oscim.utils;
|
||||
|
||||
public final class Parameters {
|
||||
|
||||
/**
|
||||
* Allow custom tile size instead of the calculated one.
|
||||
*/
|
||||
public static boolean CUSTOM_TILE_SIZE = false;
|
||||
|
||||
/**
|
||||
* If true the <code>MapEventLayer2</code> will be used instead of default <code>MapEventLayer</code>.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user