mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Changed marks from circles to squares #fix
This commit is contained in:
@@ -209,7 +209,8 @@ public class CanvasController {
|
|||||||
double y = (ORIGIN_LAT - singleMark.getLatitude()) * 1000;
|
double y = (ORIGIN_LAT - singleMark.getLatitude()) * 1000;
|
||||||
|
|
||||||
gc.setFill(color);
|
gc.setFill(color);
|
||||||
gc.fillOval(x, y, 0.5, 0.5);
|
gc.fillRect(x,y,0.5,0.5);
|
||||||
|
//gc.fillOval(x, y, 0.5, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user