APEX Maps and form development are strong, but getting vector geospatial data into Oracle Spatial from a web UI is still hard for non-GIS users. I propose a native, low-code “Geospatial Import Wizard” region/component in APEX that allows end users to upload common vector formats (ZIP Shapefile, GeoPackage, GeoJSON, and DXF closed polylines), preview on an APEX Map, validate/repair geometry, and load into a target table (SDO_GEOMETRY) with minimal setup.
Today, importing vector datasets typically requires external tools (GDAL/ogr2ogr, Spatial Studio, custom ETL, custom REST services). This creates friction and added operational complexity for many APEX apps, especially public sector GIS workflows where users need simple web forms and controlled uploads. Key gaps:
- No native APEX UI to upload ZIP Shapefile / GeoPackage and map attributes/geometry to a table.
- DXF workflows require external conversion (CAD → GIS) and custom code.