java.lang.IllegalArgumentException: scale factor must not < 1 0.75
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via GitHub by rsudev
, 1 year agojava.lang.IllegalArgumentException: scale factor must not < 1 0.75
at org.mapsforge.core.util.MercatorProjection.getMapSizeWithScaleFactor(MercatorProjection.java:102)
at org.mapsforge.core.util.MercatorProjection.calculateGroundResolutionWithScaleFactor(MercatorProjection.java:63)
at org.mapsforge.core.util.MercatorProjection.metersToPixelsWithScaleFactor(MercatorProjection.java:313)
at cgeo.geocaching.maps.mapsforge.v6.layers.PositionLayer.draw(PositionLayer.java:51)
at org.mapsforge.map.layer.LayerManager.doWork(LayerManager.java:94)
at org.mapsforge.map.util.PausableThread.run(PausableThread.java:140)