Re: [MapServer-users] Docker image for MapServer with PHP-MapScript

2023-11-08 Thread Jan Hartmann via MapServer-users
day, October 30, 2023 12:46 PM *To:* Vassilis Chatzigiannakis ; mapserver-users@lists.osgeo.org *Subject:* Re: [MapServer-users] Docker image for MapServer with PHP-MapScript Almost there. There are additional migration examples in: https://ms4w.com/trac/wiki/MigrationGuide5.x I wrote wrappe

Re: [MapServer-users] Docker image for MapServer with PHP-MapScript

2023-10-30 Thread Lime, Steve D (MNIT) via MapServer-users
Map-level metadata lives in the WEB object... From: MapServer-users On Behalf Of Jan Hartmann via MapServer-users Sent: Monday, October 30, 2023 12:46 PM To: Vassilis Chatzigiannakis ; mapserver-users@lists.osgeo.org Subject: Re: [MapServer-users] Docker image for MapServer with PHP-MapScript

Re: [MapServer-users] Docker image for MapServer with PHP-MapScript

2023-10-30 Thread Jan Hartmann via MapServer-users
. I worked with this reference: https://mapserver.org/mapscript/mapscript-api/index.html So, you start by $oMap= newmapObj($mapfile); Best regards, Vassilis *From:* Jan Hartmann *Sent:* Saturday, October 28, 2023 9:14 PM *To:* Vassilis Chatzigiannakis ; mapserver-users@lists.osgeo.org *Sub

Re: [MapServer-users] Docker image for MapServer with PHP-MapScript

2023-10-28 Thread Vassilis Chatzigiannakis via MapServer-users
-users@lists.osgeo.org Subject: Re: [MapServer-users] Docker image for MapServer with PHP-MapScript This seems to work. And it says so in the migration guide (https://mapserver.org/mapscript/php/migration_guide.html): all of your PHP scripts (that leverage MapServer objects and functions) must

Re: [MapServer-users] Docker image for MapServer with PHP-MapScript

2023-10-28 Thread Jan Hartmann via MapServer-users
mapserver-users@lists.osgeo.org *Subject:* Re: [MapServer-users] Docker image for MapServer with PHP-MapScript I made a docker version of mapserver/php-mapscript myself, based on Ubuntu 22.04. I installed all required libraries with apt, and compiled mapserver and mapscript according to instruction

Re: [MapServer-users] Docker image for MapServer with PHP-MapScript

2023-10-28 Thread Vassilis Chatzigiannakis via MapServer-users
: mapserver-users@lists.osgeo.org Subject: Re: [MapServer-users] Docker image for MapServer with PHP-MapScript I made a docker version of mapserver/php-mapscript myself, based on Ubuntu 22.04. I installed all required libraries with apt, and compiled mapserver and mapscript according to instructions. No

Re: [MapServer-users] Docker image for MapServer with PHP-MapScript

2023-10-27 Thread Jan Hartmann via MapServer-users
I made a docker version of mapserver/php-mapscript myself, based on Ubuntu 22.04. I installed all required libraries with apt, and compiled mapserver and mapscript according to instructions. No problem at all. At the end I got the following from phpinfo(); mapscript MapServer Version Map