Thanks Even and Mike.
Using GDAL master works (I presume due to this PR -
https://github.com/OSGeo/gdal/pull/12635).
Working example:
```
conda create --yes --name gdal-master
conda activate gdal-master
conda install -c gdal-master -c conda-forge gdal-master::gdal
$env:Path = "D:\Tools\li
Hi all,
I'm wondering if anyone has got this working on Windows?
With a test.db the following works fine on a full Linux GDAL Docker image:
docker run -it --name gdal-ubuntu -v D:/Data/GDAL:/data
ghcr.io/osgeo/gdal:ubuntu-full-3.11.0 /bin/bash
ogr2ogr out.gpkg test.db
>From the docs https://gd
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
Hi Steve,
Anything in the MapServer logs? And what is the actual network request to
MapServer?
You do have a "visible: false" set in your OpenLayers code - I presume this
gets changed by a legend at some point.
Seth
--
mastodon: @geographika@mastodon.social
On Mon, May 26, 2025, at 10:28 PM,
Hi,
I'm fixing some of the broken OSGeo Live links. The GDAL quickstart
(https://live.osgeo.org/en/quickstart/gdal_quickstart.html) includes a link to
the removed wiki:
> Read more about this in the RasterTutorial
> https://trac.osgeo.org/gdal/wiki/UserDocs/RasterProcTutorial.
Is there an equ
Thanks Even!
I got as far as setting up a test case in MapServer and starting the debugger
before your fix arrived :-)
As an aside, is there a reason -21121 was chosen as a special value?
Seth
--
web:https://geographika.net & https://mapserverstudio.net
twitter: @geographika
On Tue, Aug 27, 202
assign a FID by the driver. Basically most formats will
> struggle with negative or null FIDs
>
> What is perhaps missing in MapServer is a FORMATOPTION "SET_FID=FALSE"
> for drivers such as FileGDB (or "FID_VALID_MIN" and "FIX_VALID_MAX" ?)
> to limit the sc
Hi all,
I'm using a GDAL within MapServer to export features as a FileGDB. Using the
following OUTPUTFORMAT:
OUTPUTFORMAT
NAME "FileGDB"
DRIVER "OGR/OpenFileGDB"
MIMETYPE "application/x-ogcfilegdb"
FORMATOPTION "STORAGE=filesystem"
FORMATOPTION "FORM=
Hi all,
I've been trying to set up the GDAL WMS driver to work with an ArcGIS tile
service, as described at
https://gdal.org/drivers/raster/wms.html#arcgis-rest-api
Everything works fine for Web Mercator services, but I'm not able to get this
to work with a different projection.
I've used the