pmapper-users Mailing List for p.mapper (Page 2)
Brought to you by:
arminburger
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(41) |
Nov
(124) |
Dec
(80) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(56) |
Feb
(51) |
Mar
(155) |
Apr
(58) |
May
(67) |
Jun
(83) |
Jul
(76) |
Aug
(32) |
Sep
(58) |
Oct
(113) |
Nov
(63) |
Dec
(83) |
2008 |
Jan
(31) |
Feb
(34) |
Mar
(69) |
Apr
(30) |
May
(87) |
Jun
(64) |
Jul
(47) |
Aug
(18) |
Sep
(35) |
Oct
(53) |
Nov
(37) |
Dec
(31) |
2009 |
Jan
(23) |
Feb
(40) |
Mar
(65) |
Apr
(54) |
May
(92) |
Jun
(55) |
Jul
(87) |
Aug
(27) |
Sep
(81) |
Oct
(32) |
Nov
(77) |
Dec
(51) |
2010 |
Jan
(44) |
Feb
(59) |
Mar
(77) |
Apr
(54) |
May
(36) |
Jun
(36) |
Jul
(52) |
Aug
(62) |
Sep
(68) |
Oct
(58) |
Nov
(72) |
Dec
(27) |
2011 |
Jan
(15) |
Feb
(42) |
Mar
(37) |
Apr
(55) |
May
(84) |
Jun
(27) |
Jul
(27) |
Aug
(42) |
Sep
(42) |
Oct
(18) |
Nov
(83) |
Dec
(71) |
2012 |
Jan
(50) |
Feb
(75) |
Mar
(79) |
Apr
(43) |
May
(18) |
Jun
(22) |
Jul
(20) |
Aug
(13) |
Sep
(26) |
Oct
(30) |
Nov
(21) |
Dec
(30) |
2013 |
Jan
(57) |
Feb
(63) |
Mar
(53) |
Apr
(40) |
May
(39) |
Jun
(16) |
Jul
(43) |
Aug
(16) |
Sep
(37) |
Oct
(64) |
Nov
(31) |
Dec
(7) |
2014 |
Jan
(14) |
Feb
(6) |
Mar
(2) |
Apr
(9) |
May
(1) |
Jun
(18) |
Jul
(95) |
Aug
(6) |
Sep
(25) |
Oct
(33) |
Nov
(29) |
Dec
(30) |
2015 |
Jan
(16) |
Feb
(3) |
Mar
(4) |
Apr
(9) |
May
(19) |
Jun
|
Jul
(11) |
Aug
(3) |
Sep
(9) |
Oct
(11) |
Nov
(4) |
Dec
(9) |
2016 |
Jan
(21) |
Feb
(9) |
Mar
(6) |
Apr
(13) |
May
(21) |
Jun
(4) |
Jul
(3) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
2017 |
Jan
(1) |
Feb
(4) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
(1) |
Dec
|
2018 |
Jan
(3) |
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
(3) |
May
(1) |
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
(1) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Sylvain A. <syl...@gm...> - 2017-02-11 13:58:52
|
Hi Alexandre, For the graphical queries plugin to work you need to modify the following file: plugins\common\selectTools.inc.php Line 272, add "$newSelectObj[1] = new stdClass();" (without quotation marks) so that the code part corresponding to the extent looks like this: // extent: $tmpTab2[0] = $xMin; $tmpTab2[1] = $yMin; $tmpTab2[2] = $xMax; $tmpTab2[3] = $yMax; $newSelectObj[1] = new stdClass(); $newSelectObj[1]->allextent = implode("+", $tmpTab2); $newSelectObj[1]->zoomall = $selectObj[1]->zoomall; $newSelectObj[1]->autozoom = $selectObj[1]->autozoom; $newSelectObj[1]->infoWin = $selectObj[1]->infoWin; Do the same line 441 and th plugin should work! Have a good day! -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-graphicalqueries-tp4025910p4025911.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: Alexandre O. <ale...@gm...> - 2017-02-09 15:58:36
|
Hi, I´v installed the graphicalqueries plugin, but when i draw the poligon it doesn´t return any results, giving the following log error *$queryResult = SelectTools::mixSelection($_REQUEST['selectMethode'], $jsonPMResult, $queryResult);* Does anyone knows how to fix it? Thanks Alex |
From: Fábio N. <fab...@ho...> - 2017-01-23 01:13:43
|
Hello guys, I'm creating a report using fpdf and would like to capture an image of the map to include in my report. I'm parsing the "printMap" but I do not know if I work with it and I'm not finding how to use it either. Could someone help me with an example? Thanks |
From: gioza <al...@al...> - 2016-08-12 19:22:28
|
I have figured out setting maxscale="500" parameter in olthemes set in PMtiles mode in config.xml file. For olnative layers it is possible to set maxzoomlevel using OL 2.12 syntax in custom.js file. In this way PMtiles layers can be rendered beyond 19th zoom level as desired. Obviously the maxzoomlevel has to be set 20 or 21 in jsconfig.php file -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-max-zoom-for-tiles-tp4025809p4025905.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: Alexandre O. <ale...@gm...> - 2016-08-04 08:04:50
|
Hi, In my pmapper project, when clicking in the ZoomIn or ZoomOut tool (, the icon that apears in the framework is a cursor icon but i´d like instead that the icon is the same that i´ve in the toolbar, the *Magnifier* image, Does anyone knows how to change the icon in the framework? Thanks Alex |
From: trijuwono w. <tri...@gm...> - 2016-07-29 18:02:02
|
In 4.3.1 version I made a xml config and use /pmapper?config=map2 to dispaly it. But in version 4.4.0 it can not be done. How to make second and third map in version 4.4.0? |
From: moreno <mo...@ph...> - 2016-07-14 08:07:26
|
Solved commenting lines: //if($('.pm-info-layerheader').length>=PM.hideResultLimit){ //$('.pm-info-layerheader').parent().find('table:first,.pm-info-layerwarning ').hide(); //} in javascript/pm_cjs.js. Anyway, would be nice to do it in a more user friendly way. -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Customize-default-dialog-behavior-tp4025764p4025901.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: moreno <mo...@ph...> - 2016-07-13 09:09:53
|
Hi, I tried p.mapper 4.4.0, and found a few problems common to previous versions: - postgis layers are not highlighted when selected (see post by Teresa Renzi, Mar 07, 2016: Highlight problem with Postgis layer); - in config/common/fonts/msfontset.txt '.ttf' extensions have to be added where missing; - the zoom cursors are not displayed, unless commenting lines: var theLastPos=theLoc.indexOf('?'); theLoc=theLoc.substr(0,theLastPos); in javascript/pm_cjs.js and javascript/src/pm.pmapper.js (same of my previous post, Oct 05, 2015: Zoom cursor not displayed on pmapper 4.3.2). Anyway, this is not working with Firefox (tried succesfully in Chrome, Opera, Safari, Edge and Explorer). Best regards Moreno -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Problems-in-p-mapper-4-4-0-tp4025900.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: gioza <al...@al...> - 2016-06-28 08:22:33
|
No way to go beyond zoom 19 for PMtiles themes and OL themes, they disappear on the map when zoom level is 20. For pmap themes and google layers there are no restrictons. any idea to solve this limitation? bye, Giovanni -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-max-zoom-for-tiles-tp4025809p4025899.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: Jeff M. <jmc...@ga...> - 2016-06-27 18:50:09
|
Forwarding to the p.mapper developers, to give everyone a chance to test p.mapper with PHP 7 and provide feedback. Thank you. -jeff -------- Forwarded Message -------- Subject: Re: [MS4W-Users] version 4.0.0 pre-release 'alpha' available Date: Mon, 27 Jun 2016 12:42:11 -0300 From: Jeff McKenna via MS4W-Users <ms4...@li...> Reply-To: ms4...@li... To: ms4...@li... CC: Jeff McKenna <jmc...@ga...> Hello everyone, Another alpha build (alpha3) is now available on the download server (http://www.ms4w.com/release/experimental/), which contains PHP 7.0.8 as well as its extensions. Thank you to those who had filed tickets for specific PHP extensions (at http://ms4w.com/trac). Note that most of the extensions are loaded by default in PHP, so the best way to check what extensions are included is through a phpinfo() call (there is a 'phpinfo.php' file already included in /ms4w/apache/htdocs/ Technical users might want to check the configure command used when I compiled this PHP, which is shown in the phpinfo() results (or here is a screenshot, see the 5th row in the table: http://pasteboard.co/1ZYfzJyX.png). Don't be afraid to request additional extensions through the MS4W tracker: http://ms4w.com/trac - the time is now for feedback and requests. PHP 7 is of course a big improvement (and I've invested almost 2 months of my time to rebuild the entire MS4W stack for PHP 7, which requires the latest compiler). You can check online for performance improvements of PHP 7, most estimate 3X speed improvements with this version (wow). An important note of course is that PHPMapScript is not yet included in the alpha, as it definitely requires additional development time and effort; so please please contact me directly if your organization can help fund this effort. Thank you for using MS4W. -jeff ------- Please check the 'HISTORY.txt' file in the alpha, for a list of changes in your alpha build. To use these alpha builds, be sure to install the 'Microsoft Visual C++ 2015 Redistributable Update 2 ' package first (vc_redist.x86.exe): https://www.microsoft.com/en-us/download/details.aspx?id=51682 An important note: because of this new compiler, old systems running Windows XP (and possible Windows Server 2003) can no longer be supported. But of course if need be, I can provide custom builds with the old compiler for those organizations requiring that. I realize that so many organizations (many on this mailing list) rely heavily on MS4W, so please contact me directly to help support its development with funding. It is very important. Below is a list of recent changes. If you want the latest stable MS4W release, please download last month's MS4W 3.1.4 release (from http://ms4w.com/). ************************************* 2016-06-27 Gateway Geomatics * ms4w version 4.0.0-alpha3 created. Notable changes are: - upgraded PHP to 7.0.8 with Visual Studio 2015 compiler (trac ticket 5) - built additional PHP extensions with Visual Studio 2015 compiler: pdo_mysql (trac ticket 52), pdo_oci, oci8, bzip2 - rebuilt all GDAL plugins and bindings - moved CSharp, Java, Python bindings into folder /ms4w/gdalbindings/ - updated script /gdalbindings/python/test-cgi-mapscript.py for Python 3 *PHPMapScript will not work in this version, needs dev work + funding 2016-06-20 Gateway Geomatics * ms4w version 4.0.0-alpha2 created. Notable changes are: - rebuilt MapServer 7.1-dev with Visual Studio 2015 compiler - rebuilt Apache with Visual Studio 2015 compiler - upgraded MapCache to 1.5-dev with Visual Studio 2015 compiler - rebuilt mod_fcgid with Visual Studio 2015 compiler - upgraded OpenSSL support to 1.0.2h with Visual Studio 2015 compiler - upgraded cURL support to 7.49.1 with Visual Studio 2015 compiler - rebuilt Apache H264 Streaming Module with Visual Studio 2015 compiler - upgraded BerkeleyDB support to 6.2.23 with Visual Studio 2015 compiler *still need to rebuild PHP 7 (& its extensions), therefore PHP & MapScript will not work in this version 2016-05-06 Gateway Geomatics * ms4w version 3.1.4 created. Notable changes are: - upgraded GDAL to 2.1.0 (trac ticket 50) - upgraded Apache to 2.4.20 (trac ticket 55) - upgraded OpenSSL support to 1.0.2h (trac ticket 57) - upgraded CURL support to 7.48.0 2016-04-21 Gateway Geomatics * ms4w version 4.0.0-alpha1 created. Notable changes are: - rebuilt JPEG support with Visual Studio 2015 compiler - rebuilt zlib support with Visual Studio 2015 compiler - rebuilt libPNG support with Visual Studio 2015 compiler - rebuilt libTIFF support with Visual Studio 2015 compiler - rebuilt PROJ.4 support with Visual Studio 2015 compiler - upgraded GeoTIFF support to SVN-trunk-03282016 with Visual Studio 2015 compiler - upgraded Expat support to 2.1.1 with Visual Studio 2015 compiler - upgraded Xerces support to 3.1.3 with Visual Studio 2015 compiler - rebuilt SZIP support with Visual Studio 2015 compiler - upgraded MrSID support to SDK 9.5.1 with Visual Studio 2015 compiler - upgraded PostgreSQL support to 9.5.2 with Visual Studio 2015 compiler - upgraded MySQL support to 5.7.11 with Visual Studio 2015 compiler - upgraded GEOS support to SVN-trunk-0404016 with Visual Studio 2015 compiler - upgraded SQLite support to 3.12.0 with Visual Studio 2015 compiler - upgraded ICONV support to 1.14 with Visual Studio 2015 compiler - upgraded FreeXL support to 1.0.2 with Visual Studio 2015 compiler - rebuilt libxml2 support with Visual Studio 2015 compiler - upgraded Python support to 3.5.1 with Visual Studio 2015 compiler - upgraded MySQL support to 5.7.12 with Visual Studio 2015 compiler - upgraded SpatiaLite support to 4.4.0-RC0 with Visual Studio 2015 compiler - rebuilt ReadOSM support with Visual Studio 2015 compiler - upgraded SpatiaLite support to 4.4.0-RC0 with Visual Studio 2015 compiler - upgraded spatialite-tools support to 4.4.0-RC0 with Visual Studio 2015 compiler - upgraded FITS support to 3.380 with Visual Studio 2015 compiler - rebuilt OpenSSL support with Visual Studio 2015 compiler - upgraded cURL support to 7.48.0 with Visual Studio 2015 compiler - rebuilt NetCDF support with Visual Studio 2015 compiler - upgraded LibKML support to git-04182016 with Visual Studio 2015 compiler - upgraded Freetype support to 2.6.3 with Visual Studio 2015 compiler - upgraded Pixman support to 0.34.0 with Visual Studio 2015 compiler - rebuilt Cairo support with Visual Studio 2015 compiler - rebuilt Poppler support with Visual Studio 2015 compiler - upgraded SWIG support to 3.0.8 with Visual Studio 2015 compiler - rebuilt Python, Oracle GDAL plugins with Visual Studio 2015 compiler - added Java, CSharp, ECW (3.3 SDK) GDAL plugins with Visual Studio 2015 compiler - moved all GDAL plugins into /gdalplugins/ - added HDF5 1.8.16 support with Visual Studio 2015 compiler - added HDF4 4.2.11 support with Visual Studio 2015 compiler - upgraded GDAL support to 2.1.0-dev with Visual Studio 2015 compiler - upgraded PCRE support to 8.38 with Visual Studio 2015 compiler - rebuilt FriBidi support with Visual Studio 2015 compiler - upgraded HarfBuzz support to 1.2.6 with Visual Studio 2015 compiler - upgraded GIFLIB support to 5.1.2 with Visual Studio 2015 compiler - rebuilt FastCGI support with Visual Studio 2015 compiler *still need to rebuild MapServer (& its libraries), Apache (& its modules), PHP (& its extensions), ... *therefore MapServer, Apache, PHP will not work in this version -- Jeff McKenna MapServer Consulting and Training Services http://www.gatewaygeomatics.com/ |
From: gioza <al...@al...> - 2016-06-22 13:49:05
|
I'm working on this template https://github.com/Turbo87/sidebar-v2 <https://github.com/Turbo87/sidebar-v2> to make pmapper5 responsive. Everything is ok on DESKTOP but I have some problem on mobile devices: PM.toolBar doesn't work as it should (activate function is not available and the toolbar doesn't work if NAVIGATION OL CONTROL is on). The problem is the same if I use "native" pmapper5 on mobile devices so it isn't a layout issue SearchForm function doesn't fit very well on mobiles, even if with some workarounds it could be acceptable. any idea? -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper5-responsive-layout-tp4025876p4025897.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: vitor_mr <vit...@ho...> - 2016-06-14 17:57:19
|
How to solve ? Only occurs with points! 1. <http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/file/n4025896/1.png> 2. <http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/file/n4025896/2.jpg> -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Problem-with-symbol-points-tp4025896.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: Jeff M. <jmc...@ga...> - 2016-05-31 11:45:07
|
If someone from the pmapper community creates a pmapper5 package for MS4W (including full demo data, with no errors, etc.), then sends it to me, I can easily add it into MS4W. Otherwise I will continue to share the 4.4.0 MS4W package that Armin provided. -jeff -- Jeff McKenna MapServer Consulting and Training Services http://www.gatewaygeomatics.com/ On 2016-05-31 7:58 AM, Solly Vuso wrote: > Thank you Jeff for adding it and I hope the error can be fixed. I also > agree with the suggestion of including pmapper 5 features to this version > > On Tue, May 31, 2016 at 8:40 AM, gioza <al...@al...> wrote: > >> In my opinion pmapper5 should be included in ms4w. >> I think Pmapper4.4 is a robust and mature product but Pmapper5 is the right >> way for webgis. Faster, more flexible and even if OL2.12 is no more >> developed, at the moment, it is still competitive as library and robust >> |
From: Solly V. <sol...@gm...> - 2016-05-31 10:58:41
|
Thank you Jeff for adding it and I hope the error can be fixed. I also agree with the suggestion of including pmapper 5 features to this version On Tue, May 31, 2016 at 8:40 AM, gioza <al...@al...> wrote: > In my opinion pmapper5 should be included in ms4w. > I think Pmapper4.4 is a robust and mature product but Pmapper5 is the right > way for webgis. Faster, more flexible and even if OL2.12 is no more > developed, at the moment, it is still competitive as library and robust > > > > -- > View this message in context: > http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-project-tp4025880p4025892.html > Sent from the pmapper-users -- p.mapper users mailing list mailing list > archive at Nabble.com. > > > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and > traffic > patterns at an interface-level. Reveals which users, apps, and protocols > are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity > planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users > -- Best Regards Solly Vuso Cell:073 3068 170 Fax:086 555 1270 I may not know what tomorrow holds for me but I do know who holds ma tomorrow..... |
From: Eugenio T. <fri...@ho...> - 2016-05-31 09:43:42
|
Hello all, I must use php fastcgi module for apache, since the classical php module was in conflict with other packages (python). Unfortunately I think the empty map I have in pmapper could be related somehow to the apache-php-fastcgi configuration, in apache error.log I have: [Tue May 31 11:28:25.719501 2016] [:error] [pid 7565:tid 140420843521792] [client 146.48.94.194:50512] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Notice: Undefined index: defCharset in /var/www/html/wm_geothopica/incphp/globals.php on line 35, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.719499 2016] [:error] [pid 7565:tid 140420851914496] [client 146.48.94.194:50514] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Notice: Undefined index: gLanguage in /var/www/html/wm_geothopica/incphp/js/js_session.php on line 6, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.719848 2016] [:error] [pid 7565:tid 140420851914496] [client 146.48.94.194:50514] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Warning: require_once(../locale/language_.php): failed to open stream: No such file or directory in /var/www/html/wm_geothopica/incphp/js/js_session.php on line 8, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.720001 2016] [:error] [pid 7565:tid 140420851914496] [client 146.48.94.194:50514] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Fatal error: require_once(): Failed opening required '../locale/language_.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/html/wm_geothopica/incphp/js/js_session.php on line 8, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.719558 2016] [:error] [pid 7565:tid 140420843521792] [client 146.48.94.194:50512] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Notice: Undefined index: gLanguage in /var/www/html/wm_geothopica/incphp/globals.php on line 41, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.720422 2016] [:error] [pid 7565:tid 140420843521792] [client 146.48.94.194:50512] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Notice: Undefined index: PM_INCPHP in /var/www/html/wm_geothopica/incphp/globals.php on line 42, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.720471 2016] [:error] [pid 7565:tid 140420843521792] [client 146.48.94.194:50512] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Warning: include_once(/locale/language_.php): failed to open stream: No such file or directory in /var/www/html/wm_geothopica/incphp/globals.php on line 42, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.720513 2016] [:error] [pid 7565:tid 140420843521792] [client 146.48.94.194:50512] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Warning: include_once(): Failed opening '/locale/language_.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/html/wm_geothopica/incphp/globals.php on line 42, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.720523 2016] [:error] [pid 7565:tid 140420843521792] [client 146.48.94.194:50512] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Notice: Undefined index: msVersion in /var/www/html/wm_geothopica/incphp/globals.php on line 49, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.720530 2016] [:error] [pid 7565:tid 140420843521792] [client 146.48.94.194:50512] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Notice: Undefined index: PM_MAP_FILE in /var/www/html/wm_geothopica/incphp/globals.php on line 65, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.805130 2016] [:error] [pid 7565:tid 140420826736384] [client 146.48.94.194:50516] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Notice: Undefined index: gLanguage in /var/www/html/wm_geothopica/incphp/js/js_session.php on line 6, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.805349 2016] [:error] [pid 7565:tid 140420826736384] [client 146.48.94.194:50516] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Warning: require_once(../locale/language_.php): failed to open stream: No such file or directory in /var/www/html/wm_geothopica/incphp/js/js_session.php on line 8, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.805514 2016] [:error] [pid 7565:tid 140420826736384] [client 146.48.94.194:50516] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Fatal error: require_once(): Failed opening required '../locale/language_.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/html/wm_geothopica/incphp/js/js_session.php on line 8, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.976124 2016] [:error] [pid 7565:tid 140420868699904] [client 146.48.94.194:50508] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Notice: Undefined index: defCharset in /var/www/html/wm_geothopica/incphp/globals.php on line 35, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.976181 2016] [:error] [pid 7565:tid 140420868699904] [client 146.48.94.194:50508] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Notice: Undefined index: gLanguage in /var/www/html/wm_geothopica/incphp/globals.php on line 41, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.976190 2016] [:error] [pid 7565:tid 140420868699904] [client 146.48.94.194:50508] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Notice: Undefined index: PM_INCPHP in /var/www/html/wm_geothopica/incphp/globals.php on line 42, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.976207 2016] [:error] [pid 7565:tid 140420868699904] [client 146.48.94.194:50508] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Warning: include_once(/locale/language_.php): failed to open stream: No such file or directory in /var/www/html/wm_geothopica/incphp/globals.php on line 42, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.976214 2016] [:error] [pid 7565:tid 140420868699904] [client 146.48.94.194:50508] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Warning: include_once(): Failed opening '/locale/language_.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/html/wm_geothopica/incphp/globals.php on line 42, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.976221 2016] [:error] [pid 7565:tid 140420868699904] [client 146.48.94.194:50508] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Notice: Undefined index: msVersion in /var/www/html/wm_geothopica/incphp/globals.php on line 49, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.976227 2016] [:error] [pid 7565:tid 140420868699904] [client 146.48.94.194:50508] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Notice: Undefined index: PM_MAP_FILE in /var/www/html/wm_geothopica/incphp/globals.php on line 65, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.976234 2016] [:error] [pid 7565:tid 140420868699904] [client 146.48.94.194:50508] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Notice: Undefined index: useCategories in /var/www/html/wm_geothopica/incphp/xajax/x_toc.php on line 37, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.976240 2016] [:error] [pid 7565:tid 140420868699904] [client 146.48.94.194:50508] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Notice: Undefined index: tocStyle in /var/www/html/wm_geothopica/incphp/toc.php on line 52, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.976246 2016] [:error] [pid 7565:tid 140420868699904] [client 146.48.94.194:50508] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Notice: Undefined index: legendStyle in /var/www/html/wm_geothopica/incphp/toc.php on line 53, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.976252 2016] [:error] [pid 7565:tid 140420868699904] [client 146.48.94.194:50508] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Notice: Undefined index: icoW in /var/www/html/wm_geothopica/incphp/toc.php on line 54, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.976258 2016] [:error] [pid 7565:tid 140420868699904] [client 146.48.94.194:50508] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Notice: Undefined index: icoH in /var/www/html/wm_geothopica/incphp/toc.php on line 55, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.976263 2016] [:error] [pid 7565:tid 140420868699904] [client 146.48.94.194:50508] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Notice: Undefined index: scaleLayers in /var/www/html/wm_geothopica/incphp/toc.php on line 56, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.976274 2016] [:error] [pid 7565:tid 140420868699904] [client 146.48.94.194:50508] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Notice: Undefined index: catWithCheckbox in /var/www/html/wm_geothopica/incphp/toc.php on line 57, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.976281 2016] [:error] [pid 7565:tid 140420868699904] [client 146.48.94.194:50508] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Notice: Undefined index: useCategories in /var/www/html/wm_geothopica/incphp/xajax/x_toc.php on line 40, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.976287 2016] [:error] [pid 7565:tid 140420868699904] [client 146.48.94.194:50508] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Notice: Undefined index: categories in /var/www/html/wm_geothopica/incphp/layerview.php on line 81, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.976293 2016] [:error] [pid 7565:tid 140420868699904] [client 146.48.94.194:50508] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Notice: Undefined index: grouplist in /var/www/html/wm_geothopica/incphp/layerview.php on line 84, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.976299 2016] [:error] [pid 7565:tid 140420868699904] [client 146.48.94.194:50508] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Notice: Undefined index: defGroups in /var/www/html/wm_geothopica/incphp/layerview.php on line 85, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.976305 2016] [:error] [pid 7565:tid 140420868699904] [client 146.48.94.194:50508] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Notice: Undefined index: allGroups in /var/www/html/wm_geothopica/incphp/layerview.php on line 86, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.976311 2016] [:error] [pid 7565:tid 140420868699904] [client 146.48.94.194:50508] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Notice: Undefined index: imgFormatExt in /var/www/html/wm_geothopica/incphp/layerview.php on line 87, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.976317 2016] [:error] [pid 7565:tid 140420868699904] [client 146.48.94.194:50508] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Notice: Undefined index: geo_scale in /var/www/html/wm_geothopica/incphp/layerview.php on line 88, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.976624 2016] [:error] [pid 7565:tid 140420868699904] [client 146.48.94.194:50508] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Warning: Invalid argument supplied for foreach() in /var/www/html/wm_geothopica/incphp/layerview.php on line 135, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.977454 2016] [:error] [pid 7565:tid 140420860307200] [client 146.48.94.194:50510] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Notice: Undefined index: defCharset in /var/www/html/wm_geothopica/incphp/globals.php on line 35, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.977508 2016] [:error] [pid 7565:tid 140420860307200] [client 146.48.94.194:50510] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Notice: Undefined index: gLanguage in /var/www/html/wm_geothopica/incphp/globals.php on line 41, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.977526 2016] [:error] [pid 7565:tid 140420860307200] [client 146.48.94.194:50510] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Notice: Undefined index: PM_INCPHP in /var/www/html/wm_geothopica/incphp/globals.php on line 42, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.977533 2016] [:error] [pid 7565:tid 140420860307200] [client 146.48.94.194:50510] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Warning: include_once(/locale/language_.php): failed to open stream: No such file or directory in /var/www/html/wm_geothopica/incphp/globals.php on line 42, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.977540 2016] [:error] [pid 7565:tid 140420860307200] [client 146.48.94.194:50510] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Warning: include_once(): Failed opening '/locale/language_.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/html/wm_geothopica/incphp/globals.php on line 42, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.977546 2016] [:error] [pid 7565:tid 140420860307200] [client 146.48.94.194:50510] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Notice: Undefined index: msVersion in /var/www/html/wm_geothopica/incphp/globals.php on line 49, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.977552 2016] [:error] [pid 7565:tid 140420860307200] [client 146.48.94.194:50510] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Notice: Undefined index: PM_MAP_FILE in /var/www/html/wm_geothopica/incphp/globals.php on line 65, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.977559 2016] [:error] [pid 7565:tid 140420860307200] [client 146.48.94.194:50510] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Notice: Undefined index: PM_SEARCH_CONFIGFILE in /var/www/html/wm_geothopica/incphp/xajax/x_search.php on line 10, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.977565 2016] [:error] [pid 7565:tid 140420860307200] [client 146.48.94.194:50510] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Notice: Undefined index: MS_VERSION in /var/www/html/wm_geothopica/incphp/query/search.php on line 51, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.977572 2016] [:error] [pid 7565:tid 140420860307200] [client 146.48.94.194:50510] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Warning: simplexml_load_file(): I/O warning : failed to load external entity "" in /var/www/html/wm_geothopica/incphp/query/search.php on line 52, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.977584 2016] [:error] [pid 7565:tid 140420860307200] [client 146.48.94.194:50510] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Notice: Trying to get property of non-object in /var/www/html/wm_geothopica/incphp/query/search.php on line 53, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.977591 2016] [:error] [pid 7565:tid 140420860307200] [client 146.48.94.194:50510] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Notice: Trying to get property of non-object in /var/www/html/wm_geothopica/incphp/query/search.php on line 54, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= [Tue May 31 11:28:25.977597 2016] [:error] [pid 7565:tid 140420860307200] [client 146.48.94.194:50510] FastCGI: server "/var/lib/apache2/fastcgi/php5.fcgi" stderr: PHP message: PHP Fatal error: Call to a member function asXML() on a non-object in /var/www/html/wm_geothopica/incphp/query/search.php on line 69, referer: http://repo.igg.cnr.it/wm_geothopica/map.phtml?winsize=large&language=it&config= All of these errors seems to be related to FastCGI. In PM_debug.log I have: [31-May-2016 11:38:03] P.MAPPER debug info P.MAPPER-ERROR: DEFRESOLUTION tag not set to 96. This value is needed for proper function of PDF print. that I think it is not related to the empty map I have. Can somebody help me? best Eugenio |
From: gioza <al...@al...> - 2016-05-31 06:40:12
|
In my opinion pmapper5 should be included in ms4w. I think Pmapper4.4 is a robust and mature product but Pmapper5 is the right way for webgis. Faster, more flexible and even if OL2.12 is no more developed, at the moment, it is still competitive as library and robust -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-project-tp4025880p4025892.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: Jeff M. <jmc...@ga...> - 2016-05-30 19:45:20
|
Version 4.4.0 is now available in MS4W (http://ms4w.com), and its setup.exe installer will also change necessary mapfile paths etc. Note that I did make one change to the package mentioned by Armin: I changed references of version "3.4" to "4.4.0" in /config/common/._startup_/.defaults.xml Also, I notice that the 4.4.0 demo throws an error: 404 Not found: http://127.0.0.1/images/cursors/zoomin.cur This error only happens with version 4.4.0 Give it a try and let me know if anything needs changing or updated. Thanks! -jeff -- Jeff McKenna MapServer Consulting and Training Services http://www.gatewaygeomatics.com/ On 2016-05-29 11:53 AM, Armin Burger wrote: > You can also use the latest MS4W package from here > > https://sourceforge.net/projects/pmapper/files/p.mapper%204/4.4.0/ > > It's based on the svn export of the latest p.mapper 4 with fixes and new > plugins from Thomas Raffin. > > I haven't tried if it works since I have no Windows PHP installation any > more, but the zip compilation is based on a script that in the past > produced correct ms4w packages. > > p.mapper 5 is based on a legacy OpenLayers version where the OL > developers did not provide any single bug fix release since years, so I > regard this as a dead end. If I had to do this type of development again > I would use a better supported library like Leaflet. > > Cheers > Armin > |
From: Solly V. <sol...@gm...> - 2016-05-30 07:58:03
|
Thank you Armin I have not tested this version but I just want to check if it does have an option of openlayers plugin? On Sun, May 29, 2016 at 9:36 PM, Jeff McKenna <jmc...@ga... > wrote: > Yes OL 3 has been getting lots of love, and I've heard many are coming > back from Leaflet to OpenLayers again. -jeff > > > > On 2016-05-29 4:21 PM, gioza wrote: > > Hi Armin actually openlayers project has moved to 3.x release and it > seems > > well supported. Ol 2.12 which is implemented in pmapper5 is no more > > developed, and its libraries are really different from 3.x > > Let us know your intentions. > > Thanks > > GIovanni > > > > > > > > -- > > View this message in context: > http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-project-tp4025880p4025888.html > > Sent from the pmapper-users -- p.mapper users mailing list mailing list > archive at Nabble.com. > > > > > ------------------------------------------------------------------------------ > > What NetFlow Analyzer can do for you? Monitors network bandwidth and > traffic > > patterns at an interface-level. Reveals which users, apps, and protocols > are > > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > > J-Flow, sFlow and other flows. Make informed decisions using capacity > > planning reports. > https://ad.doubleclick.net/ddm/clk/305295220;132659582;e > > _______________________________________________ > > pmapper-users mailing list > > pma...@li... > > https://lists.sourceforge.net/lists/listinfo/pmapper-users > > > > > -- > Jeff McKenna > MapServer Consulting and Training Services > http://www.gatewaygeomatics.com/ > > > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and > traffic > patterns at an interface-level. Reveals which users, apps, and protocols > are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity > planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users > -- Best Regards Solly Vuso Cell:073 3068 170 Fax:086 555 1270 I may not know what tomorrow holds for me but I do know who holds ma tomorrow..... |
From: Jeff M. <jmc...@ga...> - 2016-05-29 20:02:40
|
Yes OL 3 has been getting lots of love, and I've heard many are coming back from Leaflet to OpenLayers again. -jeff On 2016-05-29 4:21 PM, gioza wrote: > Hi Armin actually openlayers project has moved to 3.x release and it seems > well supported. Ol 2.12 which is implemented in pmapper5 is no more > developed, and its libraries are really different from 3.x > Let us know your intentions. > Thanks > GIovanni > > > > -- > View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-project-tp4025880p4025888.html > Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic > patterns at an interface-level. Reveals which users, apps, and protocols are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity > planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users > -- Jeff McKenna MapServer Consulting and Training Services http://www.gatewaygeomatics.com/ |
From: gioza <al...@al...> - 2016-05-29 19:22:01
|
Hi Armin actually openlayers project has moved to 3.x release and it seems well supported. Ol 2.12 which is implemented in pmapper5 is no more developed, and its libraries are really different from 3.x Let us know your intentions. Thanks GIovanni -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-project-tp4025880p4025888.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: Jeff M. <jmc...@ga...> - 2016-05-29 15:23:54
|
Thanks Armin, I will try that version now. -jeff -- Jeff McKenna MapServer Consulting and Training Services http://www.gatewaygeomatics.com/ On 2016-05-29 11:53 AM, Armin Burger wrote: > You can also use the latest MS4W package from here > > https://sourceforge.net/projects/pmapper/files/p.mapper%204/4.4.0/ > > It's based on the svn export of the latest p.mapper 4 with fixes and new > plugins from Thomas Raffin. > > I haven't tried if it works since I have no Windows PHP installation any > more, but the zip compilation is based on a script that in the past > produced correct ms4w packages. > > p.mapper 5 is based on a legacy OpenLayers version where the OL > developers did not provide any single bug fix release since years, so I > regard this as a dead end. If I had to do this type of development again > I would use a better supported library like Leaflet. > > Cheers > Armin > > > On 27/05/16 16:15, Jeff McKenna wrote: >> Great timing, I am packaging pmapper5 now for MS4W users (on >> http://ms4w.com). Should I be grabbing it from SVN? >> http://svn.pmapper.net/repos/pmapper/trunk/pmapper5/ >> >> -jeff >> >> > > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic > patterns at an interface-level. Reveals which users, apps, and protocols are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity > planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users > |
From: Armin B. <arm...@gm...> - 2016-05-29 14:53:17
|
You can also use the latest MS4W package from here https://sourceforge.net/projects/pmapper/files/p.mapper%204/4.4.0/ It's based on the svn export of the latest p.mapper 4 with fixes and new plugins from Thomas Raffin. I haven't tried if it works since I have no Windows PHP installation any more, but the zip compilation is based on a script that in the past produced correct ms4w packages. p.mapper 5 is based on a legacy OpenLayers version where the OL developers did not provide any single bug fix release since years, so I regard this as a dead end. If I had to do this type of development again I would use a better supported library like Leaflet. Cheers Armin On 27/05/16 16:15, Jeff McKenna wrote: > Great timing, I am packaging pmapper5 now for MS4W users (on > http://ms4w.com). Should I be grabbing it from SVN? > http://svn.pmapper.net/repos/pmapper/trunk/pmapper5/ > > -jeff > > |
From: Eugenio T. <fri...@ho...> - 2016-05-27 15:21:39
|
Hi Armin, as I said php is set with fastcgi module in apache, so I checked in /etc/php5/fpm/ php.ini, php-fpm.ini the config you mention on quickinstall guide, and all it seems to be as you suggest: display_errors = Off (I turned off following your suggestion) session.use_trans_sid = 0 : set to 0 in order to be compliant with W3C XHTML Strict session.auto_start = 0 session.use_cookies = 0 only session.save_path is not set. By the way, the problem still remains. This is the output of my php-5-fpm.log I had before touning off display_errors [27-May-2016 16:25:08] WARNING: [pool www] child 5735 said into stderr: "NOTICE: PHP message: PHP Notice: Undefined index: layer in /var/www/html/wm_geothopica/incphp/init/initmap.php on line 258" [27-May-2016 16:25:08] WARNING: [pool www] child 22499 said into stderr: "NOTICE: PHP message: PHP Notice: Undefined index: gLanguage in /var/www/html/wm_geothopica/incphp/js/js_session.php on line 6" [27-May-2016 16:25:08] WARNING: [pool www] child 22499 said into stderr: "NOTICE: PHP message: PHP Warning: require_once(../locale/language_.php): failed to open stream: No such file or directory in /var/www/html/wm_geothopica/incphp/js/$ [27-May-2016 16:25:08] WARNING: [pool www] child 22499 said into stderr: "NOTICE: PHP message: PHP Fatal error: require_once(): Failed opening required '../locale/language_.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/w$ [27-May-2016 16:25:08] WARNING: [pool www] child 22497 said into stderr: "NOTICE: PHP message: PHP Notice: Undefined index: defCharset in /var/www/html/wm_geothopica/incphp/globals.php on line 35" [27-May-2016 16:25:08] WARNING: [pool www] child 22497 said into stderr: "NOTICE: PHP message: PHP Notice: Undefined index: gLanguage in /var/www/html/wm_geothopica/incphp/globals.php on line 41" [27-May-2016 16:25:08] WARNING: [pool www] child 22497 said into stderr: "NOTICE: PHP message: PHP Notice: Undefined index: PM_INCPHP in /var/www/html/wm_geothopica/incphp/globals.php on line 42" [27-May-2016 16:25:08] WARNING: [pool www] child 22497 said into stderr: "NOTICE: PHP message: PHP Warning: include_once(/locale/language_.php): failed to open stream: No such file or directory in /var/www/html/wm_geothopica/incphp/globa$ [27-May-2016 16:25:08] WARNING: [pool www] child 22497 said into stderr: "NOTICE: PHP message: PHP Warning: include_once(): Failed opening '/locale/language_.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/ww$ [27-May-2016 16:25:08] WARNING: [pool www] child 22497 said into stderr: "NOTICE: PHP message: PHP Notice: Undefined index: msVersion in /var/www/html/wm_geothopica/incphp/globals.php on line 49" [27-May-2016 16:25:08] WARNING: [pool www] child 22497 said into stderr: "NOTICE: PHP message: PHP Notice: Undefined index: PM_MAP_FILE in /var/www/html/wm_geothopica/incphp/globals.php on line 65" and these are the errors I had after modification on display_errors [27-May-2016 17:15:38] WARNING: [pool www] child 22497 said into stderr: "NOTICE: PHP message: PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/wm_geothopica/incphp/layerview.php:218) in /var/www/html/wm_geothopica/incphp/xajax/x_toc.php on line 48" [27-May-2016 17:15:38] WARNING: [pool www] child 5735 said into stderr: "NOTICE: PHP message: PHP Warning: DOMDocument::schemaValidate(): Element 'searchlist': Character content other than whitespace is not allowed because the content type is 'element-only'. in /var/www/html/wm_geothopica/incphp/query/search.php on line 71" [27-May-2016 17:15:38] WARNING: [pool www] child 5735 said into stderr: "NOTICE: PHP message: Validation of search.xml file FAILED: " [27-May-2016 17:15:38] WARNING: [pool www] child 5735 said into stderr: "<br />" [27-May-2016 17:15:38] WARNING: [pool www] child 5735 said into stderr: "<b>Warning</b>: DOMDocument::schemaValidate(): Element 'searchlist': Character content other than whitespace is not allowed because the content type is 'element-only'. in <b>/var/www/html/wm_geothopica/incphp/query/search.php</b> on line <b>71</b><br />" [27-May-2016 17:15:38] WARNING: [pool www] child 5735 said into stderr: "" What can you suggest me? Thanks and best regards Eugenio > Message: 5 > Date: Thu, 26 May 2016 20:12:13 +0200 > From: Armin Burger <arm...@gm...> > Subject: Re: [pmapper-users] Problems on TOC, was [RE: layers list > disappeared] > To: pma...@li... > Message-ID: <574...@gm...> > Content-Type: text/plain; charset=windows-1252; format=flowed > > set the php.ini value for error reporting to the one listed in the wiki > under quick install, also set error display to 0, and then see if it > works ok. > > And generally check PHP error log file and Javascript console for errors. |
From: gioza <al...@al...> - 2016-05-27 15:06:10
|
Hi, I think it's the right version! Armin and others made a lot of improvements (tiling, caching, ol 2.12 integration...) -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-project-tp4025880p4025884.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: Jeff M. <jmc...@ga...> - 2016-05-27 14:42:04
|
Great timing, I am packaging pmapper5 now for MS4W users (on http://ms4w.com). Should I be grabbing it from SVN? http://svn.pmapper.net/repos/pmapper/trunk/pmapper5/ -jeff -- Jeff McKenna MapServer Consulting and Training Services http://www.gatewaygeomatics.com/ On 2016-05-27 10:19 AM, gioza wrote: > i'm testing pmapper5 with ms4w 3.1.4 (mapserver 7.0.1), it works well > > |