Re: [mapserver-users] Styling a WFS ? or not ?

2021-05-31 Thread Jeff McKenna via mapserver-users
Hi Mathias, Styling of WFS services happens on the client-side. For example, see this WFS-client layer example, where you can set any color that you wish for this 'continents' layer that is served through a remote WFS service : https://www.mapserver.org/ogc/wfs_client.html#example-wfs-layer

Re: [mapserver-users] CGI variable "map" fails to validate.

2021-06-03 Thread Jeff McKenna via mapserver-users
Hi David, MS4W also uses PCRE for its regex engine, so Windows users will soon be facing these same issues as you (I'll be making this as easy as possible for the new Windows users). So to answer your question: I believe most users aren't yet aware of what regex engine they use, and, also I

Re: [mapserver-users] 7.6.3 released - includes important security fix

2021-06-03 Thread Jeff McKenna via mapserver-users
The associated CVE security ID for this is: CVE-2021-32062 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-32062 -jeff -- Jeff McKenna GatewayGeo: Developers of MS4W, MapServer Consulting and Training co-founder of FOSS4G http://gatewaygeo.com/ On 2021-04-30 7:55 p.m., Steve Lime wr

[mapserver-users] TinyOWS 1.2.0 released

2021-06-11 Thread Jeff McKenna via mapserver-users
The MapServer team is pleased to announce the major release of TinyOWS 1.2.0, in honor of its visionary, Olivier Courtin. This release contains many fixes and enhancements that have been in the main branch, as well as recent improvements. The goal will to follow a consistent release schedule,

Re: [mapserver-users] PHP Mapscript on Debian 10

2021-06-14 Thread Jeff McKenna via mapserver-users
Hi Sven, Native PHP MapScript is no longer supported (and will be removed for the MapServer 8.0 release). Instead you must use SWIG MapScript support, so be sure to set -DWITH_PHPNG=ON in your cmake command. SWIG >=4 is recommended for this. You can then follow https://mapserver.org/MIGRA

Re: [MapServer-users] Cluster with Oracle Spatial data

2023-10-10 Thread Jeff McKenna via MapServer-users
Hi Ivan, I believe this should work with any database or OGR connection (I think my initial tests, for the docs, were with an OGR/KML connection, but I remember testing SpatiaLite later as well for cluster). (I'll see if I can test this with Oracle, but, it may take me a while to setup, so s

Re: [MapServer-users] symbol minsize/maxsize in mapServer 8

2023-10-11 Thread Jeff McKenna via MapServer-users
I'm sorry for that docs confusion Jörg. Someone found the pull request that I had made, for the 8.0 release, and I was shocked to see all of my changes in the docs for that release - it goes to show the effort, behind the scenes, not just code changes, for such releases. -jeff -- Jeff McKe

Re: [MapServer-users] Compiling mapserver with php in user directory

2023-10-17 Thread Jeff McKenna via MapServer-users
Hi Jan, Unfortunately I have much experience tracking down CMake errors now, ha. Instead of the error log, scroll up and read the output from your cmake command (as it does its checks and looks for libraries), I find examining that output is crucial (and I personally find the actual generated

Re: [MapServer-users] Compiling mapserver with php in user directory

2023-10-17 Thread Jeff McKenna via MapServer-users
Maybe paste all of the output from the cmake command (upto the "configuring incomplete" message) at https://pastebin.com/ and paste that pastebin link here for the community to examine closely. -jeff On 2023-10-17 4:45 p.m., Jeff McKenna via MapServer-users wrote: Hi Jan, Unfor

Re: [MapServer-users] Compiling mapserver with php in user directory

2023-10-18 Thread Jeff McKenna via MapServer-users
that location. Any idea? On 17/10/2023 21:45, Jeff McKenna via MapServer-users wrote: Hi Jan, Unfortunately I have much experience tracking down CMake errors now, ha. Instead of the error log, scroll up and read the output from your cmake command (as it does its checks and looks for libraries)

Re: [MapServer-users] Mapserver 8 , PHP map script cannot print image

2023-10-26 Thread Jeff McKenna via MapServer-users
Hi Vassilis, You are missing after the draw() the following: //send image to stdout (browser), without saving file locally echo $oImage ->getBytes(); I also prefer to set the header right before that getBytes() call. For a full working example, you can use the quickmap.php file that is in

[MapServer-users] demo.mapserver.org Services Upgraded

2024-04-15 Thread Jeff McKenna via MapServer-users
Hi all! A short update that all of the MapServer services (OGC services, MapCache, MapServer, etc.) have been upgraded on the demo server: https://demo.mapserver.org Wishing everyone a productive week, -jeff -- Jeff McKenna GatewayGeo: Developers of MS4W, & offering MapServer Consult

[MapServer-users] Reminder: Please add your site (or OGC services) to the MapServer Gallery

2024-05-07 Thread Jeff McKenna via MapServer-users
Hi everyone! A short reminder to please add your MapServer site or MapServer-run data services to the wiki page at https://github.com/MapServer/MapServer/wiki/MapServer-Site-Gallery Thanks for making the MapServer community a vibrant place, -jeff -- Jeff McKenna GatewayGeo: Developers of

[MapServer-users] TinyOWS 1.2.1 released

2024-05-24 Thread Jeff McKenna via MapServer-users
The MapServer team is pleased to announce the minor release of TinyOWS 1.2.1, in honor of its visionary, Olivier Courtin. - Changelog: https://mapserver.org/development/changelog/tinyows/changelog-1-2.html#changelog-tinyows-1-2 - Download: https://download.osgeo.org/mapserver/tinyows-1.2.1.t

[MapServer-users] 8.2.0-beta2 released

2024-06-08 Thread Jeff McKenna via MapServer-users
The MapServer team is excited to announce the second beta release of MapServer 8.2.0. Please help us test and let us know of any findings. Details of the new features, changelog, migration instructions, and download links can be found on the dedicated announcement page at https://mapserver.org/

[MapServer-users] security releases available: 8.2.0-beta3, 8.0.2, 7.6.6

2024-06-11 Thread Jeff McKenna via MapServer-users
The MapServer team announces security releases for 8.2.0-beta3, 8.0.2, 7.6.6 These releases address a security flaw of potential SQL injections related to regex validation (ticket #7075). Details of the ongoing 8.2.0 release can be found at https://mapserver.org/development/announce/8-2.html

[MapServer-users] 8.2.0-rc1 released

2024-06-14 Thread Jeff McKenna via MapServer-users
The MapServer team is excited to announce the first release candidate of MapServer 8.2.0 (there have been no changes since the beta3) Please help us test and let us know of any findings. Details of the new features, changelog, migration instructions, and download links can be found on the ded

[MapServer-users] 8.2.0-rc3 available

2024-06-28 Thread Jeff McKenna via MapServer-users
The MapServer team is excited to announce the third release candidate of MapServer 8.2.0 (there were a few changes since rc1, including a fix for MapScript packagers, that have been included) Please help us test and let us know of any findings. Direct download: https://download.osgeo.org/map

[MapServer-users] 8.2.0 released !

2024-07-08 Thread Jeff McKenna via MapServer-users
The MapServer team is thrilled to announce the release of MapServer 8.2.0 Details of the new features, changelog, migration instructions, and download links can be found on the dedicated announcement page at https://mapserver.org/development/announce/8-2.html . Also included is an updated 1,1

Re: [MapServer-users] 8.2.0 released !

2024-07-08 Thread Jeff McKenna via MapServer-users
Those looking to track the future 8.2.1 and 8.4.0 releases can do so through the milestones at https://github.com/MapServer/MapServer/milestones thanks -team MapServer On 2024-07-08 6:41 p.m., Jeff McKenna via MapServer-users wrote: The MapServer team is thrilled to announce the release of

Re: [MapServer-users] 8.2.0 released !

2024-07-10 Thread Jeff McKenna via MapServer-users
How could I leave out the fun part of a release: celebrate 24 years of speed with MapServer, through a video! https://vimeo.com/982129089 -Team MapServer On 2024-07-08 6:41 p.m., Jeff McKenna via MapServer-users wrote: The MapServer team is thrilled to announce the release of MapServer

[MapServer-users] Communications: Matrix room setup for chat discussions (and IRC bridge)

2024-07-18 Thread Jeff McKenna via MapServer-users
Hi all, short summary: see https://mapserver.org/community/matrix-irc.html During the recent 8.2.0 release process, we setup a communication bridge between Matrix and IRC, for MapServer (all credit to @strk for the bridge). This means that you can use any Matrix client (see long list at http

[MapServer-users] 8.2.1 & 7.6.7 maintenance releases available

2024-07-21 Thread Jeff McKenna via MapServer-users
The MapServer team announces the release of MapServer 8.2.1 and 7.6.7 to handle a possible security concern. You can find more details in the 8.2.1 changelog at https://mapserver.org/development/changelog/changelog-8-2.html#changelog-8-2 You may also wish to review MapServer's Security Policy

Re: [MapServer-users] Is there a "best" source file format for serving WMS from raster layers?

2024-07-29 Thread Jeff McKenna via MapServer-users
Hi Stefan, I maintain 2 documents that try to handle those questions: - raster optimization: https://mapserver.org/optimization/raster.html - vector optimization: https://mapserver.org/optimization/vector.html Formats are still important. You'll notice that I had done a performance comparison

[MapServer-users] MapCache 1.14.1 & TinyOWS 1.2.2 now available

2024-08-02 Thread Jeff McKenna via MapServer-users
The maintenance releases of MapCache 1.14.1 and TinyOWS 1.2.2 are now available. - MapCache changelog: https://mapserver.org/development/changelog/mapcache/changelog-1-14.html#changelog-mapcache-1-14 - TinyOWS changelog: https://mapserver.org/development/changelog/tinyows/changelog-1-2.htm

Re: [MapServer-users] Mapserver>=8.0: Layer Composite Opacity

2024-08-07 Thread Jeff McKenna via MapServer-users
Hi Dieter, It could be possible that your MapServer installation was compiled with Pixman library support enabled in MapServer, which unfortunately causes a known bug where opacity does not work (see https://github.com/MapServer/MapServer/issues/5343 ). I believe we should completely remove

Re: [MapServer-users] Mapserver>=8.0: Layer Composite Opacity

2024-08-07 Thread Jeff McKenna via MapServer-users
Hi Dieter, I also just used MS4W's PHP (PHP version 8.3.9) to call the setOpacity() function, to update the layer's opacity, such as: $oPolyLayer->setOpacity(40); (see sample script at https://ms4w.com/trac/wiki/SWIGMapScriptOpacity ) -jeff On 2024-08-07 11:38 a.m., Jef

Re: [MapServer-users] Seeing Missing required parameter STYLES in some calls in the network tab

2024-08-26 Thread Jeff McKenna via MapServer-users
Thanks for catching this Rob, I've tried to highlight this in the WMS docs, and have added it into the Migration Guide for 8.0 ( https://mapserver.org/MIGRATION_GUIDE.html ) -jeff -- Jeff McKenna GatewayGeo: Developers of MS4W, & offering MapServer Consulting/Dev co-founder of FOSS4G http:/

[MapServer-users] 8.2.2 released

2024-09-02 Thread Jeff McKenna via MapServer-users
The MapServer team is pleased to announce the maintenance release of MapServer 8.2.2 For the list of changes see the changelog: https://mapserver.org/development/changelog/changelog-8-2.html#changelog-8-2-2 Direct source download: - gzip: http://download.osgeo.org/mapserver/mapserver-8.2.2.

Re: [MapServer-users] OGR wkbMultiPolygon is working on 7.6.4 version?

2024-09-03 Thread Jeff McKenna via MapServer-users
Hi Carlos, I'll put some points that I might go through, if I was in your shoes: - use ogrinfo (on your .ovf) to get the extents of the layer, and add that to the MAP-level EXTENT parameter - remove all other layers, and all PROJECTION blocks, for the test - remove all validation parameters, a