Update basemap processor
This commit is contained in:
parent
b268eff282
commit
bc88a329b4
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue