MapDatabase: separate POIs

This commit is contained in:
Gustl22 2018-09-09 21:42:27 +02:00
parent d36320967c
commit e0f6afaf43

View File

@ -672,6 +672,9 @@ public class MapDatabase implements ITileDataSource {
}
mTileProjection.projectPoint(latitude, longitude, e);
if (!mTileSeparator.separate(e))
continue;
e.setLayer(layer);
if (pois != null) {