Re: [MapServer-dev] preserving extra query parameters with ogc features api

2025-06-23 Thread Michael Smith via MapServer-dev
Hmm, but changing the templates only affects the html. How does one affect the f?json? Mike On 6/23/25, 9:30 AM, "Seth G" mailto:se...@geographika.co.uk>> wrote: Yes, very likely to be related to the templates. I just checked one of our systems and I had modified all the templates to include

Re: [MapServer-dev] preserving extra query parameters with ogc features api

2025-06-23 Thread Seth G via MapServer-dev
Yes, very likely to be related to the templates. I just checked one of our systems and I had modified all the templates to include the custom querystring parameter: {{ template.api_root }}/collections/{{ response.id }}?f=json&token={{ template.params.token }} Seth -- web:https://geographika.

Re: [MapServer-dev] preserving extra query parameters with ogc features api

2025-06-23 Thread Michael Smith via MapServer-dev
Could this be due to the fact that I am using the mapserver/ogcapi/templates/html-plain/ template for ogcapi? Mike -- Michael Smith RSGIS Center – ERDC CRREL NH US Army Corps On 6/20/25, 4:05 PM, "Seth G" mailto:se...@geographika.co.uk>> wrote: Hi Mike, I thought this had been add