Re: [mapserver-users] Mapserver tile edge rendering behaviour

2020-03-11 Thread Steve Lime
MapServer uses the center of the pixel but does compensate for models defined by other specs (e.g. WMS, which defines an extent as outer edge to outer edge. Straight CGI (mode=map) will adjust the requested extent based on the image size to ensure that square cells are being used. WMS allows for

[mapserver-users] Mapserver tile edge rendering behaviour

2020-03-11 Thread Johannes Paul
Hello, I use a data source (postgis or shapefile, it doesn't matter, the behaviour is the same), that is made of a simple polygon created from a bbox, on which is applied a simple 'outlinecolor'. When calling my URL with a bbox that is *exactly* the size of that polygon, mapserver only renders the

Re: [mapserver-users] php_mapscript throubleshoot

2020-03-11 Thread Stefanos Anastasiou
Hi Jeff,     I know that this is the correct syntax (new mapOb) but isn't this file gererated during compilation time ? Are we supposed to change code in there ? Thank you  Regards,Stefanos Στις Τετάρτη, 11 Μαρτίου 2020, 12:53:09 μ.μ. EET, ο χρήστης Jeff McKenna έγραψε: On 2020-03-11

Re: [mapserver-users] mapserver 7.4.3 on centos 8 and gdal 3.0.4

2020-03-11 Thread Jeff McKenna
Glad you solved it. Related tip: GEOS 3.8.1 is now available. -jeff -- Jeff McKenna MapServer Consulting and Training Services https://gatewaygeomatics.com/ On 2020-03-05 6:03 p.m., Domenico Febbo wrote: Dears issue was solved as you suggested arranging right version of GEOS, GDAL and

Re: [mapserver-users] php_mapscript throubleshoot

2020-03-11 Thread Jeff McKenna
On 2020-03-11 4:47 a.m., Stefanos Anastasiou wrote: Hello,    I also have the same problem. I have only compiled the PHPNG version and there is libphp_mapscriptng.so generated which I try to put in /usr/lib/php/2017(...)  folder, as this is the extension folder shown by phpinfo(). But

Re: [mapserver-users] php_mapscript throubleshoot

2020-03-11 Thread Stefanos Anastasiou
Hello,    I also have the same problem. I have only compiled the PHPNG version and there is libphp_mapscriptng.so generated which I try to put in /usr/lib/php/2017(...)  folder, as this is the extension folder shown by phpinfo(). But test_draw_map still fails complaining about new_mapObj  in