Re: [gdal-dev] Java bindings to gdal/ogr - looking for more developer documentation

2025-05-30 Thread Even Rouault via gdal-dev
Le 30/05/2025 à 23:39, Tom Moore a écrit : Hi Even I just wanted to update you and provide a record for posterity with the results of me playing around with gdal/java and resource management. It appears to me that Dataset objects should not be closed from Java client code.  If you do then o

Re: [gdal-dev] Java bindings to gdal/ogr - looking for more developer documentation

2025-05-30 Thread Tom Moore via gdal-dev
Hi Even I just wanted to update you and provide a record for posterity with the results of me playing around with gdal/java and resource management. It appears to me that Dataset objects should not be closed from Java client code. If you do then often there will be an access violation (native

[gdal-dev] GDAL Maintainers Meeting Minutes

2025-05-30 Thread Howard Butler via gdal-dev
Howard Butler, Dan Baston, Alessandro Pasotti, Mike Smith, Michael Sumner, Even Rouault, Chris Toney and Javier Jimenez Shaw held the monthly GDAL Maintainers Meeting on 05/22/2025. The following items were discussed and reported upon: Project News * GDAL 3.11.0 was

Re: [gdal-dev] Problem generating a tif, vrt and displaying it via mapserver

2025-05-30 Thread Seth G via gdal-dev
HI Steve, Yes, it is the MapServer logs that might have something useful. You can also increase the LAYER logging and add in GDAL logging by adding the following to the Mapfile: CONFIG "CPL_DEBUG" "ON" CONFIG "PROJ_DEBUG" "ON" DEBUG 5 LAYER DEBUG 5 I wouldn't worry too much