Hi, We've got a vector layer in a spatial oracle repository. We need to export it (both geometry and attributes) to a shape file.
We cannot use "save as shape" directly from qgis, because the oracle layer has a blob field that prevent this operation. And we cannot drop the blob field because it is needed for other purposes. So we're using OGR2OGR instead. The oracle layer have several fields tipus 'double': [cid:[email protected]] After de conversion, the shape file keeps the double format, but we've lost the decimal data. For exemple: Before conversion: AREA_HA = 3379.88378172 After conversion: AREA_HA= 3379 We have repeated the conversion applying different "locale" configurations, in case the problem was originated by the decimal separation character used: "." or ",". However, the results are equally bad. Do you know any workaround for this issue ? Thanks in advance, [email protected]<mailto:[email protected]>
_______________________________________________ Qgis-user mailing list [email protected] List info: http://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
