Changes between Initial Version and Version 1 of Ticket #34406, comment 8


Ignore:
Timestamp:
Jan 26, 2024, 3:17:36 AM (10 months ago)
Author:
David Smith

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34406, comment 8

    initial v1  
    44
    55- OGR_GT_xxxx (for Geometry Type)
    6 - OGRErr OGR_G_ExportToIsoWkb( OGRGeometryH, OGRwkbByteOrder, unsigned char*) -- Proposed in [https://github.com/django/django/pull/17696 PR]
    7 - OGRErr OGR_G_ExportToIsoWkt( OGRGeometryH, char ) -- Proposed in [https://github.com/django/django/pull/17696 PR]
     6- OGRErr OGR_G_ExportToIsoWkb( OGRGeometryH, OGRwkbByteOrder, unsigned char*) -- Merged  in 3f6d939c62efd967f548c27a265748cc2cc47ca5
     7- OGRErr OGR_G_ExportToIsoWkt( OGRGeometryH, char ) -- Merged  in 3f6d939c62efd967f548c27a265748cc2cc47ca5
    88- OGRGeometryH OGR_G_Value( OGRGeometryH, double dfDistance )
    99- int OGR_G_HasCurveGeometry( OGRGeometryH, int bLookForNonLinear )
Back to Top