Re: [MapServer-users] How to cascade data from OGC API Features service?

2023-11-14 Thread Jan Hartmann via MapServer-users
Hi Jukka, Sometimes there are problems when the actual filenames in the vrt are relative pathnames. Especially with the new mapscript.php include file. Perhaps you could try that. Jan On 13/11/2023 22:48, Rahkonen Jukka via MapServer-users wrote: Hi, I tried to make a WMS layer from OGC

[MapServer-users] How to run MapScript from C#?

2023-11-14 Thread Benedek Petrovicz via MapServer-users
Hi! Is there anyone who has a working C# project with MapScript? I'm trying to use the SWIG generated DLL from the gisinternals build, but I cannot make it work. I read the SWIG documents on mapserver.org, but couldn't figure it out. Any help would be much appreciated! Thank you! Petrovicz

Re: [MapServer-users] How to cascade data from OGC API Features service?

2023-11-14 Thread Rahkonen Jukka via MapServer-users
Hi, MS4W 5.0.0 RC1 contains GDAL version that does not include this enhancement https://github.com/OSGeo/gdal/issues/8522. It means that my Mapserver was reading OGCFeat only 10 features at a time. That gives all too bad impression about the speed of the OGCFeat source. The VRT below works

[MapServer-users] Is it possible to make a symbol of symbols?

2023-11-14 Thread Trygve Aspenes via MapServer-users
Hi Is it possible to make a symbol of symbols? My use case is wind barbs. I use lines for barbs up to 45kn, but at 50kn and above the 50kn flag is a filled triangle. I try a symbol like this: SYMBOL NAME "wind_barb_50" TYPE VECTOR FILLED TRUE POINTS 26 8.2 2 8.2

Re: [MapServer-users] How to cascade data from OGC API Features service?

2023-11-14 Thread Rahkonen Jukka via MapServer-users
Hi, Oh yes, it was a typo. As a user who tries to be standard compliant I had upgraded the name in one place to match with the OGC approved abbreviation “OGCFeat” instead of the GDAL driver name “OAPIF”. The MAXSCALEDENOM value 6 (naturally copy-pasted from some old mapfile) is all too