Disable 'optimal' placement of labels or symbols on polygons
This commit is contained in:
@@ -5,6 +5,8 @@
|
|||||||
- vtm-desktop-lwjgl module [#714](https://github.com/mapsforge/vtm/pull/714)
|
- vtm-desktop-lwjgl module [#714](https://github.com/mapsforge/vtm/pull/714)
|
||||||
- vtm-desktop-lwjgl3 module [#717](https://github.com/mapsforge/vtm/pull/717)
|
- vtm-desktop-lwjgl3 module [#717](https://github.com/mapsforge/vtm/pull/717)
|
||||||
- Fix marker touch events [#723](https://github.com/mapsforge/vtm/issues/723)
|
- Fix marker touch events [#723](https://github.com/mapsforge/vtm/issues/723)
|
||||||
|
- Disable optimal placement of labels or symbols on polygons
|
||||||
|
- `Parameters.POLY_LABEL`
|
||||||
- Android 10 compatibility [#728](https://github.com/mapsforge/vtm/issues/728)
|
- Android 10 compatibility [#728](https://github.com/mapsforge/vtm/issues/728)
|
||||||
- libGDX 1.9.10 [#731](https://github.com/mapsforge/vtm/issues/731)
|
- libGDX 1.9.10 [#731](https://github.com/mapsforge/vtm/issues/731)
|
||||||
- Many other minor improvements and bug fixes
|
- Many other minor improvements and bug fixes
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ public final class Parameters {
|
|||||||
/**
|
/**
|
||||||
* Optimal placement of labels or symbols on polygons.
|
* Optimal placement of labels or symbols on polygons.
|
||||||
*/
|
*/
|
||||||
public static boolean POLY_LABEL = true;
|
public static boolean POLY_LABEL = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Placement of symbols on polygons.
|
* Placement of symbols on polygons.
|
||||||
|
|||||||
Reference in New Issue
Block a user