Sergey Fedoseev
|
b01ceae843
|
Fixed #25938 -- Factored out CPointerBase base class for GEOSBase/GDALBase.
|
2016-12-15 16:59:08 -05:00 |
Sergey Fedoseev
|
4884472447
|
Fixed #27576 -- Made get_srid_info() fallback to GDAL if SpatialRefSys is unavailable.
|
2016-12-15 16:36:18 -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
|
38a6df555f
|
Fixed #27602 -- Added Oracle support for BoundingCircle GIS function.
|
2016-12-15 14:16:09 -05:00 |
Sergey Fedoseev
|
5a23cc00f5
|
Fixed #27607 -- Added Oracle support for AsGML GIS function.
|
2016-12-15 14:00:08 -05:00 |
Sergey Fedoseev
|
d013134ffb
|
Improved testing of num_seg kwarg of BoundingCircle GIS function.
|
2016-12-15 12:40:04 -05:00 |
Sergey Fedoseev
|
e36a9d3fd1
|
Simplified a GIS test by using an SRID available on all backends.
|
2016-12-15 09:32:12 -05:00 |
Sergey Fedoseev
|
9b79281e31
|
Fixed #27472 -- Fixed GEOSGeometry('POINT EMPTY').transform crash.
|
2016-12-08 10:24:05 -05:00 |
Sergey Fedoseev
|
a413ef2155
|
Refs #27472 -- Fixed OGRGeometry('POINT EMPTY').geos crash.
|
2016-12-08 10:24:05 -05:00 |
Sergey Fedoseev
|
65a1f32319
|
Refs #27472 -- Fixed GEOSGeometry('POINT EMPTY').ogr crash.
|
2016-12-08 10:24:05 -05:00 |
Tim Graham
|
b5f0b3478d
|
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
|
2016-12-07 17:42:31 -05:00 |
Sergey Fedoseev
|
f909fa84be
|
Fixed #25708 -- Fixed annotations with geometry values.
|
2016-12-07 14:16:29 -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 |
Sergey Fedoseev
|
b90d72facf
|
Refs #26789 -- Fixed output of WKBWriter for empty points and polygons.
|
2016-12-06 13:58:22 -05:00 |
Sergey Fedoseev
|
30657d7836
|
Removed test workarounds for PROJ.4 < 4.7.0.
PROJ.4 4.7.0 was released on 25 Sep 2009 and is available in Ubuntu 12.04.
|
2016-12-05 16:23:17 -05:00 |
Claude Paroz
|
cc9e429701
|
Fixed #27557 -- Casted GEOSGeometry only when necessary
Thanks Pete Flugstad for the report, and Tim Graham for the review.
|
2016-11-30 17:49:41 +01:00 |
Sergey Fedoseev
|
4464b9b9ad
|
Fixed #27556 -- Added Oracle support for IsValid function and isvalid lookup.
|
2016-11-30 11:22:56 -05:00 |
Sergey Fedoseev
|
f24eea3b69
|
Simplified union GIS tests with equals() rather than equals_exact().
|
2016-11-30 07:49:05 -05:00 |
Sergey Fedoseev
|
21322f9271
|
Fixed #27552 -- Added docs/test for GEOSGeometry.normalize().
|
2016-11-30 07:39:03 -05:00 |
Sergey Fedoseev
|
fb3716b156
|
Enabled GeoQuerySetTest.test_unionagg on Oracle; refs #23504.
It's not clear when it started to work.
|
2016-11-29 09:06:17 -05:00 |
Jackie Leng
|
50613d957a
|
Fixed #26920 -- Made GEOSGeometry equality check consider the srid
|
2016-11-23 09:23:06 +01:00 |
Nicolas Noé
|
a269018e86
|
Fixed #27493 -- Fixed test failure with recent GDAL versions
|
2016-11-19 16:41:18 +01:00 |
Adam Chainz
|
7c6efb3233
|
Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL.
Missed in f7a363ee1d .
|
2016-11-15 11:46:06 -05:00 |
Ramin Farajpour Cami
|
0a63ef3f61
|
Fixed #27463 -- Fixed E741 flake8 warnings.
|
2016-11-14 17:40:28 -05:00 |
Ramin Farajpour Cami
|
967be82443
|
Fixed E305 flake8 warnings.
|
2016-11-14 12:30:46 -05:00 |
Christian von Roques
|
cbae4d3184
|
Fixed #27448 -- Switched use of functions deprecated in PostGIS 2.2.
Thanks Claude Paroz and Tim Graham for reviews, and
Mjumbe Wawatu Poe for the initial regression test.
|
2016-11-12 16:18:22 -05:00 |
Claude Paroz
|
8c7778884b
|
Dropped support for GDAL 1.7 and 1.8
|
2016-11-12 17:28:03 +01:00 |
Daniel Wiesmann
|
2dc07da497
|
Fixed #27421 -- Added shape, size, and offset controls to GDALRaster constructor.
Thanks Tim Graham for the review.
|
2016-11-11 07:09:38 -05:00 |
za
|
321e94fa41
|
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
2016-11-10 21:30:21 -05:00 |
Tim Graham
|
e1f6eba033
|
Fixed nonexistent tmc.edu domain in GeoIP test.
The test was silently skipped.
|
2016-10-11 19:31:13 -04:00 |
Tim Graham
|
79c91070e5
|
Confirmed support for PostGIS 2.3.
|
2016-09-30 10:00:04 -04:00 |
Claude Paroz
|
92323d54fd
|
Fixed #27056 -- Allowed migrating geometry field dimension on PostGIS
Thanks Tim Graham for the review.
|
2016-09-22 16:40:27 +02:00 |
Claude Paroz
|
8e2ac3bcaf
|
Refs #27056 -- Rearranged gis_migrations test case classes
|
2016-09-22 16:40:24 +02:00 |
Tim Graham
|
8119b679eb
|
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
http://bugs.python.org/issue27364
|
2016-09-17 15:44:06 -04:00 |
Tim Graham
|
5a51b44936
|
Fixed #26697 -- Removed contrib.gis.maps.
|
2016-09-16 15:21:46 -04:00 |
Mads Jensen
|
0c1f71635f
|
Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSequenceEqual().
|
2016-09-13 10:07:37 -04:00 |
Claude Paroz
|
a1ad896422
|
Refs #27098 -- Added introspection for expression-based index on PostgreSQL
Also test it on PostGIS raster fields.
|
2016-09-12 09:26:33 +02:00 |
Claude Paroz
|
d389125606
|
Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexes
Thanks Akshesh <aksheshdoshi@gmail.com> for help with the PostgreSQL query.
Thanks Tim Graham for the review.
|
2016-09-12 09:26:33 +02:00 |
Daniel Wiesmann
|
082f5bfdbc
|
Added error messages for GIS DB functions when used with rasters.
|
2016-09-02 20:26:16 -04:00 |
Kevan Swanberg
|
35504f74a8
|
Fixed #26685 -- Added dwithin lookup support on SpatiaLite.
|
2016-08-30 20:45:47 -04:00 |
Matthew Somerville
|
fb951fb0c5
|
Fixed #27103 -- Registered vcapi/rcapi GDAL prototypes based on their own drivers.
|
2016-08-23 17:30:11 -04:00 |
Daniel Wiesmann
|
89f17e7caf
|
Fixed #27014 -- Fixed annotations with database functions on PostGIS.
Thanks Sean Mc Allister for providing a test.
|
2016-08-15 14:23:10 -04:00 |
Claude Paroz
|
ade681b9ad
|
Unified SpatiaLite spelling
|
2016-08-09 18:46:28 +02:00 |
Claude Paroz
|
a7863c78b7
|
Fixed #27024 -- Prevented logging error with empty string as geometry widget value
Thanks Gavin Wahl for the report, and Tim Graham for the review.
|
2016-08-08 16:28:19 +02:00 |
Tim Graham
|
4a696bbe13
|
Fixed a GeoIP test failure with the latest data.
|
2016-08-03 11:08:30 -04:00 |
Sergey Fedoseev
|
4178488881
|
Refs #26657 -- Fixed a crash induced by invalid WKT returned by MySQL 5.7.5+.
|
2016-07-28 17:48:17 -04:00 |
Tim Graham
|
081fdaf110
|
Fixed a GeoIP test failure with the latest data.
|
2016-07-19 09:08:46 -04:00 |
Tim Graham
|
c9ae09addf
|
Replaced use of TestCase.fail() with assertRaises().
Also removed try/except/fail antipattern that hides exceptions.
|
2016-06-28 11:21:26 -04:00 |
Tim Graham
|
9f66302797
|
Removed a test workaround for some old GDAL 1.7.x versions.
|
2016-06-23 16:24:18 -04:00 |
Sergey Fedoseev
|
5ce660cd65
|
Fixed #25940 -- Added OGRGeometry.from_gml() and GEOSGeometry.from_gml().
|
2016-06-21 15:46:27 -04:00 |