MapDatabase: separate POIs
This commit is contained in:
parent
d36320967c
commit
e0f6afaf43
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user