Re: [MapServer-users] Missing blank in SQL

2024-06-26 Thread Sven Schroeter via MapServer-users
Hi,  "USING SRID...", try this: DATA "GEOM FROM TEST_TABLE USING UNIQUE objid_parent USING SRID=25832" Greetings Sven Am 26.06.2024 um 12:16 schrieb G. Völkl via MapServer-users: Hello In the map file is this statement DATA "GEOM FROM TEST_TABLE using unique objid_parent SRID 25832" I g

Re: [MapServer-users] I want to change Map

2023-11-28 Thread Sven Schroeter via MapServer-users
Hi, Tile-based maps are provided in a predefined tileset. In the case of Google or OSM, for example, this is usually in EPSG 3857 and is defined in a grid with corresponding resolutions for the different zoom levels (always based on an extent): https://mapserver.org/mapcache/config.html#preco

Re: [MapServer-users] PHP-Mapscript: write imageObj to stdout

2023-11-13 Thread Sven Schroeter via MapServer-users
users On Behalf Of Sven Schroeter via MapServer-users Sent: Monday, November 13, 2023 10:44 AM To: mapserver-users@lists.osgeo.org Subject: Re: [MapServer-users] PHP-Mapscript: write imageObj to stdout Hi Jan, maybe you need this:          //SWIG          if($mapscriptSwig) {         

Re: [MapServer-users] PHP-Mapscript: write imageObj to stdout

2023-11-13 Thread Sven Schroeter via MapServer-users
Hi Jan, maybe you need this:        //SWIG        if($mapscriptSwig) {            echo msIO_getStdoutBufferBytes();        }else{            echo ms_iogetStdoutBufferBytes();        } Sven Am 10.11.2023 um 18:59 schrieb Jan Hartmann via MapServer-users: Hi, In

[mapserver-users] PHP Mapscript on Debian 10

2021-06-14 Thread Sven Schroeter via mapserver-users
Hi, I am trying to get PHP Mapscript to run stably on a Debian 10 machine. The installation actually worked fine and everything is running, only there is an error after each automatic nightly restart of the Apache server. After that PHP continues to run, but the Mapscript module does not work