Stupib bug sorting notes.
This commit is contained in:
parent
61d3373c89
commit
ce074b5d22
|
@ -89,7 +89,7 @@ const LocationInfo: React.FC<{}> = () => {
|
||||||
roughDistance(scope.center, {
|
roughDistance(scope.center, {
|
||||||
lon: first.geometry.coordinates[0],
|
lon: first.geometry.coordinates[0],
|
||||||
lat: first.geometry.coordinates[1],
|
lat: first.geometry.coordinates[1],
|
||||||
}) >
|
}) -
|
||||||
roughDistance(scope.center, {
|
roughDistance(scope.center, {
|
||||||
lon: second.geometry.coordinates[0],
|
lon: second.geometry.coordinates[0],
|
||||||
lat: second.geometry.coordinates[1],
|
lat: second.geometry.coordinates[1],
|
||||||
|
|
Loading…
Reference in New Issue