From farouk153 at gmail.com Thu Mar 3 12:22:31 2011 From: farouk153 at gmail.com (farouk azzouhri) Date: Thu, 3 Mar 2011 17:22:31 +0000 Subject: [MS4W-Users] PHP Mapscript Message-ID: Hi, I use MapServer 4 Windows - version 3.0.1,Apache 2.2.17,PHP 5.3.5 Php works fine.Im able to run files with .php extension,but the below coding produces *error*: Fatal error: Call to undefined function dl() in C:\ms4w\Apache\htdocs\monTP\data\first.php on line 7 con you help me please ???? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maptools.org/pipermail/ms4w-users/attachments/20110303/91b643ff/attachment.htm From ludwig at kni-online.de Thu Mar 3 12:37:39 2011 From: ludwig at kni-online.de (Ludwig Kniprath) Date: Thu, 03 Mar 2011 18:37:39 +0100 Subject: [MS4W-Users] PHP Mapscript In-Reply-To: References: Message-ID: <4D6FD1E3.1010107@kni-online.de> Hi, the use of the dl-Function in php is per default inhibited by php.ini: enable_dl = Off (see http://php.net/enable-dl) Normally You would enable php_mapscript.dll within php.ini with the line "extension=php_mapscript.dll". But if You use ms4w, that should already be done, so in your scripts dl("...") is not necessary. hth Ludwig Am 03.03.2011 18:22, schrieb farouk azzouhri: > Hi, > I use MapServer 4 Windows - version 3.0.1,Apache 2.2.17,PHP 5.3.5 Php > works fine.Im able to run files with .php extension,but the below > coding produces *error*: > > > > > *dl*("*php_mapscript*.*dll*"); > phpinfo(); > ?> > > > > > > > > Fatal error: Call to undefined function dl() in > C:\ms4w\Apache\htdocs\monTP\data\first.php on line 7 > > > > con you help me please ???? > > > _______________________________________________ > MS4W-Users mailing list > MS4W-Users at lists.maptools.org > http://lists.maptools.org/mailman/listinfo/ms4w-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maptools.org/pipermail/ms4w-users/attachments/20110303/00647212/attachment.htm From jmckenna at gatewaygeomatics.com Fri Mar 4 09:34:15 2011 From: jmckenna at gatewaygeomatics.com (Jeff McKenna) Date: Fri, 04 Mar 2011 10:34:15 -0400 Subject: [MS4W-Users] PHP Mapscript In-Reply-To: References: Message-ID: <4D70F867.4070408@gatewaygeomatics.com> Great answer by Ludwig. I have also seen the following used in scripts, to avoid that problem: if (!extension_loaded("MapScript")) dl("php_mapscript.dll"); -jeff -- Jeff McKenna MapServer Consulting and Training Services http://www.gatewaygeomatics.com/ On 11-03-03 1:22 PM, farouk azzouhri wrote: > Hi, > I use MapServer 4 Windows - version 3.0.1,Apache 2.2.17,PHP 5.3.5 Php > works fine.Im able to run files with .php extension,but the below coding > produces *error*: > > > > > *dl*("*php_mapscript*.*dll*"); > phpinfo(); > ?> > > > > > > > > Fatal error: Call to undefined function dl() in > C:\ms4w\Apache\htdocs\monTP\data\first.php on line 7 > > > > con you help me please ???? > From farouk153 at gmail.com Fri Mar 4 09:55:25 2011 From: farouk153 at gmail.com (farouk azzouhri) Date: Fri, 4 Mar 2011 14:55:25 +0000 Subject: [MS4W-Users] WMS Message-ID: hi, how to create WMS sever using mapserver ?? is that WMS is a link or what ?? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maptools.org/pipermail/ms4w-users/attachments/20110304/232375c6/attachment.htm From jmckenna at gatewaygeomatics.com Fri Mar 4 11:10:20 2011 From: jmckenna at gatewaygeomatics.com (Jeff McKenna) Date: Fri, 04 Mar 2011 12:10:20 -0400 Subject: [MS4W-Users] WMS In-Reply-To: References: Message-ID: <4D710EEC.6020004@gatewaygeomatics.com> On 11-03-04 10:55 AM, farouk azzouhri wrote: > hi, > how to create WMS sever using mapserver ?? is that WMS is a link or > what ?? Hello, You can follow the steps to setup a WMS server with MapServer in this document: http://www.mapserver.org/ogc/wms_server.html#setting-up-a-wms-server-using-mapserver MS4W is compiled to support setting up MapServer as a WMS, WFS, WCS, and SOS server. -- Jeff McKenna MapServer Consulting and Training Services http://www.gatewaygeomatics.com/ From juliaharrell at mindspring.com Fri Mar 4 16:55:06 2011 From: juliaharrell at mindspring.com (Julia Harrell) Date: Fri, 4 Mar 2011 16:55:06 -0500 (GMT-05:00) Subject: [MS4W-Users] Any timeline in place for supporting ArcSDE 10 data stores? Message-ID: <12291348.1299275707373.JavaMail.root@elwamui-rubis.atl.sa.earthlink.net> Hi list Does anyone have any information about when MS4W/Mapserver might begin to offer support for ArcSDE 10 datastores? I haven't been able to find any really useful info searching various listservs. We have some business units in my organization that are lobbying IT Mgnt very hard to upgrade "right now". While that might be just fine and dandy for them because they are using esri web app software, it will basically render the mapserver web apps for a number of other business units DOA. Can't have that... TIA, Julia From tom_price at yahoo.com Tue Mar 8 11:34:05 2011 From: tom_price at yahoo.com (Tom Price) Date: Tue, 8 Mar 2011 08:34:05 -0800 (PST) Subject: [MS4W-Users] Thread safety and Mapscript 3.0.1/5.6.6 In-Reply-To: <489140.50984.qm@web110308.mail.gq1.yahoo.com> Message-ID: <319747.97392.qm@web110313.mail.gq1.yahoo.com> Moved from mapserver-users. Discussion continues below... --- On Tue, 3/8/11, Tom Price wrote: From: Tom Price Subject: Thread safety and Mapscript 3.0.1/5.6.6 To: tom_price at yahoo.com Date: Tuesday, March 8, 2011, 11:01 AM On 11-03-07 9:23 PM, Tom Price wrote: > Haven't been on this board in a long time. I'm in the process of > upgrading from PHP 5.2.5 to 5.3.5 and to the latest Php/Mapscript in > MS4W which is apparently based on Mapserver 5.6.6. > > My client plans to host this using the Fast-cgi VC9 version of PHP with > IIS 7 on a 64-bit Win 2008 Server. > > I noticed that the binary in MS4W requires that I install the > thread-safe version of PHP on IIS. I get this message from phpinfo() > with the NTS version: > > PHP Warning: PHP Startup: MapScript: Unable to initialize module Module > compiled with build ID=API20090626,TS,VC9 PHP compiled with build > ID=API20090626,NTS,VC9 These options need to match in Unknown on line 0 > > > Is Mapscript now thread-safe? Or is this selection particular to the > Apache deployment? > > Thanks in advance. Hello Tom, I have several comments that you might keep in mind as you travel down this path for your client: - MS4W is compiled for 32bit environments; you will either have to configure your 64bit server to run 32bit applications, or obtain a 64bit version of MapServer (you can contact me directly if you choose the latter option) - MS4W contains a custom PHP version; I have seen errors like that when users try to use their own PHP builds with the MS4W mapscript. Easiest way out of that situation is to use the MS4W version of PHP and mapscript together. - if you have any further questions about MS4W be sure to use the MS4W mailing list (subscribe at http://lists.maptools.org/mailman/listinfo/ms4w-users) Hope that helps. -jeff -- Jeff McKenna MapServer Consulting and Training Services http://www.gatewaygeomatics.com/ ********************** Multi-use server. Prefer to use a standard binary from http://www.php.net. Use of IIS 7 is a requirement. x-64 is an option given that PHP still runs as 32-bit only. I got php_mapscript.dll to work by installing the thread-safe VC9 version of PHP 5.3.5. But, I'm aware of some of the flaky issues with thread safety. Is php_mapscript.dll now thread safe? Or, is the modified version of PHP included with MS4W really a NTS version that has been modified to not flag extensions that use different comipler options (i.e. TS vs. NTS). Thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maptools.org/pipermail/ms4w-users/attachments/20110308/5f04aecf/attachment.htm From giohappy at gmail.com Thu Mar 10 04:43:28 2011 From: giohappy at gmail.com (G. Allegri) Date: Thu, 10 Mar 2011 10:43:28 +0100 Subject: [MS4W-Users] is there an updated buildkit? Message-ID: Hi. First of all thanks for your work to provide us MS4W! I've been using it since years, and it's always my reference for Windows platforms. I'm considering to set up a buildbot to test the news from the latest MS releases, like the latest 6.0.0 beta1. So, the time is come to setup a build environment. Looking around I found a buildkit in th osgeo4w download space ( http://download.osgeo.org/buildkit/), but it's outdated. Do you have an updated repository? Could you provide us the buildkit you're using, i.e., for the latest MS4W? Thanks a lot, Giovanni -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maptools.org/pipermail/ms4w-users/attachments/20110310/263db1ee/attachment.htm From jmckenna at gatewaygeomatics.com Thu Mar 10 15:06:25 2011 From: jmckenna at gatewaygeomatics.com (Jeff McKenna) Date: Thu, 10 Mar 2011 16:06:25 -0400 Subject: [MS4W-Users] MapServer 6.0.0-beta1 upgrade package available In-Reply-To: <4D2F2393.5020302@gatewaygeomatics.com> References: <4D2F2393.5020302@gatewaygeomatics.com> Message-ID: <4D792F41.5060405@gatewaygeomatics.com> All MS4W users are encouraged to test the MapServer 6.0.0-beta1 package (details at http://www.maptools.org/ms4w/index.phtml?page=RELEASE_mapserver_ms4w3.x_dev-6.0.0.html) and provide feedback. Thanks! -jeff -- Jeff McKenna MapServer Consulting and Training Services http://www.gatewaygeomatics.com/ From Andreas-Alexander.Maul at bgr.de Fri Mar 11 03:48:23 2011 From: Andreas-Alexander.Maul at bgr.de (Maul, Andreas-Alexander) Date: Fri, 11 Mar 2011 09:48:23 +0100 Subject: [MS4W-Users] MapServer 6.0.0-beta1 upgrade package available In-Reply-To: <4D792F41.5060405@gatewaygeomatics.com> References: <4D2F2393.5020302@gatewaygeomatics.com> <4D792F41.5060405@gatewaygeomatics.com> Message-ID: It would be nice if the recent msplugin_mssql2008.dll could be included in the package because we are very interested to get access to the geography data type which was implemented in the MSSQLServer plugin last autumn. Regards Andreas ------------------------------------------------- Dr. Andreas-Alexander Maul Federal Institute for Geosciences and Natural Resources Stilleweg 2 D-30655 Hannover Tel.: +49 (0)511 643-3454 Email: andreas-alexander.maul at bgr.de -----Urspr?ngliche Nachricht----- Von: ms4w-users-bounces at lists.maptools.org [mailto:ms4w-users-bounces at lists.maptools.org] Im Auftrag von Jeff McKenna Gesendet: Donnerstag, 10. M?rz 2011 21:06 An: ms4w Betreff: [MS4W-Users] MapServer 6.0.0-beta1 upgrade package available All MS4W users are encouraged to test the MapServer 6.0.0-beta1 package (details at http://www.maptools.org/ms4w/index.phtml?page=RELEASE_mapserver_ms4w3.x_dev-6.0.0.html) and provide feedback. Thanks! -jeff -- Jeff McKenna MapServer Consulting and Training Services http://www.gatewaygeomatics.com/ _______________________________________________ MS4W-Users mailing list MS4W-Users at lists.maptools.org http://lists.maptools.org/mailman/listinfo/ms4w-users From jmckenna at gatewaygeomatics.com Fri Mar 11 07:25:02 2011 From: jmckenna at gatewaygeomatics.com (Jeff McKenna) Date: Fri, 11 Mar 2011 04:25:02 -0800 (PST) Subject: [MS4W-Users] MapServer 6.0.0-beta1 upgrade package available In-Reply-To: References: <4D2F2393.5020302@gatewaygeomatics.com> <4D792F41.5060405@gatewaygeomatics.com> Message-ID: <1299846302458-6161241.post@n2.nabble.com> Maul, Andreas-Alexander-2 wrote: > > It would be nice if the recent msplugin_mssql2008.dll could be included in > the package because we are very interested to get access to the geography > data type which was implemented in the MSSQLServer plugin last autumn. > Regards > Andreas > Hello Andreas, MS4W version 3.0.1 is available with a recent version of msplugin_mssql2008.dll that you require; you are correct that the 6.0.0-beta package does not contain all of the MS4W functionality, but is available for testing and feedback. Once the final MapServer 6.0.0 release is available, a full MS4W release will be available. Thank you for using the MS4W product. -jeff -- Jeff McKenna MapServer Consulting and Training Services http://www.gatewaygeomatics.com/ -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/MS4W-Users-MS4W-3-0-RC1-available-for-testing-and-feedback-tp5918814p6161241.html Sent from the ms4w-users mailing list archive at Nabble.com. From Andreas-Alexander.Maul at bgr.de Fri Mar 11 07:58:45 2011 From: Andreas-Alexander.Maul at bgr.de (Maul, Andreas-Alexander) Date: Fri, 11 Mar 2011 13:58:45 +0100 Subject: [MS4W-Users] MapServer 6.0.0-beta1 upgrade package available In-Reply-To: <1299846302458-6161241.post@n2.nabble.com> References: <4D2F2393.5020302@gatewaygeomatics.com> <4D792F41.5060405@gatewaygeomatics.com> <1299846302458-6161241.post@n2.nabble.com> Message-ID: Jeff, please correct me if I'm wrong but it seems to me that the msplugin_mssql2008.dll in package ms4w_3.0.1 has rev. 10395 from 2010-07-24. However, the geography support was implemented in oct. 2010. Regards, Andreas ------------------------------------------------- Dr. Andreas-Alexander Maul B4.2 Geodaten, Geologische Informationen, Stratigraphie Bundesanstalt f?r Geowissenschaften und Rohstoffe im GEOZENTRUM HANNOVER Stilleweg 2 30655 Hannover Tel.: +49 (0)511 643-3454 Email: andreas-alexander.maul at bgr.de -----Urspr?ngliche Nachricht----- Von: ms4w-users-bounces at lists.maptools.org [mailto:ms4w-users-bounces at lists.maptools.org] Im Auftrag von Jeff McKenna Gesendet: Freitag, 11. M?rz 2011 13:25 An: ms4w-users at lists.maptools.org Betreff: Re: [MS4W-Users] MapServer 6.0.0-beta1 upgrade package available Maul, Andreas-Alexander-2 wrote: > > It would be nice if the recent msplugin_mssql2008.dll could be included in > the package because we are very interested to get access to the geography > data type which was implemented in the MSSQLServer plugin last autumn. > Regards > Andreas > Hello Andreas, MS4W version 3.0.1 is available with a recent version of msplugin_mssql2008.dll that you require; you are correct that the 6.0.0-beta package does not contain all of the MS4W functionality, but is available for testing and feedback. Once the final MapServer 6.0.0 release is available, a full MS4W release will be available. Thank you for using the MS4W product. -jeff -- Jeff McKenna MapServer Consulting and Training Services http://www.gatewaygeomatics.com/ -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/MS4W-Users-MS4W-3-0-RC1-available-for-testing-and-feedback-tp5918814p6161241.html Sent from the ms4w-users mailing list archive at Nabble.com. _______________________________________________ MS4W-Users mailing list MS4W-Users at lists.maptools.org http://lists.maptools.org/mailman/listinfo/ms4w-users From jmckenna at gatewaygeomatics.com Fri Mar 11 12:17:48 2011 From: jmckenna at gatewaygeomatics.com (Jeff McKenna) Date: Fri, 11 Mar 2011 09:17:48 -0800 (PST) Subject: [MS4W-Users] MapServer 6.0.0-beta1 upgrade package available In-Reply-To: References: <4D2F2393.5020302@gatewaygeomatics.com> <4D792F41.5060405@gatewaygeomatics.com> <1299846302458-6161241.post@n2.nabble.com> Message-ID: <1299863868011-6162178.post@n2.nabble.com> Maul, Andreas-Alexander-2 wrote: > > Jeff, > please correct me if I'm wrong but it seems to me that the > msplugin_mssql2008.dll in package ms4w_3.0.1 has rev. 10395 from > 2010-07-24. However, the geography support was implemented in oct. 2010. > Regards, > Andreas > Andreas, You are correct: MS4W version 3.0.1 contains MapServer 5.6.6, and the last change to the MapServer 5.6 branch for mssql2008 support was in 2010-07-24. MapServer 6.0.0, when it is released, will contain more recent changes to the mssql2008 support. Thanks for using the MS4W product. -jeff -- Jeff McKenna MapServer Consulting and Training Services http://www.gatewaygeomatics.com/ -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/MS4W-Users-MS4W-3-0-RC1-available-for-testing-and-feedback-tp5918814p6162178.html Sent from the ms4w-users mailing list archive at Nabble.com. From lam_hep at yahoo.com Thu Mar 17 10:29:16 2011 From: lam_hep at yahoo.com (Lambha Nongkhlaw) Date: Thu, 17 Mar 2011 20:59:16 +0530 (IST) Subject: [MS4W-Users] (no subject) Message-ID: <560247.52788.qm@web94905.mail.in2.yahoo.com> Sir can you help me with the pmapper queryeditor portion regarding retrieving of field value not in a textbox but dynamically in a dropdownlist manner... I need certain codes for creating a function.. Lambha Nongkhlaw MLCU Meghalaya -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maptools.org/pipermail/ms4w-users/attachments/20110317/1d3f113c/attachment.htm From tom_price at yahoo.com Thu Mar 17 10:36:50 2011 From: tom_price at yahoo.com (Tom Price) Date: Thu, 17 Mar 2011 08:36:50 -0700 (PDT) Subject: [MS4W-Users] Still trying to understand about thread safety Message-ID: <535125.5195.qm@web110314.mail.gq1.yahoo.com> If Mapserver is not thread-safe, then why is Mapscript built with the TS flag set? Should I continue trying to build a NTS version of php_mapscript.dll or should I install the thread safe version of PHP? Thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maptools.org/pipermail/ms4w-users/attachments/20110317/2aac6212/attachment.htm From traffin at sirap.fr Thu Mar 17 11:29:22 2011 From: traffin at sirap.fr (Thomas RAFFIN) Date: Thu, 17 Mar 2011 17:29:22 +0100 Subject: [MS4W-Users] (no subject) In-Reply-To: <23499488.2384621300376162236.JavaMail.root@asp2.maintronic.fr> References: <23499488.2384621300376162236.JavaMail.root@asp2.maintronic.fr> Message-ID: <4D8236E2.9000204@sirap.fr> Hi, You are on the mailing list of MS4W (MapServer for Windows). I think you should have more response on the pmapper mailing list: http://svn.pmapper.net/trac/wiki/FaqDebugging#a2.Howtoaskquestionsonthep.mappermailinglist Le 17/03/2011 16:29, Lambha Nongkhlaw a ?crit : > Sir can you help me with the pmapper queryeditor portion regarding > retrieving of field value not in a textbox but dynamically in a > dropdownlist manner... I need certain codes for creating a function.. > /*Lambha Nongkhlaw*/ > /*MLCU*/ > /*Meghalaya*/ > > > > _______________________________________________ > MS4W-Users mailing list > MS4W-Users at lists.maptools.org > http://lists.maptools.org/mailman/listinfo/ms4w-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maptools.org/pipermail/ms4w-users/attachments/20110317/bf9d7b97/attachment.htm From rummagebin at gmail.com Fri Mar 18 14:34:53 2011 From: rummagebin at gmail.com (andrew_peru) Date: Fri, 18 Mar 2011 12:34:53 -0700 (PDT) Subject: [MS4W-Users] ms_iogetstdoutbufferstring() returns "empty image" Message-ID: <1300476893089-6185879.post@n2.nabble.com> I'm using php mapscript with ms4w v. 3.0.1, which I guess translates to Mapserver cgi 5.6.6 and Mapscript 5.6.6 I need to load the image produced by a Mapserver WMS into a php variable in order to perform some on-the-fly image processing before serving it up to a browser. The following php code snippet works but is inefficient because it loads an image into two different buffers, one of which is never used (This, however, was the only way I got the concept to work at all) . . $objMap = ms_newMapobj($map_path.$map_name); ms_ioinstallstdouttobuffer(); # make output go into mapserver buffer $objMap->owsdispatch($request); # This would print to browser, but goes to mapserver buffer ms_ioresethandlers(); ob_start(); # make output go into php buffer $image = $objMap->draw(); # Instance of Image object $image->saveImage('',$objMap); # This would print to browser but goes to php buffer $buffer = ob_get_contents(); # Php Buffer (image) contents placed into variable/memory ob_end_clean(); # Output buffer cleaned so image not printed automatically header('Content-type: image/png'); echo $buffer; # Image is displayed successfully in browser . . . On the other hand this code snippet attempts to bypass the whole the ob_start() to ob_end_clean() hack, but it fails: . . $objMap = ms_newMapobj($map_path.$map_name); ms_ioinstallstdouttobuffer(); # make output go into mapserver buffer $objMap->owsdispatch($request); # This would print to browser, but goes to mapserver buffer $buffer = ms_iogetstdoutbufferstring(); # This should load mapserver buffer to php variable ms_ioresethandlers(); header('Content-type: image/png'); echo $buffer; # Fails with error message . . Here browser spits out the following error message : The image "" cannot be displayed, because it contains errors. If I comment the header function I can see that ms_iogetstdoutbufferstring() is returning a stream consisting of the characters "PNG" surrounded by one or two bytes of binary stuff, nothing else. Has anybody seen this behavior before? Should I get a new copy? Modify some setting? Any help will be greatly appreciated. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/ms-iogetstdoutbufferstring-returns-empty-image-tp6185879p6185879.html Sent from the ms4w-users mailing list archive at Nabble.com. From lam_hep at yahoo.com Mon Mar 21 04:29:04 2011 From: lam_hep at yahoo.com (Lambha Nongkhlaw) Date: Mon, 21 Mar 2011 14:59:04 +0530 (IST) Subject: [MS4W-Users] Code/help for Dynamic retrieval of value in a dropdown in Queryeditor In-Reply-To: References: Message-ID: <559350.72086.qm@web94904.mail.in2.yahoo.com> Sir can you help me with the pmapper queryeditor portion regarding retrieving of field value not in a textbox but dynamically in a dropdownlist manner... I need certain codes for creating a function.. ?Lambha Nongkhlaw MLCU Meghalaya ________________________________ From: "ms4w-users-request at lists.maptools.org" To: ms4w-users at lists.maptools.org Sent: Sat, 19 March, 2011 10:30:01 PM Subject: MS4W-Users Digest, Vol 83, Issue 8 Send MS4W-Users mailing list submissions to ??? ms4w-users at lists.maptools.org To subscribe or unsubscribe via the World Wide Web, visit ??? http://lists.maptools.org/mailman/listinfo/ms4w-users or, via email, send a message with subject or body 'help' to ??? ms4w-users-request at lists.maptools.org You can reach the person managing the list at ??? ms4w-users-owner at lists.maptools.org When replying, please edit your Subject line so it is more specific than "Re: Contents of MS4W-Users digest..." Today's Topics: ? 1. ms_iogetstdoutbufferstring() returns "empty image" (andrew_peru) ---------------------------------------------------------------------- Message: 1 Date: Fri, 18 Mar 2011 12:34:53 -0700 (PDT) From: andrew_peru Subject: [MS4W-Users] ms_iogetstdoutbufferstring() returns "empty ??? image" To: ms4w-users at lists.maptools.org Message-ID: <1300476893089-6185879.post at n2.nabble.com> Content-Type: text/plain; charset=us-ascii I'm using php mapscript with ms4w v. 3.0.1, which I guess translates to Mapserver cgi 5.6.6 and Mapscript 5.6.6 I need to load the image produced by a Mapserver WMS into a php variable in order to perform some on-the-fly image processing before serving it up to a browser.? The following php code snippet works but is inefficient because it loads an image into two different buffers, one of which is never used? (This, however, was the only way I got the concept to work at all) . . $objMap = ms_newMapobj($map_path.$map_name); ms_ioinstallstdouttobuffer();? ? ? ? ? ? ? # make output go into mapserver buffer $objMap->owsdispatch($request);? ? # This would print to browser, but goes to mapserver buffer ms_ioresethandlers(); ob_start();? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? # make output go into php buffer $image = $objMap->draw();? ? ? ? ? ? ? # Instance of Image object $image->saveImage('',$objMap);? ? ? # This would print to browser but goes to php buffer $buffer = ob_get_contents();? ? ? ? ? ? # Php Buffer (image) contents placed into variable/memory ob_end_clean();? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? # Output buffer cleaned so image not printed automatically header('Content-type: image/png'); echo $buffer;? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? # Image is displayed successfully in browser . . . On the other hand this code snippet attempts to bypass the whole the ob_start() to ob_end_clean() hack, but it fails: . . $objMap = ms_newMapobj($map_path.$map_name); ms_ioinstallstdouttobuffer();? ? ? ? ? ? ? # make output go into mapserver buffer $objMap->owsdispatch($request);? ? # This would print to browser, but goes to mapserver buffer $buffer = ms_iogetstdoutbufferstring();? # This should load mapserver buffer to php variable ms_ioresethandlers(); header('Content-type: image/png'); echo $buffer;? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? # Fails with error message . . Here browser spits out the following error message : The image "" cannot be displayed, because it contains errors. If I comment the header function I can see that ms_iogetstdoutbufferstring() is returning a stream consisting of the characters "PNG" surrounded by one or two bytes of binary stuff, nothing else. Has anybody seen this behavior before?? Should I get a new copy? Modify some setting? Any help will be greatly appreciated. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/ms-iogetstdoutbufferstring-returns-empty-image-tp6185879p6185879.html Sent from the ms4w-users mailing list archive at Nabble.com. ------------------------------ _______________________________________________ MS4W-Users mailing list MS4W-Users at lists.maptools.org http://lists.maptools.org/mailman/listinfo/ms4w-users End of MS4W-Users Digest, Vol 83, Issue 8 ***************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maptools.org/pipermail/ms4w-users/attachments/20110321/ba173c65/attachment.htm From jmckenna at gatewaygeomatics.com Mon Mar 21 12:46:53 2011 From: jmckenna at gatewaygeomatics.com (Jeff McKenna) Date: Mon, 21 Mar 2011 14:46:53 -0300 Subject: [MS4W-Users] MapServer 6.0.0-beta2 upgrade package available Message-ID: <4D878F0D.9070006@gatewaygeomatics.com> All MS4W users are encouraged to test the MapServer 6.0.0-beta2 package (details at http://www.maptools.org/ms4w/index.phtml?page=RELEASE_mapserver_ms4w3.x_dev-6.0.0.html) and provide feedback. Thanks! -jeff -- Jeff McKenna MapServer Consulting and Training Services http://www.gatewaygeomatics.com/ From rummagebin at gmail.com Fri Mar 25 09:57:29 2011 From: rummagebin at gmail.com (andrew_peru) Date: Fri, 25 Mar 2011 07:57:29 -0700 (PDT) Subject: [MS4W-Users] ms_iogetstdoutbufferstring() returns "empty image" In-Reply-To: <1300476893089-6185879.post@n2.nabble.com> References: <1300476893089-6185879.post@n2.nabble.com> Message-ID: <1301065049065-6207968.post@n2.nabble.com> No Takers? Let me rephrase the issue: In php mapscript ms_iogetstdoutbufferstring() works for getcapabilities requests but not for getmap requests. Anybody else see this problem? Is this by design? -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/ms-iogetstdoutbufferstring-returns-empty-image-tp6185879p6207968.html Sent from the ms4w-users mailing list archive at Nabble.com. From yassefa at dmsolutions.ca Fri Mar 25 10:45:33 2011 From: yassefa at dmsolutions.ca (Yewondwossen Assefa) Date: Fri, 25 Mar 2011 11:45:33 -0400 Subject: [MS4W-Users] ms_iogetstdoutbufferstring() returns "empty image" In-Reply-To: <1301065049065-6207968.post@n2.nabble.com> References: <1300476893089-6185879.post@n2.nabble.com> <1301065049065-6207968.post@n2.nabble.com> Message-ID: <4D8CB89D.7010208@dmsolutions.ca> On 25/03/2011 10:57 AM, andrew_peru wrote: > No Takers? Let me rephrase the issue: > In php mapscript > > ms_iogetstdoutbufferstring() works for getcapabilities requests > > but not for getmap requests. > > Anybody else see this problem? Is this by design? > I think It might be a bug. It certainly is documented as being part of the possiblities (http://mapserver.org/ogc/mapscript.html). maybe also specify what version of MapServer and which scripting language you are using. If you are using the 6.0-betaxx, have you tried the same thing on the 5.6.x versions? -- ---------------------------------------------------------------- Assefa Yewondwossen Software Analyst Email: yassefa at dmsolutions.ca http://www.dmsolutions.ca/ Phone: (613) 565-5056 (ext 14) Fax: (613) 565-0925 ---------------------------------------------------------------- From rummagebin at gmail.com Fri Mar 25 10:51:39 2011 From: rummagebin at gmail.com (andrew_peru) Date: Fri, 25 Mar 2011 08:51:39 -0700 (PDT) Subject: [MS4W-Users] ms_iogetstdoutbufferstring() returns "empty image" In-Reply-To: <1300476893089-6185879.post@n2.nabble.com> References: <1300476893089-6185879.post@n2.nabble.com> Message-ID: <1301068299358-6208149.post@n2.nabble.com> I am using 5.6.6 -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/ms-iogetstdoutbufferstring-returns-empty-image-tp6185879p6208149.html Sent from the ms4w-users mailing list archive at Nabble.com. From jmckenna at gatewaygeomatics.com Fri Mar 25 12:18:10 2011 From: jmckenna at gatewaygeomatics.com (Jeff McKenna) Date: Fri, 25 Mar 2011 14:18:10 -0300 Subject: [MS4W-Users] MapServer 6.0.0-beta3 upgrade package available Message-ID: <4D8CCE52.3070305@gatewaygeomatics.com> All MS4W users are encouraged to test the MapServer 6.0.0-beta3 package (details at http://www.maptools.org/ms4w/index.phtml?page=RELEASE_mapserver_ms4w3.x_dev-6.0.0.html) and provide feedback. Thanks! -jeff -- Jeff McKenna MapServer Consulting and Training Services http://www.gatewaygeomatics.com/ From jmckenna at gatewaygeomatics.com Fri Mar 25 13:02:13 2011 From: jmckenna at gatewaygeomatics.com (Jeff McKenna) Date: Fri, 25 Mar 2011 15:02:13 -0300 Subject: [MS4W-Users] ms_iogetstdoutbufferstring() returns "empty image" In-Reply-To: <1301068299358-6208149.post@n2.nabble.com> References: <1300476893089-6185879.post@n2.nabble.com> <1301068299358-6208149.post@n2.nabble.com> Message-ID: <4D8CD8A5.60903@gatewaygeomatics.com> On 11-03-25 12:51 PM, andrew_peru wrote: > I am using 5.6.6 > Rephrased: you could try your issue with MapServer 6.0.0-beta3 (instructions at: http://www.maptools.org/ms4w/index.phtml?page=RELEASE_mapserver_ms4w3.x_dev-6.0.0.html) and if your issue exists with beta3, then you could file it as a ticket in the MapServer Issue Tracker (http://trac.osgeo.org/mapserver/). Thanks. -jeff -- Jeff McKenna MapServer Consulting and Training Services http://www.gatewaygeomatics.com/ From yassefa at dmsolutions.ca Fri Mar 25 13:45:36 2011 From: yassefa at dmsolutions.ca (Yewondwossen Assefa) Date: Fri, 25 Mar 2011 14:45:36 -0400 Subject: [MS4W-Users] ms_iogetstdoutbufferstring() returns "empty image" In-Reply-To: <4D8CD8A5.60903@gatewaygeomatics.com> References: <1300476893089-6185879.post@n2.nabble.com> <1301068299358-6208149.post@n2.nabble.com> <4D8CD8A5.60903@gatewaygeomatics.com> Message-ID: <4D8CE2D0.7080205@dmsolutions.ca> On 25/03/2011 2:02 PM, Jeff McKenna wrote: > On 11-03-25 12:51 PM, andrew_peru wrote: >> I am using 5.6.6 >> > Rephrased: you could try your issue with MapServer 6.0.0-beta3 > (instructions at: > http://www.maptools.org/ms4w/index.phtml?page=RELEASE_mapserver_ms4w3.x_dev-6.0.0.html) > and if your issue exists with beta3, then you could file it as a ticket > in the MapServer Issue Tracker (http://trac.osgeo.org/mapserver/). > > Thanks. > > -jeff > > Please also indicate if your are using PHP or other scripting language. -- ---------------------------------------------------------------- Assefa Yewondwossen Software Analyst Email: yassefa at dmsolutions.ca http://www.dmsolutions.ca/ Phone: (613) 565-5056 (ext 14) Fax: (613) 565-0925 ---------------------------------------------------------------- From fllopez65 at gmail.com Sun Mar 27 14:05:19 2011 From: fllopez65 at gmail.com (Francois Lopez) Date: Sun, 27 Mar 2011 15:05:19 -0400 Subject: [MS4W-Users] Activating and deactivating layers from a map in mapserver exported from QGIS Message-ID: Hello I use Quantum GIS(1.6.0) Windows 7. I'm new to this software. I've created a map thru qgis, and then an index.html file and a global.map html template file. I can run them through localhost/maps etc...but when the map gets produced the activate check boxes in my map are irrelevant, whether they are ticked or not the layers are active in the map. Does anyone know which file(and coding) controls whether the layers are activated by activating a check mark in the radio button. I don't believe its the index file coding so it must be either the global.map template file or the global.html file which determines how the map is displayed. Tks Francois -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maptools.org/pipermail/ms4w-users/attachments/20110327/ae223ead/attachment.htm From fllopez65 at gmail.com Sun Mar 27 14:07:38 2011 From: fllopez65 at gmail.com (Francois Lopez) Date: Sun, 27 Mar 2011 15:07:38 -0400 Subject: [MS4W-Users] highlighting a vector layer in mapserver produced in qgis Message-ID: Hello again I use Quantum GIS(1.6.0) Windows 7 with data moved to mapserver. I have 2 questions: 1. If you have a vector line layer(such as a road or railway line), that you want to highlight only a certain section of, is it possible to do that in qgis before exporting to mapserver? And if not, can it be done in Mapserver and how would you do that? 2. If on the vector line layer which you have highlighted you want to have a starting and ending point noted with a red bullet or pin( I?m not sure of the proper term), how is that done? Tks Francois -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maptools.org/pipermail/ms4w-users/attachments/20110327/bb19ab32/attachment.htm From fllopez65 at gmail.com Sun Mar 27 14:15:24 2011 From: fllopez65 at gmail.com (Francois Lopez) Date: Sun, 27 Mar 2011 15:15:24 -0400 Subject: [MS4W-Users] change vector layer to match other layers produced in qgis map exported to mapserver Message-ID: Hello I used QGIS 1.6.0 and windows 7: If you add a railway vector layer from a shapefile in a map that is produced in qgis and when the map is produced it does not sit in its correct position on the map, ie: it is higher than it should be, is it possible to correct its location(move it down) before it get exported to mapserver? If so, how would you go about doing that? tks Francois -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maptools.org/pipermail/ms4w-users/attachments/20110327/5c6e51a8/attachment.htm From rummagebin at gmail.com Mon Mar 28 10:16:23 2011 From: rummagebin at gmail.com (andrew_peru) Date: Mon, 28 Mar 2011 08:16:23 -0700 (PDT) Subject: [MS4W-Users] ms_iogetstdoutbufferstring() returns "empty image" In-Reply-To: <4D8CE2D0.7080205@dmsolutions.ca> References: <1300476893089-6185879.post@n2.nabble.com> <1301068299358-6208149.post@n2.nabble.com> <4D8CD8A5.60903@gatewaygeomatics.com> <4D8CE2D0.7080205@dmsolutions.ca> Message-ID: <1301325383021-6215377.post@n2.nabble.com> Ok I upgraded to 6.0.0 beta 3. but I can't test whether the problem has been resolved because I'm running against a new issue. When running a request for the map service I get (on the server) the typical error popup window saying that: "CGI / FastCGI has encoutered a problem and needs to close" "send error report" etc Apparently mapserver is not getting through the map file. Event Viewer shows the following: "Faulting application php-cgi.exe, version 5.3.5.0, faulting module msplugin_mssql2008.dll, version 0.0.0.0, fault address 0x000015e8." The Apache error log shows the following: "Premature end of script headers: php.cgi.exe" In fact I was using an SQLServer Spatial layer for this map service. Do I need a new dll? should I change something in Apache configuration file? in php.ini? -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/ms-iogetstdoutbufferstring-returns-empty-image-tp6185879p6215377.html Sent from the ms4w-users mailing list archive at Nabble.com. From jmckenna at gatewaygeomatics.com Mon Mar 28 11:47:39 2011 From: jmckenna at gatewaygeomatics.com (Jeff McKenna) Date: Mon, 28 Mar 2011 13:47:39 -0300 Subject: [MS4W-Users] ms_iogetstdoutbufferstring() returns "empty image" In-Reply-To: <1301325383021-6215377.post@n2.nabble.com> References: <1300476893089-6185879.post@n2.nabble.com> <1301068299358-6208149.post@n2.nabble.com> <4D8CD8A5.60903@gatewaygeomatics.com> <4D8CE2D0.7080205@dmsolutions.ca> <1301325383021-6215377.post@n2.nabble.com> Message-ID: <4D90BBAB.9090401@gatewaygeomatics.com> On 11-03-28 12:16 PM, andrew_peru wrote: > Ok I upgraded to 6.0.0 beta 3. but I can't test whether the problem has been > resolved because I'm running against a new issue. When running a request > for the map service I get (on the server) the typical error popup window > saying that: > > "CGI / FastCGI has encoutered a problem and needs to close" "send error > report" etc > > Apparently mapserver is not getting through the map file. Event Viewer > shows the following: > > "Faulting application php-cgi.exe, version 5.3.5.0, faulting module > msplugin_mssql2008.dll, version 0.0.0.0, fault address 0x000015e8." > > The Apache error log shows the following: > > "Premature end of script headers: php.cgi.exe" > > In fact I was using an SQLServer Spatial layer for this map service. Do I > need a new dll? should I change something in Apache configuration file? in > php.ini? > Hello, The 6.0.0 beta packages do not include plugins (such as the MSSQL2008 plugin that your layer uses), so until the 6.0.0 release comes, you should test your issue with another type of layer (you can check the supported types in the 6.0.0 beta by executing 'ogrinfo --formats' and 'gdalinfo --formats'). Hope that info helps. -jeff -- Jeff McKenna MapServer Consulting and Training Services http://www.gatewaygeomatics.com/ From jmckenna at gatewaygeomatics.com Tue Mar 29 12:51:54 2011 From: jmckenna at gatewaygeomatics.com (Jeff McKenna) Date: Tue, 29 Mar 2011 14:51:54 -0300 Subject: [MS4W-Users] OFFTOPIC: FOSS4G 2011 call for papers reminder Message-ID: <4D921C3A.6040906@gatewaygeomatics.com> In case anyone missed this message today: -- Hello everyone, This is just a friendly reminder that the call for papers for FOSS4G 2011 in Denver closes on April 15, so you have a little over two weeks to get abstracts in. The call for presentations is at http://2011.foss4g.org/presentations/. In case you haven't seen them yet, we already have a great lineup of workshops and tutorials scheduled, for more information see http://2011.foss4g.org/workshops/. Cheers, Peter Batty 2011 FOSS4G Chair From lam_hep at yahoo.com Wed Mar 30 09:54:46 2011 From: lam_hep at yahoo.com (Lambha Nongkhlaw) Date: Wed, 30 Mar 2011 20:24:46 +0530 (IST) Subject: [MS4W-Users] Working with postgre/postgis In-Reply-To: References: Message-ID: <31519.19478.qm@web94902.mail.in2.yahoo.com> Hello All, I am not able to view the map stored in postgis using pmapper.. only black loading screan appears.. Lambha Nongkhlaw MLCU Meghalaya ________________________________ From: "ms4w-users-request at lists.maptools.org" To: ms4w-users at lists.maptools.org Sent: Mon, 28 March, 2011 10:30:01 PM Subject: MS4W-Users Digest, Vol 83, Issue 13 Send MS4W-Users mailing list submissions to ms4w-users at lists.maptools.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.maptools.org/mailman/listinfo/ms4w-users or, via email, send a message with subject or body 'help' to ms4w-users-request at lists.maptools.org You can reach the person managing the list at ms4w-users-owner at lists.maptools.org When replying, please edit your Subject line so it is more specific than "Re: Contents of MS4W-Users digest..." Today's Topics: 1. Activating and deactivating layers from a map in mapserver exported from QGIS (Francois Lopez) 2. highlighting a vector layer in mapserver produced in qgis (Francois Lopez) 3. change vector layer to match other layers produced in qgis map exported to mapserver (Francois Lopez) 4. Re: ms_iogetstdoutbufferstring() returns "empty image" (andrew_peru) 5. Re: ms_iogetstdoutbufferstring() returns "empty image" (Jeff McKenna) ---------------------------------------------------------------------- Message: 1 Date: Sun, 27 Mar 2011 15:05:19 -0400 From: Francois Lopez Subject: [MS4W-Users] Activating and deactivating layers from a map in mapserver exported from QGIS To: ms4w-users at lists.maptools.org Message-ID: Content-Type: text/plain; charset="iso-8859-1" Hello I use Quantum GIS(1.6.0) Windows 7. I'm new to this software. I've created a map thru qgis, and then an index.html file and a global.map html template file. I can run them through localhost/maps etc...but when the map gets produced the activate check boxes in my map are irrelevant, whether they are ticked or not the layers are active in the map. Does anyone know which file(and coding) controls whether the layers are activated by activating a check mark in the radio button. I don't believe its the index file coding so it must be either the global.map template file or the global.html file which determines how the map is displayed. Tks Francois -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maptools.org/pipermail/ms4w-users/attachments/20110327/ae223ead/attachment-0001.htm ------------------------------ Message: 2 Date: Sun, 27 Mar 2011 15:07:38 -0400 From: Francois Lopez Subject: [MS4W-Users] highlighting a vector layer in mapserver produced in qgis To: ms4w-users at lists.maptools.org Message-ID: Content-Type: text/plain; charset="windows-1252" Hello again I use Quantum GIS(1.6.0) Windows 7 with data moved to mapserver. I have 2 questions: 1. If you have a vector line layer(such as a road or railway line), that you want to highlight only a certain section of, is it possible to do that in qgis before exporting to mapserver? And if not, can it be done in Mapserver and how would you do that? 2. If on the vector line layer which you have highlighted you want to have a starting and ending point noted with a red bullet or pin( I?m not sure of the proper term), how is that done? Tks Francois -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maptools.org/pipermail/ms4w-users/attachments/20110327/bb19ab32/attachment-0001.htm ------------------------------ Message: 3 Date: Sun, 27 Mar 2011 15:15:24 -0400 From: Francois Lopez Subject: [MS4W-Users] change vector layer to match other layers produced in qgis map exported to mapserver To: ms4w-users at lists.maptools.org Message-ID: Content-Type: text/plain; charset="iso-8859-1" Hello I used QGIS 1.6.0 and windows 7: If you add a railway vector layer from a shapefile in a map that is produced in qgis and when the map is produced it does not sit in its correct position on the map, ie: it is higher than it should be, is it possible to correct its location(move it down) before it get exported to mapserver? If so, how would you go about doing that? tks Francois -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maptools.org/pipermail/ms4w-users/attachments/20110327/5c6e51a8/attachment-0001.htm ------------------------------ Message: 4 Date: Mon, 28 Mar 2011 08:16:23 -0700 (PDT) From: andrew_peru Subject: Re: [MS4W-Users] ms_iogetstdoutbufferstring() returns "empty image" To: ms4w-users at lists.maptools.org Message-ID: <1301325383021-6215377.post at n2.nabble.com> Content-Type: text/plain; charset=us-ascii Ok I upgraded to 6.0.0 beta 3. but I can't test whether the problem has been resolved because I'm running against a new issue. When running a request for the map service I get (on the server) the typical error popup window saying that: "CGI / FastCGI has encoutered a problem and needs to close" "send error report" etc Apparently mapserver is not getting through the map file. Event Viewer shows the following: "Faulting application php-cgi.exe, version 5.3.5.0, faulting module msplugin_mssql2008.dll, version 0.0.0.0, fault address 0x000015e8." The Apache error log shows the following: "Premature end of script headers: php.cgi.exe" In fact I was using an SQLServer Spatial layer for this map service. Do I need a new dll? should I change something in Apache configuration file? in php.ini? -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/ms-iogetstdoutbufferstring-returns-empty-image-tp6185879p6215377.html Sent from the ms4w-users mailing list archive at Nabble.com. ------------------------------ Message: 5 Date: Mon, 28 Mar 2011 13:47:39 -0300 From: Jeff McKenna Subject: Re: [MS4W-Users] ms_iogetstdoutbufferstring() returns "empty image" To: ms4w-users at lists.maptools.org Message-ID: <4D90BBAB.9090401 at gatewaygeomatics.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed On 11-03-28 12:16 PM, andrew_peru wrote: > Ok I upgraded to 6.0.0 beta 3. but I can't test whether the problem has been > resolved because I'm running against a new issue. When running a request > for the map service I get (on the server) the typical error popup window > saying that: > > "CGI / FastCGI has encoutered a problem and needs to close" "send error > report" etc > > Apparently mapserver is not getting through the map file. Event Viewer > shows the following: > > "Faulting application php-cgi.exe, version 5.3.5.0, faulting module > msplugin_mssql2008.dll, version 0.0.0.0, fault address 0x000015e8." > > The Apache error log shows the following: > > "Premature end of script headers: php.cgi.exe" > > In fact I was using an SQLServer Spatial layer for this map service. Do I > need a new dll? should I change something in Apache configuration file? in > php.ini? > Hello, The 6.0.0 beta packages do not include plugins (such as the MSSQL2008 plugin that your layer uses), so until the 6.0.0 release comes, you should test your issue with another type of layer (you can check the supported types in the 6.0.0 beta by executing 'ogrinfo --formats' and 'gdalinfo --formats'). Hope that info helps. -jeff -- Jeff McKenna MapServer Consulting and Training Services http://www.gatewaygeomatics.com/ ------------------------------ _______________________________________________ MS4W-Users mailing list MS4W-Users at lists.maptools.org http://lists.maptools.org/mailman/listinfo/ms4w-users End of MS4W-Users Digest, Vol 83, Issue 13 ****************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maptools.org/pipermail/ms4w-users/attachments/20110330/5d50e686/attachment.htm From jmckenna at gatewaygeomatics.com Wed Mar 30 14:04:03 2011 From: jmckenna at gatewaygeomatics.com (Jeff McKenna) Date: Wed, 30 Mar 2011 16:04:03 -0300 Subject: [MS4W-Users] Working with postgre/postgis In-Reply-To: <31519.19478.qm@web94902.mail.in2.yahoo.com> References: <31519.19478.qm@web94902.mail.in2.yahoo.com> Message-ID: <4D937EA3.4050304@gatewaygeomatics.com> On 11-03-30 11:54 AM, Lambha Nongkhlaw wrote: > Hello All, > I am not able to view the map stored in postgis using pmapper.. only > black loading screan appears.. > /*Lambha Nongkhlaw*/ > /*MLCU*/ > /*Meghalaya*/ Hello, You should be sending this question to the pmapper-users mailing list (join at https://lists.sourceforge.net/lists/listinfo/pmapper-users). Thanks. -jeff -- Jeff McKenna MapServer Consulting and Training Services http://www.gatewaygeomatics.com/ From jmckenna at gatewaygeomatics.com Thu Mar 31 09:26:37 2011 From: jmckenna at gatewaygeomatics.com (Jeff McKenna) Date: Thu, 31 Mar 2011 11:26:37 -0300 Subject: [MS4W-Users] MapServer 6.0.0-beta4 upgrade package available Message-ID: <4D948F1D.4060105@gatewaygeomatics.com> All MS4W users are encouraged to test the MapServer 6.0.0-beta4 package (details at http://www.maptools.org/ms4w/index.phtml?page=RELEASE_mapserver_ms4w3.x_dev-6.0.0.html) and provide feedback. Thanks! -jeff -- Jeff McKenna MapServer Consulting and Training Services http://www.gatewaygeomatics.com/ From juliaharrell at mindspring.com Thu Mar 31 14:50:28 2011 From: juliaharrell at mindspring.com (Julia Harrell) Date: Thu, 31 Mar 2011 15:50:28 -0400 (GMT-04:00) Subject: [MS4W-Users] MapServer 6.0.0-beta4 upgrade package available Message-ID: <2863837.1301601029207.JavaMail.root@elwamui-cypress.atl.sa.earthlink.net> >All MS4W users are encouraged to test the MapServer 6.0.0-beta4 package >and provide feedback. >>Note that the Oracle plugin will work with this upgrade, but the SDE plugin will not. Not having access to data in SDE is a bit of a problem. Is the reason it does not work related to a specific technical issue, or is it just a matter of it not being high on the priority list and this hasn't been gotten to yet? Any idea when/if the SDE plugin will be fixed? From jmckenna at gatewaygeomatics.com Thu Mar 31 16:30:03 2011 From: jmckenna at gatewaygeomatics.com (Jeff McKenna) Date: Thu, 31 Mar 2011 18:30:03 -0300 Subject: [MS4W-Users] MapServer 6.0.0-beta4 upgrade package available In-Reply-To: <2863837.1301601029207.JavaMail.root@elwamui-cypress.atl.sa.earthlink.net> References: <2863837.1301601029207.JavaMail.root@elwamui-cypress.atl.sa.earthlink.net> Message-ID: <4D94F25B.8000501@gatewaygeomatics.com> On 11-03-31 4:50 PM, Julia Harrell wrote: > > >> All MS4W users are encouraged to test the MapServer 6.0.0-beta4 package >> and provide feedback. > >>> Note that the Oracle plugin will work with this upgrade, but the SDE plugin will not. > > Not having access to data in SDE is a bit of a problem. > Is the reason it does not work related to a specific technical issue, > or is it just a matter of it not being high on the priority list > and this hasn't been gotten to yet? > > Any idea when/if the SDE plugin will be fixed? > Hello, Yes all of the regular plugins are available now in MS4W 3.0.1, but if you want to use the plugins with MapServer 6.0.0 they will be available in the MS4W release following the MapServer 6.0.0 release. The plugins are not broken, they are just not part of the MS4W upgrade package. If you wish to test MapServer 6.0.0 please use one of the supported formats in the upgrade package. You can check for available formats through the 'ogrinfo --formats' and 'gdalinfo --formats' commands. Thank you for using the MS4W product (almost 8 years old! can anyone imagine how many MS4W installs are out there now?!) Thank you to all that have supported its development throughout the years. -jeff -- Jeff McKenna MapServer Consulting and Training Services http://www.gatewaygeomatics.com/