-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…e unit conversion properly from distance (meters, km, etc.) to decimal degrees (EPSG:4326 long/lat). There is still a degree of error difficult to compensate for when dealing polygons (e.g a country). Future work will adopt a more accurate approach consistent with other LocationTech projects Add 'some' support date line crossing for the DWITHIN function Clip hemisphere crossing. A separate issue will be made for dealing the poles.
- Loading branch information
1 parent
08b66af
commit f436d0b
Showing
8 changed files
with
946 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,5 @@ public static String toCQL( | |
new StringBuilder()); | ||
|
||
return output.toString(); | ||
|
||
} | ||
} |
Oops, something went wrong.