Merge pull request #586 from Gustl22/separator

MapDatabase: separate POIs
This commit is contained in:
Emux 2018-09-11 14:44:02 +03:00 committed by GitHub
commit 98717e7b46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) {