|
@@ -297,8 +297,8 @@ public class GeoCastUtil {
|
|
|
|
|
|
private static final double REFERENCE_LATITUDE = 22.970229;
|
|
|
private static final double REFERENCE_LONGITUDE = 113.746646;
|
|
|
- private static final double M_PER_PIXEL_X = 0.001;
|
|
|
- private static final double M_PER_PIXEL_Y = 0.001;
|
|
|
+ private static final double M_PER_PIXEL_X = 100;
|
|
|
+ private static final double M_PER_PIXEL_Y = 100;
|
|
|
|
|
|
public static Coordinate pixelToLatLng(double pixelX, double pixelY, double imageWidth, double imageHeight) {
|
|
|
|