[mapserver-users] asking help about generating html code in python script

2021-09-13 Thread Boubacar Bah
hello everyone , recently i create a cgi script in python now i try to integrate a html in my script to organize my web page but it's not work this my html page below *con = psycopg2.connect(host="localhost", database="#", user="postgres", password=###, port=5432)cur =

[mapserver-users] Fwd: Questions according to MapServer IDW implementation

2021-09-13 Thread Andreas Helms
Hi all, I found this pull request created early this year: https://github.com/MapServer/MapServer/pull/6227 The IDW implementation is really impressive and works very well, but I am wondering if it would be possible to make the interpolated data available as a vector layer, too. In addition to

Re: [mapserver-users] Raster Upsampling

2021-09-13 Thread Patrick Young
Apologies, after revisiting this this morning, I can't reproduce what I was seeing... now I do see the raster being bilinearly upsampled when I overzoom. Sorry about that! On Fri, Sep 10, 2021 at 11:08 AM Patrick Young < patrick.mckendree.yo...@gmail.com> wrote: > As a quick follow up, a hack th

Re: [mapserver-users] Asking help

2021-09-13 Thread b.j.kobben--- via MapServer-users
This seems a general CGI scripting error, nothing to do with MapServer. In general for CGI script to run make sure: - a script handler for the script is installed I your server. eg for Python on Apache,: Options +ExecCGI AddHandler cgi-script .py Require all granted - the script has execute

[mapserver-users] Asking help

2021-09-13 Thread Boubacar Bah
Hello everyone l try to launch a script CGI in mapserver but it return an error when I put my CGI into cgi-bin folder: *the server encounter an internal error or misconfiguration and was unable to complete yours request* Or if l put. My script file into apps folder the server returned a error lik