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
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
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) {
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
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