Mariusz Felisiak
|
a73cf8110e
|
Removed duplicate words in various comments.
|
2018-07-18 11:54:15 -04:00 |
Sergey Fedoseev
|
f3bada9889
|
Fixed #28436 -- Added support for distance lookups on MySQL.
|
2017-07-26 08:50:56 -04:00 |
Sergey Fedoseev
|
9cd6ba991f
|
Made isvalid lookup use IsValid function to decrease code redundancy.
|
2017-03-29 08:56:58 -04:00 |
Tim Graham
|
5bd7ffc313
|
Updated postgis.net and gaia-gis.it links to https.
|
2017-03-16 14:01:45 -04:00 |
Simon Charette
|
cecc079168
|
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
2017-01-19 08:39:46 +01:00 |
Tim Graham
|
a0d166306f
|
Removed GeoManager and GeoQuerySet per deprecation timeline.
|
2017-01-17 20:51:56 -05:00 |
Tim Graham
|
c04207cd38
|
Replaced some GIS has_X_method skips with supports_X_aggr/has_X_function.
|
2017-01-03 09:49:00 -05:00 |
Sergey Fedoseev
|
986c7d522a
|
Fixed #27497 -- Improved support of geodetic coordinates on SpatiaLite.
Area function, Distance function, and distance lookups now work with
geodetic coordinates on SpatiaLite.
|
2016-12-15 15:31:07 -05:00 |
Sergey Fedoseev
|
183f501540
|
Fixed #26789 -- Fixed handling of empty geometries in BaseSpatialField.get_db_prep_save().
|
2016-12-06 13:58:22 -05: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 |
Claude Paroz
|
00cb9e13b4
|
Fixed #15165 -- Prevented wrong results with perimeter on geodetic fields.
|
2015-12-30 18:07:02 -05:00 |
Daniel Hahler
|
da5747f8e4
|
Fixed #25400 -- Fixed regression in nonexistent features on gis backends.
|
2015-09-17 09:30:46 -04:00 |
Jani Tiainen
|
1b8d7eff3b
|
Refs #12400 -- Added supports_geometry_field_unique_index GIS db feature.
|
2015-08-19 19:02:30 -04:00 |
Daniel Wiesmann
|
b769bbd4f6
|
Fixed #23804 -- Added RasterField for PostGIS.
Thanks to Tim Graham and Claude Paroz for the reviews and patches.
|
2015-06-19 14:36:43 -04: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 |
Claude Paroz
|
65129aac07
|
Fixed #23757 -- Added 3D introspection support to Spatialite backend
Thanks Tim Graham for the review.
|
2015-03-18 19:27:44 +01:00 |
Claude Paroz
|
aff0e54d51
|
Fixed PostGIS crosses lookup and added crosses test
|
2015-01-17 15:44:49 +01:00 |
Claude Paroz
|
a34fba5e59
|
Simplified a bit GeoAggregate classes
Thanks Josh Smeaton for the review. Refs #24152.
|
2015-01-16 10:40:45 +01:00 |
Tim Graham
|
28308078f3
|
Fixed #22603 -- Reorganized classes in django.db.backends.
|
2015-01-14 14:16:20 -05:00 |