mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #25664 -- Fixed dims for Point
This commit is contained in:
committed by
Claude Paroz
parent
7127eb287f
commit
03c6ad7ad4
@@ -82,7 +82,7 @@ to_wkt = StringFromGeom('GEOSGeomToWKT')
|
||||
geos_normalize = IntFromGeom('GEOSNormalize')
|
||||
geos_type = StringFromGeom('GEOSGeomType')
|
||||
geos_typeid = IntFromGeom('GEOSGeomTypeId')
|
||||
get_dims = IntFromGeom('GEOSGeom_getDimensions', zero=True)
|
||||
get_dims = GEOSFuncFactory('GEOSGeom_getDimensions', argtypes=[GEOM_PTR], restype=c_int)
|
||||
get_num_coords = IntFromGeom('GEOSGetNumCoordinates')
|
||||
get_num_geoms = IntFromGeom('GEOSGetNumGeometries')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user