Daniel Wiesmann
|
082f5bfdbc
|
Added error messages for GIS DB functions when used with rasters.
|
2016-09-02 20:26:16 -04:00 |
Claude Paroz
|
ade681b9ad
|
Unified SpatiaLite spelling
|
2016-08-09 18:46:28 +02:00 |
Sergey Fedoseev
|
9031a4c13b
|
Fixed #26657 -- Made GeomValue omit SRID for MySQL.
This fixes some test failures on MySQL 5.7+.
|
2016-07-28 16:51:47 -04:00 |
Tim Graham
|
9c3fbf5423
|
Used SQL from DB backend in GeomValue.
This avoids the deprecated GeomFromText on MySQL (refs #26134).
Thanks Claude Paroz for the review.
|
2016-06-16 19:51:13 -04:00 |
Sergey Fedoseev
|
cee534228c
|
Refs #25645 -- Removed SpatiaLite 3.x compatibility in gis.db.models.functions.Translate.
Complements 47f22e8286 .
|
2016-06-13 10:32:07 -04:00 |
Daniel Wiesmann
|
c12a00e554
|
Fixed #26455 -- Allowed filtering and repairing invalid geometries.
Added the IsValid and MakeValid database functions, and the isvalid lookup,
all for PostGIS.
Thanks Tim Graham for the review.
|
2016-04-09 09:22:30 -04:00 |
Daniel Wiesmann
|
a08d2463d2
|
Fixed #26112 -- Error when computing aggregate of GIS areas.
Thanks Simon Charette and Claude Paroz for the reviews.
|
2016-01-22 19:38:34 +01:00 |
Claude Paroz
|
00cb9e13b4
|
Fixed #15165 -- Prevented wrong results with perimeter on geodetic fields.
|
2015-12-30 18:07:02 -05:00 |
Claude Paroz
|
c3531d2f20
|
Removed ability to pass a geometry string to GIS functions
This was a possible confusion source with column name arguments.
Thanks Sergey Fedoseev for the suggestion.
|
2015-11-07 16:04:24 +01:00 |
Sergey Fedoseev
|
a449b7ef99
|
Fixed #25629 -- Added checks of the number of arguments for GeoDjango DB functions.
|
2015-11-03 08:20:08 +01:00 |
Jani Tiainen
|
fcf494b48f
|
Fixed #24688 -- Added Oracle support for new-style GIS functions.
|
2015-09-21 13:52:14 -04:00 |
Claude Paroz
|
6d685b1674
|
Fixed failures with older Spatialite versions
|
2015-04-23 18:54:07 +02:00 |
Claude Paroz
|
71e20814fc
|
Added MySQL support to GIS functions
|
2015-04-22 19:54:17 +02:00 |
Claude Paroz
|
44bdbbc316
|
Added Spatialite support to GIS functions
|
2015-04-22 19:54:17 +02:00 |
Claude Paroz
|
d9ff5ef36d
|
Fixed #24214 -- Added GIS functions to replace geoqueryset's methods
Thanks Simon Charette and Tim Graham for the reviews.
|
2015-04-22 19:54:17 +02:00 |