-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugfix: Update tests for current GEOS versions #3
base: master
Are you sure you want to change the base?
Bugfix: Update tests for current GEOS versions #3
Commits on Nov 29, 2023
-
Update Multipoint Format in WKBReader GEOS 3.12
WKB Multipoint formatting update, see libgeos/geos#903
masrih authored and masrih committedNov 29, 2023 Configuration menu - View commit details
-
Copy full SHA for 13f3ee2 - Browse repository at this point
Copy the full SHA 13f3ee2View commit details -
Update Output Dimensions in WKBWriter GEOS 3.12
2, 3, or 4 dimensions. Default since GEOS 3.12 is 4. see: libgeos/geos#908
masrih authored and masrih committedNov 29, 2023 Configuration menu - View commit details
-
Copy full SHA for a4701d5 - Browse repository at this point
Copy the full SHA a4701d5View commit details -
Update Format and Output Dimensions in WKTWriter
Set trim to true to go with all GEOS Versions, mentioned here https://git.osgeo.org/gitea/geos/php-geos/issues/31
masrih authored and masrih committedNov 29, 2023 Configuration menu - View commit details
-
Copy full SHA for ccd0121 - Browse repository at this point
Copy the full SHA ccd0121View commit details -
Update Multipoint Formats and Values in Geoemetry GEOS 3.12
Also see libgeos/geos#903 Convert to consistent format before comparison, see: libgeos/geos@4acb5e0
masrih authored and masrih committedNov 29, 2023 Configuration menu - View commit details
-
Copy full SHA for 2bcd0fb - Browse repository at this point
Copy the full SHA 2bcd0fbView commit details -
Geos version-related constants
defines several constants related to the GEOS library version
masrih authored and masrih committedNov 29, 2023 Configuration menu - View commit details
-
Copy full SHA for b3533c7 - Browse repository at this point
Copy the full SHA b3533c7View commit details
Commits on Nov 30, 2023
-
removing unnecessary test file
masrih authored and masrih committedNov 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 09c4a3b - Browse repository at this point
Copy the full SHA 09c4a3bView commit details
Commits on Dec 1, 2023
-
Added more version-related constants
masrih authored and masrih committedDec 1, 2023 Configuration menu - View commit details
-
Copy full SHA for f42a9d1 - Browse repository at this point
Copy the full SHA f42a9d1View commit details -
Update Output Dimensions configuration constant in WKBWriter
masrih authored and masrih committedDec 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 24fb484 - Browse repository at this point
Copy the full SHA 24fb484View commit details -
Update Output Dimensions configuration constant in WKTWriter
masrih authored and masrih committedDec 1, 2023 Configuration menu - View commit details
-
Copy full SHA for d488c04 - Browse repository at this point
Copy the full SHA d488c04View commit details -
Corrected negative zero and change expected values for GEOS 3.11 in G…
…eometry
masrih authored and masrih committedDec 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 6bc11fe - Browse repository at this point
Copy the full SHA 6bc11feView commit details -
Changed 'include' to 'require'
also deleting unnecessary lines/comments
masrih authored and masrih committedDec 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 20491fb - Browse repository at this point
Copy the full SHA 20491fbView commit details -
masrih authored and masrih committed
Dec 1, 2023 Configuration menu - View commit details
-
Copy full SHA for fb44078 - Browse repository at this point
Copy the full SHA fb44078View commit details
Commits on Dec 4, 2023
-
Introduce assertEqualsAny and fix version comparison
Introduce `assertEqualsAny` function for cleaner assertions with more than two expected values. Correct the version comparison for GEOS_DEFAULT_EMPTY from 3.11 to 3.9.
masrih authored and masrih committedDec 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 1d7e220 - Browse repository at this point
Copy the full SHA 1d7e220View commit details