Update basemap processor

This commit is contained in:
vshcherb 2013-09-24 00:47:01 +02:00
parent b268eff282
commit bc88a329b4

View file

@ -152,6 +152,7 @@ public class Way extends Entity {
if(nodes != null) {
for(Node n : nodes){
if(qr == null) {
qr = new QuadRect();
qr.left = (float) n.getLongitude();
qr.right = (float) n.getLongitude();
qr.top = (float) n.getLatitude();