Re: [mapserver-users] map server WFS with GML input

2019-05-16 Thread Leigh Porter
Steve, Jeff, thanks gents! > On 16 May 2019, at 22:33, Jeff McKenna wrote: > > https://mapserver.org/ogc/wfs_server.html#example-wfs-server-mapfile > ___ mapserver-users mailing

Re: [mapserver-users] map server WFS with GML input

2019-05-16 Thread Jeff McKenna
To expand on what Steve said: see the "World Continents" example layer in that same document, you should likely copy/paste that entire METADATA object into your own layer, and edit accordingly https://mapserver.org/ogc/wfs_server.html#example-wfs-server-mapfile -jeff -- Jeff McKenna

Re: [mapserver-users] map server WFS with GML input

2019-05-16 Thread Lime, Steve D (MNIT)
Hi Leigh: Welcome! MapServer by default won't expose any attributes unless you explicitly tell it to. Look at the gml_include_items and gml_exclude_items layer metadata on this page: https://mapserver.org/ogc/wfs_server.html --Steve From: mapserver-users on

[mapserver-users] Version 7.4.0 released...

2019-05-16 Thread Lime, Steve D (MNIT)
Hi all: The MapServer team is proud to announce the initial release of MapServer 7.4. This release is largely focused on MapScript improvements including support for PHP 7. A full changelog can be found at: https://mapserver.org/development/changelog/changelog-7-4.html#changelog-7-4 The

[mapserver-users] map server WFS with GML input

2019-05-16 Thread Leigh Porter
Hey All! I just joined the list. I have used mapserver for a while and just started with WFS. I’m serving WFS requests from a GML input file. Input is like this: -3.187863,54.948226 f2964c095957f50f54b16d18c71be4a1f09f55e7f321edac3f38b469877e7fc5 2019-03 Avon

[mapserver-users] Mapserver - Mapcache - solidness of generated tiles.

2019-05-16 Thread Marek Bąk
Hello All, I need to implement tile expiration mechanism. I did quick POC. I've imported osm.pbf file and created two tilesets based on same maps and same database data. Then I run ImageMagick compare on correspondings files from both runs and... they are different (AE was 741 pixels per

Re: [mapserver-users] transparency with php mapscript

2019-05-16 Thread Jeff McKenna
I forgot to mention that that test script uses an important trick to test: it saves the mapfile to a temporary file, where you can confirm that a COMPOSITE object is indeed created (here is that script again https://ms4w.com/trac/wiki/SWIGMapScriptOpacity ) -jeff -- Thank you for using

Re: [mapserver-users] transparency with php mapscript

2019-05-16 Thread Jeff McKenna
Hi Sven, As you know, all methods and functions are now listed in the SWIG API reference document when using MS4W 4.0, and in the layerObj methods section you can see a setOpacity() function (https://mapserver.org/mapscript/mapscript.html#layerobj-methods). Another trick is to open the

[mapserver-users] transparency with php mapscript

2019-05-16 Thread Sven Schroeter
Hello, I test current php mapscript versions under Windows and try to give a layer transparency. With mapserver versions < 7 this was possible: $layer_poly->opacity = 68; With the version MS4W 3.3.1 with Mapserver > 7 and PHP Mapscript it works like this: