mapsforge: remove duplicate points
This commit is contained in:
parent
a492aaa733
commit
1d5fa4b9db
@ -841,6 +841,7 @@ public class MapDatabase implements ITileDataSource {
|
||||
if (!mTileClipper.clip(e)) {
|
||||
continue;
|
||||
}
|
||||
e.simplify(1, true);
|
||||
|
||||
e.setLayer(layer);
|
||||
mapDataSink.process(e);
|
||||
|
Loading…
x
Reference in New Issue
Block a user