Enable placement of labels / symbols on polygons (after overzoom)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2017-2018 devemux86
|
||||
* Copyright 2017-2019 devemux86
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify it under the
|
||||
* terms of the GNU Lesser General Public License as published by the Free Software
|
||||
@@ -44,12 +44,12 @@ public final class Parameters {
|
||||
/**
|
||||
* Optimal placement of labels or symbols on polygons.
|
||||
*/
|
||||
public static boolean POLY_LABEL = false;
|
||||
public static boolean POLY_LABEL = true;
|
||||
|
||||
/**
|
||||
* Placement of symbols on polygons.
|
||||
*/
|
||||
public static boolean POLY_SYMBOL = false;
|
||||
public static boolean POLY_SYMBOL = true;
|
||||
|
||||
/**
|
||||
* POT textures in themes.
|
||||
|
||||
Reference in New Issue
Block a user