o.k. I just tried that, works great on my Windows 7 development environment under ms4w, thanks! Does it work on all Windows Server operating systems and also under the IIS?
Von: Richard Greenwood [mailto:[email protected]] Gesendet: Freitag, 21. September 2018 15:00 An: [email protected] Cc: [email protected]; mapserver Betreff: Re: [mapserver-users] What is the best way to generate WMS? On Fri, Sep 21, 2018 at 3:33 AM Sven Schroeter <[email protected]> wrote: Hi Vladimir, the fastest way is probably the CGI variant. You write your mapfiles and deliver the data via mapserv and the corresponding parameters. In the case of PHP you have to build a wrapper, which is no problem. If your server runs under windows, this is the better variant, because many firewalls close when you call mapserv.exe. On a Windows server just rename mapserv.exe to mapserv and all will be good. Rich When it comes to custom programming, the php (or python or C# or Java) variant has more influence. Greetings Sven Von: mapserver-users [mailto:[email protected]] Im Auftrag von Vladimir Gesendet: Freitag, 21. September 2018 09:51 An: mapserver-users Betreff: [mapserver-users] What is the best way to generate WMS? Hi list, There are several tables with a lot of objects in PostGis database. Fields of the tables contain styles(color, width etc) The goal is fast getting a single image(WMS) on client . I am aware about two ways to do it: mapserv as FactCGI and some kind of MapScript(PHP in my case) What is the best for performance? Is there more productive way? Regards. _______________________________________________ mapserver-users mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/mapserver-users -- Richard W. Greenwood, PLS www.greenwoodmap.com _______________________________________________ mapserver-users mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/mapserver-users
