parent
2ac7cfc7b9
commit
5ca313a9b2
@ -247,7 +247,7 @@ public abstract class ItemizedLayer<Item extends MarkerItem> extends MarkerLayer
|
|||||||
it.item = createItem(a);
|
it.item = createItem(a);
|
||||||
|
|
||||||
// pre-project points
|
// pre-project points
|
||||||
MercatorProjection.project(it.item.mGeoPoint, mMapPoint);
|
MercatorProjection.project(it.item.getPoint(), mMapPoint);
|
||||||
it.px = mMapPoint.x;
|
it.px = mMapPoint.x;
|
||||||
it.py = mMapPoint.y;
|
it.py = mMapPoint.y;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user