-
Notifications
You must be signed in to change notification settings - Fork 1
Description
A compatibility check is performed between geodms dataitem value types and the supported value types by the specific gdal driver, ie GPKG. In case when naming the geometry dataitem "geometry" this compatibility check is rightfully ignored. However, naming the geometry item other than "geometry" causes a write failure as the value type of for example FPoint can not be matched against any of the supported value types for the dataitem table of any gdal driver's.
config: geodms-test/storage/cfg/regression.dms
item: /EsriShape/polygon/Write
Eventhough this should have been picked up during regressiontesting, this was not the case. This item was written to:
C:\LocalData\storage\regr_results\Polygon
Whereas C:\LocalData\Regression\ was cleared before every test
Hence the tested polygons were written to before the geodms and gdal driver value type compatibility test was added.

