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);
|
mTileProjection.projectPoint(latitude, longitude, e);
|
||||||
|
|
||||||
|
if (!mTileSeparator.separate(e))
|
||||||
|
continue;
|
||||||
|
|
||||||
e.setLayer(layer);
|
e.setLayer(layer);
|
||||||
|
|
||||||
if (pois != null) {
|
if (pois != null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user