We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e3866 commit 0823949Copy full SHA for 0823949
src/Nest/QueryDsl/Geo/GeoLocation.cs
@@ -82,7 +82,7 @@ public static GeoLocation TryCreate(double latitude, double longitude)
82
83
public override string ToString()
84
{
85
- return _latitude.ToString("#0.0#####") + "," + _longitude.ToString("#0.0#####");
+ return _latitude.ToString("#0.0#######") + "," + _longitude.ToString("#0.0#######");
86
}
87
88
public bool Equals(GeoLocation other)
0 commit comments