gxpy icon indicating copy to clipboard operation
gxpy copied to clipboard

project.py does not support Geosoft surface document type

Open tompopowski opened this issue 1 year ago • 1 comments

The document type "Geosurface" is missing from project.py: DOC_TYPE_DATABASE = "Database" DOC_TYPE_GRID = "Grid" DOC_TYPE_MAP = "Map" DOC_TYPE_3DV = "3DView" DOC_TYPE_VOXEL = "Voxel" DOC_TYPE_VOXI = "VoxelInversion" DOC_TYPE_GMS3D = "GMS3D" DOC_TYPE_GMS2D = "GMS2D" DOC_TYPE_ALL = "All"

The underlying gxapi functions support it (see gxapi\gxproj.py).

tompopowski avatar Mar 27 '24 18:03 tompopowski

GXDEV-40

serban-seeq avatar Jun 25 '24 13:06 serban-seeq

Fixed in 2024.2

serban-seeq avatar Nov 20 '24 18:11 serban-seeq