From sethg at geographika.co.uk Thu Nov 6 11:24:19 2025 From: sethg at geographika.co.uk (Seth G) Date: Thu, 06 Nov 2025 20:24:19 +0100 Subject: [MapServer-dev] 8.6.0 release plan In-Reply-To: <71223a6e-afd4-448a-b9b9-1f2529918ca9@gatewaygeomatics.com> References: <71223a6e-afd4-448a-b9b9-1f2529918ca9@gatewaygeomatics.com> Message-ID: <1036c74e-70e1-4382-b12f-68919cd20e1e@app.fastmail.com> Hi Jeff, I was wondering if there?s an updated release plan for MapServer 8.6? Are there any blockers left? Seth On Fri, Oct 10, 2025, at 1:30 PM, Jeff McKenna via MapServer-dev wrote: > Hi devs, > > Sorry for the last minute notice (I had edited the release plan page > with these dates, but not shared it through email), here is the proposed > release schedule for 8.6.0 : > > > Feature freeze: Fri. Oct 10, 2025 > 8.6-beta1: Fri. Oct 17, 2025 > 8.6-rc1: Fri. Oct 24, 2025 > 8.6 (final): Fri. Oct 31, 2025 > > If you feel these dates need to be delayed, as you are working hard on > something, let me know. (but it seems that it is good timing) > > thanks everyone, and have a nice weekend, > > -jeff > > > > > > _______________________________________________ > MapServer-dev mailing list > MapServer-dev at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapserver-dev From szekerest at gmail.com Thu Nov 6 11:46:08 2025 From: szekerest at gmail.com (Tamas Szekeres) Date: Thu, 6 Nov 2025 20:46:08 +0100 Subject: [MapServer-dev] Question regarding the WFS client layers support In-Reply-To: References: Message-ID: Hi Devs, What is the current status of the WFS client support in mapserver? We are trying to utilize that in a project, but I've run into quite some issues which make it pretty unusable, like: 1. According to the documentation only WFS 1.0.0 is supported where the SRS is not provided with the BBOX in the GetFeature queries. (So the server default SRS has to be used as the layer projection) 2. By using the GET method, WFS 1.1.0 seems to be supported and SRSNAME may also be provided if the wfs_srs metadata is set. (But this is not documented) 3. WFS 2.0.0 is not supported entirely. 4. When using EPSG:4326 with the default 1.0.0 (POST) setting, the axis order is not properly considered when drawing the layers For example the following layer is rendered vertically: LAYER CONNECTION " https://sampleserver6.arcgisonline.com/arcgis/services/SampleWorldCities/MapServer/WFSServer " CONNECTIONTYPE WFS EXTENT -180 -89.90002441 180.00012207 83.62371826 METADATA "wfs_geometryname" "Shape" "wfs_srs" "EPSG:4326" "wfs_maxfeatures" "10000" "wfs_typename" "esri:Continent" "wfs_version" "1.0.0" END # METADATA NAME "Continent" PROJECTION "EPSG:4326" END # PROJECTION STATUS ON TILEITEM "location" TYPE POLYGON UNITS METERS CLASS NAME "Class (0)" STYLE COLOR 255 255 255 OUTLINECOLOR 0 0 0 SIZE 8 END # STYLE TEMPLATE "query.html" END # CLASS END # LAYER But this one seems to be ok: LAYER CONNECTION " https://sampleserver6.arcgisonline.com/arcgis/services/SampleWorldCities/MapServer/WFSServer " CONNECTIONTYPE WFS EXTENT -180 -89.90002441 180.00012207 83.62371826 METADATA "wfs_geometryname" "Shape" "wfs_srs" "EPSG:4326" "wfs_request_method" "GET" "wfs_maxfeatures" "10000" "wfs_typename" "esri:Continent" "wfs_version" "1.1.0" END # METADATA NAME "Continent (1)" PROJECTION "EPSG:4326" END # PROJECTION STATUS OFF TILEITEM "location" TYPE POLYGON UNITS METERS CLASS NAME "Class (0)" STYLE COLOR 255 255 255 OUTLINECOLOR 0 0 0 SIZE 8 END # STYLE TEMPLATE "query.html" END # CLASS END # LAYER Best regards, Tamas -------------- next part -------------- An HTML attachment was scrubbed... URL: From even.rouault at spatialys.com Thu Nov 6 11:53:36 2025 From: even.rouault at spatialys.com (Even Rouault) Date: Thu, 6 Nov 2025 20:53:36 +0100 Subject: [MapServer-dev] Question regarding the WFS client layers support In-Reply-To: References: Message-ID: <1e396e07-9951-4a0d-9b00-99b0f96ddca9@spatialys.com> Hi Tamas, just answering on that one: > 3. WFS 2.0.0 is not supported entirely. From my memories, the OGC CITE tests passed when WFS 2.0 was implemented Some optional conformance classes might not have been implemented, but I believe the support for 2.0 should be pretty complete and hopefully solid. -- http://www.spatialys.com My software is free, but my time generally not. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jukka.rahkonen at maanmittauslaitos.fi Thu Nov 6 12:17:41 2025 From: jukka.rahkonen at maanmittauslaitos.fi (Rahkonen Jukka) Date: Thu, 6 Nov 2025 20:17:41 +0000 Subject: [MapServer-dev] Question regarding the WFS client layers support In-Reply-To: <1e396e07-9951-4a0d-9b00-99b0f96ddca9@spatialys.com> References: <1e396e07-9951-4a0d-9b00-99b0f96ddca9@spatialys.com> Message-ID: Hi Even, Tamas is asking about WFS 2.0 client https://mapserver.org/ogc/wfs_client.html. Do we really have some tested but not published support for that? -Jukka- ________________________________________ L?hett?j?: MapServer-dev k?ytt?j?n Even Rouault via MapServer-dev puolesta L?hetetty: Torstai 6. marraskuuta 2025 21.53 Vastaanottaja: Tamas Szekeres ; mapserver-dev at lists.osgeo.org Aihe: Re: [MapServer-dev] Question regarding the WFS client layers support Hi Tamas,just answering on that one:3. WFS 2.0.0 is not supported entirely.>From my memories, the OGC CITE tests passed when WFS 2.0 was implemented Some optional conformance classes might not have been implemented, but I believe the support for 2.0 should be pretty complete and hopefully solid.-- http://www.spatialys.com My software is free, but my time generally not. From even.rouault at spatialys.com Thu Nov 6 12:26:38 2025 From: even.rouault at spatialys.com (Even Rouault) Date: Thu, 6 Nov 2025 21:26:38 +0100 Subject: [MapServer-dev] Question regarding the WFS client layers support In-Reply-To: References: <1e396e07-9951-4a0d-9b00-99b0f96ddca9@spatialys.com> Message-ID: <4c6b5f0b-0573-438b-a898-690c3bdb40f4@spatialys.com> Apologies, I indeed confused with the server part... no idea about the client part. Le 06/11/2025 ? 21:17, Rahkonen Jukka a ?crit?: > Hi Even, > > Tamas is asking about WFS 2.0 client https://mapserver.org/ogc/wfs_client.html. Do we really have some tested but not published support for that? > > -Jukka- > ________________________________________ > L?hett?j?: MapServer-dev k?ytt?j?n Even Rouault via MapServer-dev puolesta > L?hetetty: Torstai 6. marraskuuta 2025 21.53 > Vastaanottaja: Tamas Szekeres ; mapserver-dev at lists.osgeo.org > Aihe: Re: [MapServer-dev] Question regarding the WFS client layers support > > Hi Tamas,just answering on that one:3. WFS 2.0.0 is not supported entirely.>From my memories, the OGC CITE tests passed when WFS 2.0 was implemented Some optional conformance classes might not have been implemented, but I believe the support for 2.0 should be pretty complete and hopefully solid.-- > http://www.spatialys.com > My software is free, but my time generally not. -- http://www.spatialys.com My software is free, but my time generally not. From jmckenna at gatewaygeomatics.com Fri Nov 7 02:24:15 2025 From: jmckenna at gatewaygeomatics.com (Jeff McKenna) Date: Fri, 7 Nov 2025 06:24:15 -0400 Subject: [MapServer-dev] 8.6.0 release plan In-Reply-To: <1036c74e-70e1-4382-b12f-68919cd20e1e@app.fastmail.com> References: <71223a6e-afd4-448a-b9b9-1f2529918ca9@gatewaygeomatics.com> <1036c74e-70e1-4382-b12f-68919cd20e1e@app.fastmail.com> Message-ID: <636fd155-7a84-4ed0-a467-11fb6a336fbb@gatewaygeomatics.com> Hi Seth, yes I'm clearing a few blockers that came up, I apologize for the delay. I keep the milestone dates updated (you can always follow at https://github.com/MapServer/MapServer/milestones ). I will try to get a beta out today. thanks again, -jeff On 2025-11-06 3:24 p.m., Seth G via MapServer-dev wrote: > Hi Jeff, > > I was wondering if there?s an updated release plan for MapServer 8.6? > Are there any blockers left? > > Seth > > On Fri, Oct 10, 2025, at 1:30 PM, Jeff McKenna via MapServer-dev wrote: >> Hi devs, >> >> Sorry for the last minute notice (I had edited the release plan page >> with these dates, but not shared it through email), here is the proposed >> release schedule for 8.6.0 : >> >> >> Feature freeze: Fri. Oct 10, 2025 >> 8.6-beta1: Fri. Oct 17, 2025 >> 8.6-rc1: Fri. Oct 24, 2025 >> 8.6 (final): Fri. Oct 31, 2025 >> >> If you feel these dates need to be delayed, as you are working hard on >> something, let me know. (but it seems that it is good timing) >> >> thanks everyone, and have a nice weekend, >> >> -jeff >> >> >> >> >> >> _______________________________________________ >> MapServer-dev mailing list >> MapServer-dev at lists.osgeo.org >> https://lists.osgeo.org/mailman/listinfo/mapserver-dev > _______________________________________________ > MapServer-dev mailing list > MapServer-dev at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapserver-dev -- Jeff McKenna GatewayGeo: Developers of MS4W, & offering MapServer Consulting/Dev co-founder of FOSS4G http://gatewaygeo.com/ From michael.smith.erdc at gmail.com Fri Nov 7 02:58:20 2025 From: michael.smith.erdc at gmail.com (Michael Smith) Date: Fri, 07 Nov 2025 05:58:20 -0500 Subject: [MapServer-dev] 8.6.0 release plan In-Reply-To: <636fd155-7a84-4ed0-a467-11fb6a336fbb@gatewaygeomatics.com> References: <71223a6e-afd4-448a-b9b9-1f2529918ca9@gatewaygeomatics.com> <1036c74e-70e1-4382-b12f-68919cd20e1e@app.fastmail.com> <636fd155-7a84-4ed0-a467-11fb6a336fbb@gatewaygeomatics.com> Message-ID: I just added a pr for the oracle issue https://github.com/MapServer/MapServer/issues/7312 so that can remove a blocker. Mike -- Michael Smith RSGIS Center ? ERDC CRREL NH US Army Corps ?On 11/7/25, 5:24 AM, "MapServer-dev on behalf of Jeff McKenna via MapServer-dev" on behalf of mapserver-dev at lists.osgeo.org > wrote: Hi Seth, yes I'm clearing a few blockers that came up, I apologize for the delay. I keep the milestone dates updated (you can always follow at https://github.com/MapServer/MapServer/milestones ). I will try to get a beta out today. thanks again, -jeff On 2025-11-06 3:24 p.m., Seth G via MapServer-dev wrote: > Hi Jeff, > > I was wondering if there?s an updated release plan for MapServer 8.6? > Are there any blockers left? > > Seth > > On Fri, Oct 10, 2025, at 1:30 PM, Jeff McKenna via MapServer-dev wrote: >> Hi devs, >> >> Sorry for the last minute notice (I had edited the release plan page >> with these dates, but not shared it through email), here is the proposed >> release schedule for 8.6.0 : >> >> >> Feature freeze: Fri. Oct 10, 2025 >> 8.6-beta1: Fri. Oct 17, 2025 >> 8.6-rc1: Fri. Oct 24, 2025 >> 8.6 (final): Fri. Oct 31, 2025 >> >> If you feel these dates need to be delayed, as you are working hard on >> something, let me know. (but it seems that it is good timing) >> >> thanks everyone, and have a nice weekend, >> >> -jeff >> >> >> >> >> >> _______________________________________________ >> MapServer-dev mailing list >> MapServer-dev at lists.osgeo.org >> https://lists.osgeo.org/mailman/listinfo/mapserver-dev > _______________________________________________ > MapServer-dev mailing list > MapServer-dev at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapserver-dev -- Jeff McKenna GatewayGeo: Developers of MS4W, & offering MapServer Consulting/Dev co-founder of FOSS4G http://gatewaygeo.com/ _______________________________________________ MapServer-dev mailing list MapServer-dev at lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/mapserver-dev From michael.smith.erdc at gmail.com Fri Nov 7 03:22:39 2025 From: michael.smith.erdc at gmail.com (Michael Smith) Date: Fri, 07 Nov 2025 06:22:39 -0500 Subject: [MapServer-dev] Test failures in CI Message-ID: <5D331FAE-409A-4124-B12C-644BCBCD8765@gmail.com> I?m seeing these test failures in CI https://github.com/MapServer/MapServer/pull/7379 for the Address Sanitizer and Regular, with Coverage actions FAILED run_test.py::test[wcs_netcdf_3d_input_output_wcs_netcdf_3d_input_output_nc] FAILED run_test.py::test[wcs_netcdf_3d_output_wcs_netcdf_3d_output_nc] - Asse... FAILED run_test.py::test[wcs_netcdf_input_output_wcs_netcdf_input_output_wcs10_get_coverage_nc] FAILED run_test.py::test[wcs_netcdf_input_output_wcs_netcdf_input_output_wcs20_get_coverage_nc] But nothing in my PR (just adding a space in the oraclespatial function) should affect these netcdf tests at all. Do you know if there is something else going on with these tests? Mike -- Michael Smith RSGIS Center ? ERDC CRREL NH US Army Corps -------------- next part -------------- An HTML attachment was scrubbed... URL: From sethg at geographika.co.uk Sat Nov 8 00:35:31 2025 From: sethg at geographika.co.uk (Seth G) Date: Sat, 08 Nov 2025 09:35:31 +0100 Subject: [MapServer-dev] 8.6.0 release plan In-Reply-To: <636fd155-7a84-4ed0-a467-11fb6a336fbb@gatewaygeomatics.com> References: <71223a6e-afd4-448a-b9b9-1f2529918ca9@gatewaygeomatics.com> <1036c74e-70e1-4382-b12f-68919cd20e1e@app.fastmail.com> <636fd155-7a84-4ed0-a467-11fb6a336fbb@gatewaygeomatics.com> Message-ID: Thanks for the update Jeff. I'd be inclined to remove most of the remaining milestone items for 8.6 (the PRs from 2024 are unlikely to be addressed any time soon). I fixed an msautotest issue that should allow the Oracle PR to now pass. Seth -- web:https://geographika.net & https://mapserverstudio.net mastodon: @geographika at mastodon.social On Fri, Nov 7, 2025, at 11:24 AM, Jeff McKenna via MapServer-dev wrote: > Hi Seth, yes I'm clearing a few blockers that came up, I apologize for > the delay. I keep the milestone dates updated (you can always follow at > https://github.com/MapServer/MapServer/milestones ). I will try to get > a beta out today. > > thanks again, > > -jeff > > > On 2025-11-06 3:24 p.m., Seth G via MapServer-dev wrote: >> Hi Jeff, >> >> I was wondering if there?s an updated release plan for MapServer 8.6? >> Are there any blockers left? >> >> Seth >> >> On Fri, Oct 10, 2025, at 1:30 PM, Jeff McKenna via MapServer-dev wrote: >>> Hi devs, >>> >>> Sorry for the last minute notice (I had edited the release plan page >>> with these dates, but not shared it through email), here is the proposed >>> release schedule for 8.6.0 : >>> >>> >>> Feature freeze: Fri. Oct 10, 2025 >>> 8.6-beta1: Fri. Oct 17, 2025 >>> 8.6-rc1: Fri. Oct 24, 2025 >>> 8.6 (final): Fri. Oct 31, 2025 >>> >>> If you feel these dates need to be delayed, as you are working hard on >>> something, let me know. (but it seems that it is good timing) >>> >>> thanks everyone, and have a nice weekend, >>> >>> -jeff >>> >>> >>> >>> >>> >>> _______________________________________________ >>> MapServer-dev mailing list >>> MapServer-dev at lists.osgeo.org >>> https://lists.osgeo.org/mailman/listinfo/mapserver-dev >> _______________________________________________ >> MapServer-dev mailing list >> MapServer-dev at lists.osgeo.org >> https://lists.osgeo.org/mailman/listinfo/mapserver-dev > > > -- > Jeff McKenna > GatewayGeo: Developers of MS4W, & offering MapServer Consulting/Dev > co-founder of FOSS4G > http://gatewaygeo.com/ > _______________________________________________ > MapServer-dev mailing list > MapServer-dev at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapserver-dev From michael.smith.erdc at gmail.com Sat Nov 8 02:53:47 2025 From: michael.smith.erdc at gmail.com (Michael Smith) Date: Sat, 08 Nov 2025 05:53:47 -0500 Subject: [MapServer-dev] 8.6.0 release plan In-Reply-To: References: <71223a6e-afd4-448a-b9b9-1f2529918ca9@gatewaygeomatics.com> <1036c74e-70e1-4382-b12f-68919cd20e1e@app.fastmail.com> <636fd155-7a84-4ed0-a467-11fb6a336fbb@gatewaygeomatics.com> Message-ID: Oracle pr now passes. Mike -- Michael Smith RSGIS Center ? ERDC CRREL NH US Army Corps ?On 11/8/25, 3:36 AM, "MapServer-dev on behalf of Seth G via MapServer-dev" on behalf of mapserver-dev at lists.osgeo.org > wrote: Thanks for the update Jeff. I'd be inclined to remove most of the remaining milestone items for 8.6 (the PRs from 2024 are unlikely to be addressed any time soon). I fixed an msautotest issue that should allow the Oracle PR to now pass. Seth -- web:https://geographika.net & https://mapserverstudio.net mastodon: @geographika at mastodon.soci al On Fri, Nov 7, 2025, at 11:24 AM, Jeff McKenna via MapServer-dev wrote: > Hi Seth, yes I'm clearing a few blockers that came up, I apologize for > the delay. I keep the milestone dates updated (you can always follow at > https://github.com/MapServer/MapServer/milestones ). I will try to get > a beta out today. > > thanks again, > > -jeff > > > On 2025-11-06 3:24 p.m., Seth G via MapServer-dev wrote: >> Hi Jeff, >> >> I was wondering if there?s an updated release plan for MapServer 8.6? >> Are there any blockers left? >> >> Seth >> >> On Fri, Oct 10, 2025, at 1:30 PM, Jeff McKenna via MapServer-dev wrote: >>> Hi devs, >>> >>> Sorry for the last minute notice (I had edited the release plan page >>> with these dates, but not shared it through email), here is the proposed >>> release schedule for 8.6.0 : >>> >>> >>> Feature freeze: Fri. Oct 10, 2025 >>> 8.6-beta1: Fri. Oct 17, 2025 >>> 8.6-rc1: Fri. Oct 24, 2025 >>> 8.6 (final): Fri. Oct 31, 2025 >>> >>> If you feel these dates need to be delayed, as you are working hard on >>> something, let me know. (but it seems that it is good timing) >>> >>> thanks everyone, and have a nice weekend, >>> >>> -jeff >>> >>> >>> >>> >>> >>> _______________________________________________ >>> MapServer-dev mailing list >>> MapServer-dev at lists.osgeo.org >>> https://lists.osgeo.org/mailman/listinfo/mapserver-dev >> _______________________________________________ >> MapServer-dev mailing list >> MapServer-dev at lists.osgeo.org >> https://lists.osgeo.org/mailman/listinfo/mapserver-dev > > > -- > Jeff McKenna > GatewayGeo: Developers of MS4W, & offering MapServer Consulting/Dev > co-founder of FOSS4G > http://gatewaygeo.com/ > _______________________________________________ > MapServer-dev mailing list > MapServer-dev at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapserver-dev _______________________________________________ MapServer-dev mailing list MapServer-dev at lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/mapserver-dev From jmckenna at gatewaygeomatics.com Tue Nov 18 15:23:42 2025 From: jmckenna at gatewaygeomatics.com (Jeff McKenna) Date: Tue, 18 Nov 2025 19:23:42 -0400 Subject: [MapServer-dev] branch-8-6 notes for devs Message-ID: <934ebaa2-be64-470e-b16a-f83aeeda8807@gatewaygeomatics.com> Hi all, Some quick updates: - as you may have noticed, a first beta went out a few days ago, but an issue was quickly found & fixed - therefore a public beta2 was released today - direct link: https://download.osgeo.org/mapserver/mapserver-8.6.0-beta2.tar.gz - branch-8-6 has been created, and we can use the "backport branch-8-6" label accordingly for pull requests into that branch - the same applies for the documentation (branch-8-6 is now live) Please test as soon as you can. Thanks again all, #foss4g4ever -jeff