Stanislav Karpov
|
6d794fb762
Fixed #28960 -- Added GEOSGeometry.buffer_with_style().
|
7 سال پیش |
Tim Graham
|
fa75b2cb51
Refs #27795 -- Removed force_bytes/text() usage in tests.
|
7 سال پیش |
Mariusz Felisiak
|
b002a032f9
Fixed #29054 -- Fixed a regression where a queryset that annotates with geometry objects crashes.
|
7 سال پیش |
Mariusz Felisiak
|
83a36ac49a
Removed unnecessary trailing commas and spaces in various code.
|
7 سال پیش |
Sergey Fedoseev
|
93cdd07e8f
Used bytes.hex() and bytes.fromhex() to simplify.
|
7 سال پیش |
Sergey Fedoseev
|
a0b4ecce57
Fixed #28392 -- Fixed GIS's WKT regex to match large scientific notation numbers.
|
7 سال پیش |
Tim Graham
|
78c155cf2e
Fixed #28441 -- Fixed GEOS version parsing with a commit hash at the end.
|
7 سال پیش |
Sergey Fedoseev
|
5ccbcc5bf6
Fixed #28433 -- Made GEOSGeometry.__eq__() work correctly with non-canonical EWKT string.
|
7 سال پیش |
Sergey Fedoseev
|
1a742ea33b
Added test for LineString.__iter__().
|
7 سال پیش |
chillaranand
|
08bda82c23
Fixed #27830 -- Used distutils.version.LooseVersion for version parsing.
|
8 سال پیش |
Tim Graham
|
b014de011b
Removed obsolete HAS_GEOS variable for test skipping.
|
8 سال پیش |
Tim Graham
|
2dc3280254
Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed.
|
8 سال پیش |
Sergey Fedoseev
|
24023c6a8f
Fixed #25874 -- Made GEOSGeometry read SRID from GeoJSON input.
|
8 سال پیش |
Sergey Fedoseev
|
6ecccad711
Fixed #25873 -- Made GEOSGeometry handle the srid parameter more predictably.
|
8 سال پیش |
Sergey Fedoseev
|
4bc355079c
Fixed #27973 -- Fixed GeoJSON representation of LinearRing and custom GEOSGeometry subclasses.
|
8 سال پیش |
Vytis Banaitis
|
8838d4dd49
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
|
8 سال پیش |
chillaranand
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 سال پیش |
Tim Graham
|
7aba69145d
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
|
8 سال پیش |
Simon Charette
|
cecc079168
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
8 سال پیش |
Claude Paroz
|
2b281cc35e
Refs #23919 -- Removed most of remaining six usage
|
8 سال پیش |
Claude Paroz
|
7b2f2e74ad
Refs #23919 -- Removed six.<various>_types usage
|
8 سال پیش |
Claude Paroz
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 سال پیش |
Tim Graham
|
7e63e84572
Refs #25773 -- Removed deprecated geos.MultiPolygon.cascaded_union property.
|
8 سال پیش |
Tim Graham
|
997c9f7099
Refs #25665 -- Removed deprecated getter/setter of Point.tuple.
|
8 سال پیش |
Tim Graham
|
19d8e64ac3
Refs #25665 -- Removed deprecated getters/setters of Point coordinate properties.
|
8 سال پیش |
Tim Graham
|
a0149848f7
Refs #25665 -- Removed GEOSGeometry.get/set_srid() per deprecation timeline.
|
8 سال پیش |
Sergey Fedoseev
|
b01ceae843
Fixed #25938 -- Factored out CPointerBase base class for GEOSBase/GDALBase.
|
8 سال پیش |
Sergey Fedoseev
|
9b79281e31
Fixed #27472 -- Fixed GEOSGeometry('POINT EMPTY').transform crash.
|
8 سال پیش |
Sergey Fedoseev
|
65a1f32319
Refs #27472 -- Fixed GEOSGeometry('POINT EMPTY').ogr crash.
|
8 سال پیش |
Claude Paroz
|
cc9e429701
Fixed #27557 -- Casted GEOSGeometry only when necessary
|
8 سال پیش |