| Age | Commit message (Collapse) | Author |
|
__num_dimensions lookup.
|
|
SpatiaLite.
|
|
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
|
|
|
|
https://github.com/psf/black/releases/tag/25.1.0
|
|
|
|
https://github.com/psf/black/releases/tag/24.1.0
|
|
Spatialite 5.1 added support for BoundingCircle
(GEOSMinimumBoundingCircle). GEOS 3.7 is required which is lower than
Django's currently supported minmum of 3.8.
https://groups.google.com/g/spatialite-users/c/hAJ2SgitN4M
https://www.gaia-gis.it/gaia-sins/spatialite-sql-5.1.0.html
|
|
|
|
db_table on SpatiaLite.
|
|
Co-authored-by: Ondřej Böhm <ondrej.bohm@firma.seznam.cz>
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Co-authored-by: Sergey Fedoseev <fedoseev.sergey@gmail.com>
|
|
PostGIS.
|
|
|
|
|
|
LWGEOM is not required for IsValid().
|
|
failures.
Co-authored-by: Tim Graham <timograham@gmail.com>
|
|
|
|
Fixed inner imports per isort 5.
isort 5.0.0 to 5.1.0 was unstable.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DatabaseIntrospection.get_geometry_type() to the row description.
|
|
|
|
|
|
|
|
Spatialite 4.2+.
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
Thanks Ramiro for the input and Tim for the review.
|
|
|
|
|
|
The layer of indirection is unchanged and undocumented
since its introduction in ff60c5f9de3e8690d1e86f3e9e3f7248a15397c8.
|
|
SpatiaLite loading.
|
|
This reverts commit 550cb3a365dee4edfdd1563224d5304de2a57fda
because try/except performs better.
|
|
|
|
|
|
|
|
|
|
Unused since its introduction in ff60c5f9de3e8690d1e86f3e9e3f7248a15397c8.
|
|
Distance lookups use the Distance function for decreased code redundancy.
|
|
|
|
|
|
|
|
another one.
|
|
|
|
|