Daniel Morissette
Daniel Morissette
Note that this is not a regression caused by #5919. It's been like this since RFC-118 was initially implemented (seems that I forgot to address the GetFeatureInfo case at the...
BTW, this is quite likely related to the fact that WMS FILTER uses MapServer's internal query mechanism, and GetFeatureInfo also tries to use the same query mechanism... so they override...
Perhaps have a look at or reuse int msIO_needBinaryStdout() in MapServer's mapio.c
BTW, mapcache_seed is run with the following command: ``` mapcache_seed -c /path/to/mapcache/osm.xml -t osm-cache -e -12500000,9500000,-10000000,12000000 -n 8 -z0,15 -i "drill-down" -v ```
I believe the benefit is for cases where you connect to a dynamic service that generates JSON (or another format) in response to a URL embedded in the mapfile. Passing...
You're right, this requires more than just a single BBOX keyword replacement. It will also require a champion interested in doing it and/or some funding.