pmapper-users Mailing List for p.mapper (Page 14)
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: gioza <al...@al...> - 2014-07-29 10:19:01
|
Update: my first test seems to work. I use PMAPPER search tools to select "SOURCE" point then I use a fixed TARGET point in the sql: <sql>SELECT seq, id1 AS node, id2 AS edge, cost, the_geom FROM pgr_dijkstra('SELECT id, source, target, st_length(the_geom) as cost FROM sentieri.tutti', ~* '^[search], 2, false, false) as di JOIN sentieri.tutti pt ON di.id2 = pt.id ;</sql> in the example SOURCE comes from [search] and TARGET is 2. it works, it highlights the route! obviously you should use the "network layer" in mapfile but not add it in config.xml. Let it works in backgroung. Now I would like to "select" the target point in the same way I did for "source" point. The I would like to use more understandable name for source and target. In this moment they refer to NODE id of my DB created by pgrouting extension. If someone of you is interested we can develop toghether this function. it works in pm4 and 5 -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-pgrouting-tp4025437p4025595.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: gioza <al...@al...> - 2014-07-29 06:11:02
|
An idea could be using "Pmapper Search function" to get start/end points and in the searchitem SQL using the typical pgrouting syntax? It works with postgis why not directly in pmapper searchitem? I'm working on it, I will let you khnow -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-pgrouting-tp4025437p4025594.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: jose m. <jos...@gm...> - 2014-07-28 10:49:57
|
Hi Thomas, I mean, for example, change the color of the drawings like i can change the color of the saved selections. -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/selectionManagement-plugin-tp4025583p4025593.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: Thomas R. <tr...@si...> - 2014-07-28 10:13:05
|
Thanks! What did you mean with drawing: it doesn't works for you? Le 28/07/2014 10:56, jose mvm a écrit : > Good morning Thomas, > > in my opinion, this plugin is really a very great progress for the pmapper > project. > it would be important to be able to do the same for drawings... ;-) > > Thank you very much for your excellent work!!! > > > > -- > View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/selectionManagement-plugin-tp4025583p4025591.html > Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Infragistics Professional > Build stunning WinForms apps today! > Reboot your WinForms applications with our WinForms controls. > Build a bridge from your legacy apps to the future. > http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users > > -- Thomas RAFFIN Chef de Projet Internet tr...@si... <mailto:tr...@si...> Sirap <http://sirap.fr> Tel : 04 75 72 84 10 Fax : 04 75 70 07 98 Rue Paul Louis Héroult - BP 253 26106 Romans cedex |
From: jose m. <jos...@gm...> - 2014-07-28 08:56:12
|
Good morning Thomas, in my opinion, this plugin is really a very great progress for the pmapper project. it would be important to be able to do the same for drawings... ;-) Thank you very much for your excellent work!!! -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/selectionManagement-plugin-tp4025583p4025591.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: Thomas R. <tr...@si...> - 2014-07-28 08:41:28
|
Hi, You're right. Some other plugins activated could hide those missing includes. But with only SelectionManagement plugin activated I've got the error too. the only solution is to use GraphicalQueries and other wonderfull plugins for instance ;-) No, I've just committed the correction. Thanks Jose for the bug report and Armin for the correction. Thomas Le 26/07/2014 18:40, jose mvm a écrit : > Hi Armin :-) > > Thank you very much for your very very precious help!!! > > Best Regards > José > > > > -- > View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/selectionManagement-plugin-tp4025583p4025588.html > Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Want fast and easy access to all the code in your enterprise? Index and > search up to 200,000 lines of code with a free copy of Black Duck > Code Sight - the same software that powers the world's largest code > search on Ohloh, the Black Duck Open Hub! Try it now. > http://p.sf.net/sfu/bds > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users -- Thomas RAFFIN Chef de Projet Internet tr...@si... <mailto:tr...@si...> Sirap <http://sirap.fr> Tel : 04 75 72 84 10 Fax : 04 75 70 07 98 Rue Paul Louis Héroult - BP 253 26106 Romans cedex |
From: Eugenio T. <fri...@ho...> - 2014-07-28 08:31:01
|
Hello everybody, I have got an more then one problem in my pmapper log file: [28-Jul-2014 08:16:46 UTC] P.MAPPER-ERROR: Wrong entry for 'pm_search_configfile' in config. File not existing [28-Jul-2014 08:16:46 UTC] PHP Notice: Undefined index: pm_search_configfile in /dati/var_www/wm_geothopica/config/__startup_config.php on line 251 [28-Jul-2014 08:16:46 UTC] PHP Notice: Undefined variable: plugin_cssFileList in /dati/var_www/wm_geothopica/config/__startup_config.php on line 364 [28-Jul-2014 08:16:46 UTC] PHP Warning: ms_newMapObj(): [MapServer Error]: msLoadMap(): Parsing error near (puppa):(line 20) in /dati/var_www/wm_geothopica/incphp/globals.php on line 58 [28-Jul-2014 08:16:46 UTC] PHP Fatal error: Uncaught exception 'MapScriptException' with message 'Failed to open map file "/dati/var_www/web_data/bdng_map/bdng.map"' in /dati/var_www/wm_geothopica/incphp/globals.php:58 Stack trace: #0 /dati/var_www/wm_geothopica/incphp/globals.php(58): ms_newMapObj('/dati/var_www/w...') #1 /dati/var_www/wm_geothopica/map.phtml(45): require_once('/dati/var_www/w...') #2 {main} thrown in /dati/var_www/wm_geothopica/incphp/globals.php on line 58 The main error I guess is: [28-Jul-2014 08:16:46 UTC] PHP Fatal error: Uncaught exception 'MapScriptException' with message 'Failed to open map file "/dati/var_www/web_data/bdng_map/bdng.map"' in /dati/var_www/wm_geothopica/incphp/globals.php:58 since is fatal. This pmapper project deploy the old 3.2 version with mapserver 6.0, that's why I had to move the application from an old (ubuntu-server 9.04) server to a new one (ubuntu-server 12.04). I tested the map file using: http://myserver_address.net/cgi-bin/mapserv?map=/dati/var_www/web_data/bdng_map/bdng.map and it seems working since I had the image under /tmp directory What can be the reason of the above error? Regards Eugenio |
From: jose m. <jos...@gm...> - 2014-07-26 16:40:45
|
Hi Armin :-) Thank you very much for your very very precious help!!! Best Regards José -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/selectionManagement-plugin-tp4025583p4025588.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: Armin B. <arm...@gm...> - 2014-07-26 16:29:06
|
this is the reference used in other plugins that seem to use some functions from "common/*" require_once(dirname(__FILE__) . '/../common/groupsAndLayers.php'); require_once(dirname(__FILE__) . '/../common/pluginsMapUtils.inc.php'); On 07/26/2014 06:11 PM, jose mvm wrote: > And if I reset the php errors level, another error appears: > > [26-Jul-2014 16:03:26 UTC] PHP Fatal error: Class 'PluginsMapUtils' not > found in > /var/www/pmapper/plugins/clientdynamiclayers/clientDynamicLayers.php on line > 477 > > > > -- > View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/selectionManagement-plugin-tp4025583p4025586.html > Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Want fast and easy access to all the code in your enterprise? Index and > search up to 200,000 lines of code with a free copy of Black Duck > Code Sight - the same software that powers the world's largest code > search on Ohloh, the Black Duck Open Hub! Try it now. > http://p.sf.net/sfu/bds > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users > |
From: jose m. <jos...@gm...> - 2014-07-26 16:11:21
|
And if I reset the php errors level, another error appears: [26-Jul-2014 16:03:26 UTC] PHP Fatal error: Class 'PluginsMapUtils' not found in /var/www/pmapper/plugins/clientdynamiclayers/clientDynamicLayers.php on line 477 -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/selectionManagement-plugin-tp4025583p4025586.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: jose m. <jos...@gm...> - 2014-07-26 15:40:26
|
Hi Armin, I added this line to the file clientDynamicLayers.php: require_once '../common/groupsAndLayers.php'; I changed the php errors reporting to disable (0) and to E_WARNING too but nothing happens... -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/selectionManagement-plugin-tp4025583p4025585.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: Armin B. <arm...@gm...> - 2014-07-26 14:31:09
|
I don't know those plugins, but from the fatal error you get it is clear that the file with the function getLayersByGroupOrLayerName() is not loaded. Try for testing to add to the file clientdynamiclayers/clientDynamicLayers.php at the beginning a line like require_once '../common/groupsAndLayers.php'; And as already mentioned, please change your settings for error reporting in your php.ini file as described in the wiki. It is not for nothing that this setting is labeled with "IMPORTANT".... Keeping notices will not help you or anybody else at all for debugging, it just makes it annoying to find the only logged error in between lots of useless "Notice" logs. /armin On 07/26/2014 03:39 PM, jose mvm wrote: > Hi, > > I would like to know if someone (except Thomas and Armin) have tried to save > selections with refactored selectionManagement plugin. > > I'm sorry but I did that several times, with a clean pmapper install and > using demo data, without success. > > <http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/file/n4025583/saveSelection.jpg> > > The php notices through the process (only to contextualize): > > [26-Jul-2014 12:55:19 UTC] PHP Notice: Undefined index: JSON_Results in > /var/www/pmapper/incphp/xajax/x_info.php on line 40 > [26-Jul-2014 12:55:24 UTC] PHP Notice: Undefined variable: content in > /var/www/pmapper/plugins/selectionManagement/x_saveSelection.php on line 119 > [26-Jul-2014 12:55:54 UTC] PHP Notice: Use of undefined constant > msCurrentSelection - assumed 'msCurrentSelection' in > /var/www/pmapper/plugins/clientdynamiclayers/x_clientDynamicLayers.php on > line 46 > [26-Jul-2014 12:55:54 UTC] PHP Notice: Use of undefined constant > msSelection - assumed 'msSelection' in > /var/www/pmapper/plugins/clientdynamiclayers/clientDynamicLayers.php on line > 697 > > And at the end, the PHP FATAL ERROR (when i press OK to save selection): > > [26-Jul-2014 12:55:54 UTC] PHP Fatal error: Call to undefined function > getLayersByGroupOrLayerName() in > /var/www/pmapper/plugins/clientdynamiclayers/clientDynamicLayers.php on line > 461 > > I think this refactored plugin (and the new plugins) are very important and > usefull and I would like to work with it and see the results (as all pmapper > users) in my pmapper project. > > So, I hope someone can help me. > Thank you very much Thomas Raffin and Armin Burger, and all pmapper users. > > Best Regards, > José > > > > > > -- > View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/selectionManagement-plugin-tp4025583.html > Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Want fast and easy access to all the code in your enterprise? Index and > search up to 200,000 lines of code with a free copy of Black Duck > Code Sight - the same software that powers the world's largest code > search on Ohloh, the Black Duck Open Hub! Try it now. > http://p.sf.net/sfu/bds > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users > |
From: jose m. <jos...@gm...> - 2014-07-26 13:39:25
|
Hi, I would like to know if someone (except Thomas and Armin) have tried to save selections with refactored selectionManagement plugin. I'm sorry but I did that several times, with a clean pmapper install and using demo data, without success. <http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/file/n4025583/saveSelection.jpg> The php notices through the process (only to contextualize): [26-Jul-2014 12:55:19 UTC] PHP Notice: Undefined index: JSON_Results in /var/www/pmapper/incphp/xajax/x_info.php on line 40 [26-Jul-2014 12:55:24 UTC] PHP Notice: Undefined variable: content in /var/www/pmapper/plugins/selectionManagement/x_saveSelection.php on line 119 [26-Jul-2014 12:55:54 UTC] PHP Notice: Use of undefined constant msCurrentSelection - assumed 'msCurrentSelection' in /var/www/pmapper/plugins/clientdynamiclayers/x_clientDynamicLayers.php on line 46 [26-Jul-2014 12:55:54 UTC] PHP Notice: Use of undefined constant msSelection - assumed 'msSelection' in /var/www/pmapper/plugins/clientdynamiclayers/clientDynamicLayers.php on line 697 And at the end, the PHP FATAL ERROR (when i press OK to save selection): [26-Jul-2014 12:55:54 UTC] PHP Fatal error: Call to undefined function getLayersByGroupOrLayerName() in /var/www/pmapper/plugins/clientdynamiclayers/clientDynamicLayers.php on line 461 I think this refactored plugin (and the new plugins) are very important and usefull and I would like to work with it and see the results (as all pmapper users) in my pmapper project. So, I hope someone can help me. Thank you very much Thomas Raffin and Armin Burger, and all pmapper users. Best Regards, José -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/selectionManagement-plugin-tp4025583.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: Chris J. <web...@gm...> - 2014-07-25 07:48:58
|
Thanks Armin for the update, appreciated. Do you have a future vision for PMapper with regard to functionality or client platforms, or do you see theses sort of adaptions down to users of PMapper? Cheers Chris On 24 Jul 2014 19:03, "Armin Burger" <arm...@gm...> wrote: > Since there are not many reports about bugs of p.mapper 5 there are no > fixes that could go into another beta... So far I would say that the > printing is the main remaining issue. It works as HTML and with layers > managed via Mapserver (so on your own server). Printing PDF and using > layers like OSM for the print is still a bigger TODO. > > Another issue is a rewriting of the documentation on the wiki, but so > far nobody contributed to it, and hence it remains as it is... > > The new developments for p.mapper 4 have been exclusively done by > Thomas, I will just run the scripts to create the new release files and > put everything on SF. If Thomas decides to work more on PM-5 to use it > in his business then there is a high chance that things move forward. > > /a > > > > > On 07/24/2014 10:42 AM, Chris Jackson wrote: > > Hi all > > > > As PMapper moves towards a 4.4 release, I was just wondering if any > > progress was being made with PMapper 5 - (is there a newer beta release > as > > bugs ave been found etc?) Out of interest how many of the PMapper 4 > > plugins work with v5? > > > > Cheers > > Chris > > > ------------------------------------------------------------------------------ > > Want fast and easy access to all the code in your enterprise? Index and > > search up to 200,000 lines of code with a free copy of Black Duck > > Code Sight - the same software that powers the world's largest code > > search on Ohloh, the Black Duck Open Hub! Try it now. > > http://p.sf.net/sfu/bds > > _______________________________________________ > > pmapper-users mailing list > > pma...@li... > > https://lists.sourceforge.net/lists/listinfo/pmapper-users > > > > > ------------------------------------------------------------------------------ > Want fast and easy access to all the code in your enterprise? Index and > search up to 200,000 lines of code with a free copy of Black Duck > Code Sight - the same software that powers the world's largest code > search on Ohloh, the Black Duck Open Hub! Try it now. > http://p.sf.net/sfu/bds > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users > |
From: Armin B. <arm...@gm...> - 2014-07-24 18:02:38
|
Since there are not many reports about bugs of p.mapper 5 there are no fixes that could go into another beta... So far I would say that the printing is the main remaining issue. It works as HTML and with layers managed via Mapserver (so on your own server). Printing PDF and using layers like OSM for the print is still a bigger TODO. Another issue is a rewriting of the documentation on the wiki, but so far nobody contributed to it, and hence it remains as it is... The new developments for p.mapper 4 have been exclusively done by Thomas, I will just run the scripts to create the new release files and put everything on SF. If Thomas decides to work more on PM-5 to use it in his business then there is a high chance that things move forward. /a On 07/24/2014 10:42 AM, Chris Jackson wrote: > Hi all > > As PMapper moves towards a 4.4 release, I was just wondering if any > progress was being made with PMapper 5 - (is there a newer beta release as > bugs ave been found etc?) Out of interest how many of the PMapper 4 > plugins work with v5? > > Cheers > Chris > ------------------------------------------------------------------------------ > Want fast and easy access to all the code in your enterprise? Index and > search up to 200,000 lines of code with a free copy of Black Duck > Code Sight - the same software that powers the world's largest code > search on Ohloh, the Black Duck Open Hub! Try it now. > http://p.sf.net/sfu/bds > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users > |
From: nando_gcia <nan...@ho...> - 2014-07-24 11:57:46
|
Hi all, I use the MS4W version 3.0.6 with Mapserver 6.0.3 since May 2012. Know a MS4W 3.1.0-beta1 April 2013 but never passed a final version. In some post Jeff Mckenna said would launch the final version soon. Then, a few months ago, Jeff wrote that would open a new web (www.ms4w.com) and would update the packages, but today nothing is running. Some of us have moved to OSGeo4W tired of waiting. Anyone know what the future holds? -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Present-and-Future-of-MS4W-tp4025580.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: nando_gcia <nan...@ho...> - 2014-07-24 11:41:25
|
Hello again, I have to update mapserver to version 6.2.1 and still the same problem. The font size in pdf printing is larger than the other. Any solution? Armin you help me? No one has the same problem? -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Print-pdf-in-pmapper-4-3-2-change-size-font-tp4025542p4025579.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: Thomas R. <tr...@si...> - 2014-07-24 10:18:00
|
Hi, It's a MapServer question. Have you try LADELMAXSCALEDENOM in your LAYER? Le 24/07/2014 11:36, harpinder singh a écrit : > Hello > > Is it possible to configure pmapper to view labels of some layers at deeper zoom levels only ? > > > > > > regards, > > ------------------------------------------------------------------------------ > Want fast and easy access to all the code in your enterprise? Index and > search up to 200,000 lines of code with a free copy of Black Duck > Code Sight - the same software that powers the world's largest code > search on Ohloh, the Black Duck Open Hub! Try it now. > http://p.sf.net/sfu/bds > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users > > -- Thomas RAFFIN Chef de Projet Internet tr...@si... <mailto:tr...@si...> Sirap <http://sirap.fr> Tel : 04 75 72 84 10 Fax : 04 75 70 07 98 Rue Paul Louis Héroult - BP 253 26106 Romans cedex |
From: harpinder s. <har...@re...> - 2014-07-24 09:36:40
|
Hello Is it possible to configure pmapper to view labels of some layers at deeper zoom levels only ? regards, |
From: Thomas R. <tr...@si...> - 2014-07-24 09:26:35
|
Hi As far as I'm concerned, none of "mine" plugins are ported to pm5. They will be, but not in the next few months... Le 24/07/2014 10:42, Chris Jackson a écrit : > Hi all > > As PMapper moves towards a 4.4 release, I was just wondering if any > progress was being made with PMapper 5 - (is there a newer beta release as > bugs ave been found etc?) Out of interest how many of the PMapper 4 > plugins work with v5? > > Cheers > Chris > ------------------------------------------------------------------------------ > Want fast and easy access to all the code in your enterprise? Index and > search up to 200,000 lines of code with a free copy of Black Duck > Code Sight - the same software that powers the world's largest code > search on Ohloh, the Black Duck Open Hub! Try it now. > http://p.sf.net/sfu/bds > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users > > -- Thomas RAFFIN Chef de Projet Internet tr...@si... <mailto:tr...@si...> Sirap <http://sirap.fr> Tel : 04 75 72 84 10 Fax : 04 75 70 07 98 Rue Paul Louis Héroult - BP 253 26106 Romans cedex |
From: gioza <al...@al...> - 2014-07-24 09:12:21
|
I am interested in what you are asking! I am using pampper5, the integration with openlayers is a great job. Are there any development? -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-PMapper-5-tp4025574p4025575.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: Chris J. <web...@gm...> - 2014-07-24 08:42:44
|
Hi all As PMapper moves towards a 4.4 release, I was just wondering if any progress was being made with PMapper 5 - (is there a newer beta release as bugs ave been found etc?) Out of interest how many of the PMapper 4 plugins work with v5? Cheers Chris |
From: Solly V. <sol...@gm...> - 2014-07-24 08:20:37
|
Hi Pmappers I have been trying to fix the printing function but I am not winning, can someone who have a printing function that is working assist me or point me to where I can download. Pmapper 5 Thank u On 23 Jul 2014 12:40 PM, "jose mvm" <jos...@gm...> wrote: i'm sorry i don't really understand the operator for selections in case of the intersection... i need a simple demonstration... i tried to save selections with a clean pmapper install and demo date (ms4w) but doesn't work too. I can not see the error, but I suppose it is the same: [23-Jul-2014 10:34:54 UTC] PHP Fatal error: Call to undefined function getLayersByGroupOrLayerName() in /var/www/pmapper-4.3.2/plugins/clientdynamiclayers/clientDynamicLayers.php on line 461 my layers are postgis type. Thanks a lot again -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-pmapper4-new-plugins-and-options-tp4025551p4025568.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ pmapper-users mailing list pma...@li... https://lists.sourceforge.net/lists/listinfo/pmapper-users |
From: Bogumił S. <sz...@ku...> - 2014-07-23 19:20:00
|
It works.... Thanks a lot! Bogumił W dniu 2014-07-23 20:38, Armin Burger pisze: > $.extend(PM.Query, > { > createSearchItems: function(url) { > $.ajax({ > url: url, > dataType: "json", > success: function(response){ > var searchJson = response.searchJson; > var action = response.action; > > if (action == 'searchitem') { > PM.Query.createSearchInput(searchJson); > } else { > delete searchJson.options[0]; > var searchHtml = PM.Query.json2Select(searchJson, "0"); > $('#searchoptions').html(searchHtml); > PM.Query.setSearchInput(); > $('#searchoptions').html(_p("Search > for")).css({"white-space": "nowrap"}); > } > }, > error: function (XMLHttpRequest, textStatus, errorThrown) { > if (window.console) console.log(errorThrown); > } > }); > } > > }); |
From: Bogumił S. <sz...@ku...> - 2014-07-23 19:12:39
|
I suppose some error in brackets (syntax error). I am trying to find... Bogumil W dniu 2014-07-23 20:38, Armin Burger pisze: > Ok, the change event is not applied if no change happens... Try the > following for the custom.js which should also improve the labels and > logic in this case: > > $.extend(PM.Query, > { > createSearchItems: function(url) { > $.ajax({ > url: url, > dataType: "json", > success: function(response){ > var searchJson = response.searchJson; > var action = response.action; > > if (action == 'searchitem') { > PM.Query.createSearchInput(searchJson); > } else { > delete searchJson.options[0]; > var searchHtml = PM.Query.json2Select(searchJson, "0"); > $('#searchoptions').html(searchHtml); > PM.Query.setSearchInput(); > $('#searchoptions').html(_p("Search > for")).css({"white-space": "nowrap"}); > } > }, > error: function (XMLHttpRequest, textStatus, errorThrown) { > if (window.console) console.log(errorThrown); > } > }); > } > > }); > > > On 07/23/2014 08:58 AM, Bogumił Szady wrote: >> Hello, >> Thanks. I have tried to insert this modification. >> I see my layer defined, but without white box on the right to put the >> search attribute. >> Where is the the problem? >> >> best >> >> Bogumił >> >> >> W dniu 2014-07-22 23:11, Armin Burger pisze: >>> not a very elegant solution, but should work: >>> >>> add the following block at the end of your >>> /config/[your-config]/custom.js >>> file >>> >>> $.extend(PM.Query, >>> { >>> createSearchItems: function(url) { >>> $.ajax({ >>> url: url, >>> dataType: "json", >>> success: function(response){ >>> var searchJson = response.searchJson; >>> var action = response.action; >>> >>> //--------------------------- >>> delete searchJson.options[0]; >>> //--------------------------- >>> >>> if (action == 'searchitem') { >>> PM.Query.createSearchInput(searchJson); >>> } else { >>> var searchHtml = PM.Query.json2Select(searchJson, "0"); >>> $('#searchoptions').html(searchHtml); >>> } >>> }, >>> error: function (XMLHttpRequest, textStatus, errorThrown) { >>> if (window.console) console.log(errorThrown); >>> } >>> }); >>> } >>> >>> }); >>> >>> >>> >>> >>> or use >>> >>> //--------------------------- >>> if (Object.keys(searchJson.options).length < 3) { >>> delete searchJson.options[0]; >>> } >>> //--------------------------- >>> >>> to do this just in case the search has just 1 layer defined for search, >>> in case you once will add another one you don't remember what you once >>> modified... >>> >>> >>> On 07/22/2014 07:25 PM, Bogumił Szady wrote: >>>> Hello, >>>> Is it possible to get one default search field turned on in the moment >>>> of starting of application window? >>>> I have only one layer to search and I would like to avoid every time >>>> selecting layer to search. >>>> >>>> >>>> all the best >>>> >>>> Bogumił >>>> >>>> ------------------------------------------------------------------------------ >>>> Want fast and easy access to all the code in your enterprise? Index and >>>> search up to 200,000 lines of code with a free copy of Black Duck >>>> Code Sight - the same software that powers the world's largest code >>>> search on Ohloh, the Black Duck Open Hub! Try it now. >>>> http://p.sf.net/sfu/bds >>>> _______________________________________________ >>>> pmapper-users mailing list >>>> pma...@li... >>>> https://lists.sourceforge.net/lists/listinfo/pmapper-users >>>> >>> ------------------------------------------------------------------------------ >>> Want fast and easy access to all the code in your enterprise? Index and >>> search up to 200,000 lines of code with a free copy of Black Duck >>> Code Sight - the same software that powers the world's largest code >>> search on Ohloh, the Black Duck Open Hub! Try it now. >>> http://p.sf.net/sfu/bds >>> _______________________________________________ >>> pmapper-users mailing list >>> pma...@li... >>> https://lists.sourceforge.net/lists/listinfo/pmapper-users >> ------------------------------------------------------------------------------ >> Want fast and easy access to all the code in your enterprise? Index and >> search up to 200,000 lines of code with a free copy of Black Duck >> Code Sight - the same software that powers the world's largest code >> search on Ohloh, the Black Duck Open Hub! Try it now. >> http://p.sf.net/sfu/bds >> _______________________________________________ >> pmapper-users mailing list >> pma...@li... >> https://lists.sourceforge.net/lists/listinfo/pmapper-users >> > ------------------------------------------------------------------------------ > Want fast and easy access to all the code in your enterprise? Index and > search up to 200,000 lines of code with a free copy of Black Duck > Code Sight - the same software that powers the world's largest code > search on Ohloh, the Black Duck Open Hub! Try it now. > http://p.sf.net/sfu/bds > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users |