Merge pull request #586 from Gustl22/separator
MapDatabase: separate POIs
This commit is contained in:
commit
98717e7b46
@ -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