Closed lionpham-gis closed 3 months ago
You may reading the gdal building guide, currently this project produce a minimal build, you can enable these drivers by adding -DOGR_ENABLE_DRIVER_<driver_name>=ON
to the cmake command used for configure gdal in the following section:
https://github.com/kikitte/GDAL4Android/blob/d8086d7855ebf39d2c7cb548606e62bab71fa058/gdal/build_cpp.sh#L91-L111
Please note that some drivers may require extra dependencies(e.g. kml rquires expat), you should build & install them before building gdal, so modification to build_cpp.sh is also needed.
After these changes, just rebuild the gdal module in Android Studio.
I have enabled DGN and DXF Drivers, but I get compilation error with GeoPDF and PDFium library. Bạn có thể cập nhật repo này với PDFium library like Expat library.
Many thanks,
Could you attach the error log?
Awesome,
How can i enable MicroStation DGN, AutoCAD DXF and GeoPDF drivers.
Thank you so much,