mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-20 04:35:32 +00:00
Error: Double.doubletoLongBits() not supported by GWTError:
Double.doubletoLongBits() not supported by GWT
This commit is contained in:
+1
-1
@@ -167,7 +167,7 @@ public class ReverseGeocoderImpl implements ReverseGeocoder {
|
||||
} catch (ClassCastException e) {
|
||||
lngDeg = ((Long) json.get("lng")).doubleValue();
|
||||
}
|
||||
SerializablePosition position = new SerializablePositionImpl(latDeg, lngDeg);
|
||||
// SerializablePosition position = new SerializablePositionImpl(latDeg, lngDeg);
|
||||
|
||||
long population = (Long) json.get("population");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user