Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 1563 → Rev 1565

/dongfang_FC_rewrite_tool/src/dongfang/mkt/ui/offscreendisplay/MapImageView.java
66,16 → 66,16
GPSPosition lowerRight = new GPSPosition();
GPSPosition highlight = new GPSPosition();
upperLeft.setLatitude((int)(47.327450 * 1E7));
upperLeft.setLongitude((int)(8.521657 * 1E7));
upperLeft.setLatitude(47.327450);
upperLeft.setLongitude(8.521657);
 
// * l/r: geotagged geo:lat=47.321749 geo:lon=8.534403
lowerRight.setLatitude((int)(47.321749 * 1E7));
lowerRight.setLongitude((int)(8.534403 * 1E7));
lowerRight.setLatitude(47.321749);
lowerRight.setLongitude(8.534403);
// geotagged geo:lat=47.324614 geo:lon=8.528202
highlight.setLatitude((int)(47.324714 * 1E7));
highlight.setLongitude((int)(8.528102 * 1E7));
highlight.setLatitude(47.324714);
highlight.setLongitude(8.528102);
MapImageView v = new MapImageView(upperLeft, lowerRight, "flugplatz_small.png");
v.hightlightPosition = highlight;