From: Thomas R. <tr...@si...> - 2014-07-21 17:35:36
|
Hi all, There are few new plugins and options available in pampper4. I will quickly described the changes here, but for more information plugins are documented in pmapper wiki (here: http://svn.pmapper.net/trac/wiki/AvailablePlugins ) and in their own README file. - Selection Management (enhancement / big rewritten): - now you can save, restore, merge, etc... your selections. See http://svn.pmapper.net/trac/attachment/wiki/PluginsQuery/plugin_selMan_selections.jpg for a quick view - operators are available on pre-defined search, graphical queries, query editor (something like a small SQL editor), ... - ... - Export Layer (new): export whole layer data in shape file (without selection on the contrary to export plugin) - Export Points (new): export some user-defined points in a text file - Size up and Down Object (enhancement): increase size or objects, and can now change label scale limit - Menu Dlg (new): add additional tools concerning selection in a menu instead of at the end of selection window - Switch Layers (enhancement): checked / unchecked all layer of 1 category. Now you can see category state even if it is closed - TOC Action Menu (new): just add a button near layers to open its contextual menu - Unit And Projection (new): display informations concerning unit and projection near coordinates - Transparency2 (enhancement): transparency / opacity can be set to initial value - corrections in Query Editor (something like a small SQL editor), Drawing, Export New options (see here: http://svn.pmapper.net/trac/wiki/XmlFileSettings for details): - compact result window --> hideResultLimit - query on not visible groups at current scale --> queryOnInvisibleGroup If no serious bugs are reported soon, a new pmapper 4.4 will soon be available. Bye Thomas |
From: Raffaele M. <raf...@gm...> - 2014-07-22 09:20:03
|
2014-07-21 19:35 GMT+02:00 Thomas RAFFIN <tr...@si...>: > Hi all, > > There are few new plugins and options available in pampper4. I will > quickly described the changes here, but for more information plugins are > documented in pmapper wiki (here: > http://svn.pmapper.net/trac/wiki/AvailablePlugins ) and in their own > README file. > > - Selection Management (enhancement / big rewritten): > - now you can save, restore, merge, etc... your selections. See > > http://svn.pmapper.net/trac/attachment/wiki/PluginsQuery/plugin_selMan_selections.jpg > for a quick view > - operators are available on pre-defined search, graphical queries, > query editor (something like a small SQL editor), ... > - ... > > - Export Layer (new): export whole layer data in shape file (without > selection on the contrary to export plugin) > > - Export Points (new): export some user-defined points in a text file > > - Size up and Down Object (enhancement): increase size or objects, and > can now change label scale limit > > - Menu Dlg (new): add additional tools concerning selection in a menu > instead of at the end of selection window > > - Switch Layers (enhancement): checked / unchecked all layer of 1 > category. Now you can see category state even if it is closed > > - TOC Action Menu (new): just add a button near layers to open its > contextual menu > > - Unit And Projection (new): display informations concerning unit and > projection near coordinates > > - Transparency2 (enhancement): transparency / opacity can be set to > initial value > > - corrections in Query Editor (something like a small SQL editor), > Drawing, Export > > New options (see here: http://svn.pmapper.net/trac/wiki/XmlFileSettings > for details): > - compact result window --> hideResultLimit > - query on not visible groups at current scale --> queryOnInvisibleGroup > > If no serious bugs are reported soon, a new pmapper 4.4 will soon be > available. > > Bye > > Thomas > Great! |
From: jose m. <jos...@gm...> - 2014-07-22 16:51:47
|
Hi Thomas, after update the pmapper code, i found some questions and difficulties: - when pmapper start up php notice apeears (repeatedly): [22-Jul-2014 16:06:49 UTC] PHP Notice: Undefined variable: dynamicClasses in /var/www/pmapper-4.3.2/incphp/layerview.php on line 218 but no problem... - when i make a search the table of results appears closed by default... (no probem too) but my main problem, possibly, is that I don't understand the philosophy, the goal, the mechanism and operation of the "clientDynamicLayers". i don't understand the "examples" contained in plugin. and without this dependence plugin, the selectionManagement plugin doesn't work correctly. i can't save selections. when i search width searchtool these messages appears: [22-Jul-2014 16:37:27 UTC] PHP Notice: Undefined index: JSON_Results in /var/www/pmapper-4.3.2/incphp/xajax/x_info.php on line 40 [22-Jul-2014 16:37:27 UTC] PHP Notice: Undefined index: numero in /var/www/pmapper-4.3.2/incphp/query/search.php on line 171 [22-Jul-2014 16:37:27 UTC] PHP Notice: Undefined index: papel in /var/www/pmapper-4.3.2/incphp/query/search.php on line 171 [22-Jul-2014 16:37:27 UTC] PHP Notice: Undefined index: embalagens in /var/www/pmapper-4.3.2/incphp/query/search.php on line 171 [22-Jul-2014 16:37:27 UTC] PHP Notice: Undefined index: vidro in /var/www/pmapper-4.3.2/incphp/query/search.php on line 171 [22-Jul-2014 16:37:27 UTC] PHP Notice: Undefined index: pilhao in /var/www/pmapper-4.3.2/incphp/query/search.php on line 171 [22-Jul-2014 16:37:27 UTC] PHP Notice: Undefined index: oleao in /var/www/pmapper-4.3.2/incphp/query/search.php on line 171 [22-Jul-2014 16:37:27 UTC] PHP Notice: Undefined index: propriet in /var/www/pmapper-4.3.2/incphp/query/search.php on line 171 [22-Jul-2014 16:37:27 UTC] PHP Notice: Undefined index: freguesia in /var/www/pmapper-4.3.2/incphp/query/search.php on line 171 [22-Jul-2014 16:37:27 UTC] PHP Notice: Undefined index: first_lug1 in /var/www/pmapper-4.3.2/incphp/query/search.php on line 171 [22-Jul-2014 16:37:27 UTC] PHP Notice: Undefined index: designacao in /var/www/pmapper-4.3.2/incphp/query/search.php on line 171 when i try to save selection these messages appears: [22-Jul-2014 16:40:32 UTC] PHP Notice: Undefined variable: content in /var/www/pmapper-4.3.2/plugins/selectionManagement/x_saveSelection.php on line 119 [22-Jul-2014 16:40:46 UTC] PHP Notice: Use of undefined constant msCurrentSelection - assumed 'msCurrentSelection' in /var/www/pmapper-4.3.2/plugins/clientdynamiclayers/x_clientDynamicLayers.php on line 46 [22-Jul-2014 16:40:46 UTC] PHP Notice: Use of undefined constant msSelection - assumed 'msSelection' in /var/www/pmapper-4.3.2/plugins/clientdynamiclayers/clientDynamicLayers.php on line 697 [22-Jul-2014 16:40:46 UTC] PHP Fatal error: Call to undefined function getLayersByGroupOrLayerName() in /var/www/pmapper-4.3.2/plugins/clientdynamiclayers/clientDynamicLayers.php on line 461 in other words, my problem remains, i can't get use "intersect with actual selection" operator. when i try these messages appears: [22-Jul-2014 16:48:06 UTC] PHP Notice: Undefined offset: 0 in /var/www/pmapper-4.3.2/incphp/xajax/x_select.php on line 99 [22-Jul-2014 16:48:12 UTC] PHP Notice: Undefined index: JSON_Results in /var/www/pmapper-4.3.2/plugins/graphicalqueries/x_graphicalqueries.php on line 19 [22-Jul-2014 16:48:12 UTC] PHP Notice: Undefined variable: poly in /var/www/pmapper-4.3.2/plugins/graphicalqueries/x_graphicalqueries.php on line 28 [22-Jul-2014 16:48:12 UTC] PHP Notice: Undefined property: QueryExtended::$querygroups in /var/www/pmapper-4.3.2/incphp/query/query.php on line 59 [22-Jul-2014 16:48:13 UTC] PHP Notice: Undefined offset: 0 in /var/www/pmapper-4.3.2/incphp/xajax/x_select.php on line 99 [22-Jul-2014 16:48:22 UTC] PHP Notice: Undefined offset: 0 in /var/www/pmapper-4.3.2/incphp/xajax/x_select.php on line 99 [22-Jul-2014 16:48:31 UTC] PHP Notice: Undefined variable: poly in /var/www/pmapper-4.3.2/plugins/graphicalqueries/x_graphicalqueries.php on line 28 [22-Jul-2014 16:48:31 UTC] PHP Notice: Undefined property: QueryExtended::$querygroups in /var/www/pmapper-4.3.2/incphp/query/query.php on line 59 [22-Jul-2014 16:48:32 UTC] PHP Notice: Undefined offset: 1 in /var/www/pmapper-4.3.2/plugins/common/selectTools.inc.php on line 433 [22-Jul-2014 16:48:32 UTC] PHP Notice: Trying to get property of non-object in /var/www/pmapper-4.3.2/plugins/common/selectTools.inc.php on line 433 [22-Jul-2014 16:48:32 UTC] PHP Notice: Undefined offset: 0 in /var/www/pmapper-4.3.2/incphp/xajax/x_select.php on line 99 Thanks in advence Best regards -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-pmapper4-new-plugins-and-options-tp4025551p4025556.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: Armin B. <arm...@gm...> - 2014-07-22 19:22:11
|
First of all I would set the PHP error reporting to the value as described in the Wiki for the quick installation part, to avoid all pure notifications that just blow up your error log. What remains afterwards should be checked again. /a On 07/22/2014 06:51 PM, jose mvm wrote: > Hi Thomas, > > after update the pmapper code, i found some questions and difficulties: > > - when pmapper start up php notice apeears (repeatedly): > [22-Jul-2014 16:06:49 UTC] PHP Notice: Undefined variable: dynamicClasses > in /var/www/pmapper-4.3.2/incphp/layerview.php on line 218 > > but no problem... > > - when i make a search the table of results appears closed by default... (no > probem too) > > but my main problem, possibly, is that I don't understand the philosophy, > the goal, the mechanism and operation of the "clientDynamicLayers". i don't > understand the "examples" contained in plugin. > > and without this dependence plugin, the selectionManagement plugin doesn't > work correctly. i can't save selections. when i search width searchtool > these messages appears: > > [22-Jul-2014 16:37:27 UTC] PHP Notice: Undefined index: JSON_Results in > /var/www/pmapper-4.3.2/incphp/xajax/x_info.php on line 40 > [22-Jul-2014 16:37:27 UTC] PHP Notice: Undefined index: numero in > /var/www/pmapper-4.3.2/incphp/query/search.php on line 171 > [22-Jul-2014 16:37:27 UTC] PHP Notice: Undefined index: papel in > /var/www/pmapper-4.3.2/incphp/query/search.php on line 171 > [22-Jul-2014 16:37:27 UTC] PHP Notice: Undefined index: embalagens in > /var/www/pmapper-4.3.2/incphp/query/search.php on line 171 > [22-Jul-2014 16:37:27 UTC] PHP Notice: Undefined index: vidro in > /var/www/pmapper-4.3.2/incphp/query/search.php on line 171 > [22-Jul-2014 16:37:27 UTC] PHP Notice: Undefined index: pilhao in > /var/www/pmapper-4.3.2/incphp/query/search.php on line 171 > [22-Jul-2014 16:37:27 UTC] PHP Notice: Undefined index: oleao in > /var/www/pmapper-4.3.2/incphp/query/search.php on line 171 > [22-Jul-2014 16:37:27 UTC] PHP Notice: Undefined index: propriet in > /var/www/pmapper-4.3.2/incphp/query/search.php on line 171 > [22-Jul-2014 16:37:27 UTC] PHP Notice: Undefined index: freguesia in > /var/www/pmapper-4.3.2/incphp/query/search.php on line 171 > [22-Jul-2014 16:37:27 UTC] PHP Notice: Undefined index: first_lug1 in > /var/www/pmapper-4.3.2/incphp/query/search.php on line 171 > [22-Jul-2014 16:37:27 UTC] PHP Notice: Undefined index: designacao in > /var/www/pmapper-4.3.2/incphp/query/search.php on line 171 > > when i try to save selection these messages appears: > > [22-Jul-2014 16:40:32 UTC] PHP Notice: Undefined variable: content in > /var/www/pmapper-4.3.2/plugins/selectionManagement/x_saveSelection.php on > line 119 > [22-Jul-2014 16:40:46 UTC] PHP Notice: Use of undefined constant > msCurrentSelection - assumed 'msCurrentSelection' in > /var/www/pmapper-4.3.2/plugins/clientdynamiclayers/x_clientDynamicLayers.php > on line 46 > [22-Jul-2014 16:40:46 UTC] PHP Notice: Use of undefined constant > msSelection - assumed 'msSelection' in > /var/www/pmapper-4.3.2/plugins/clientdynamiclayers/clientDynamicLayers.php > on line 697 > [22-Jul-2014 16:40:46 UTC] PHP Fatal error: Call to undefined function > getLayersByGroupOrLayerName() in > /var/www/pmapper-4.3.2/plugins/clientdynamiclayers/clientDynamicLayers.php > on line 461 > > in other words, my problem remains, i can't get use "intersect with actual > selection" operator. when i try these messages appears: > > [22-Jul-2014 16:48:06 UTC] PHP Notice: Undefined offset: 0 in > /var/www/pmapper-4.3.2/incphp/xajax/x_select.php on line 99 > [22-Jul-2014 16:48:12 UTC] PHP Notice: Undefined index: JSON_Results in > /var/www/pmapper-4.3.2/plugins/graphicalqueries/x_graphicalqueries.php on > line 19 > [22-Jul-2014 16:48:12 UTC] PHP Notice: Undefined variable: poly in > /var/www/pmapper-4.3.2/plugins/graphicalqueries/x_graphicalqueries.php on > line 28 > [22-Jul-2014 16:48:12 UTC] PHP Notice: Undefined property: > QueryExtended::$querygroups in /var/www/pmapper-4.3.2/incphp/query/query.php > on line 59 > [22-Jul-2014 16:48:13 UTC] PHP Notice: Undefined offset: 0 in > /var/www/pmapper-4.3.2/incphp/xajax/x_select.php on line 99 > [22-Jul-2014 16:48:22 UTC] PHP Notice: Undefined offset: 0 in > /var/www/pmapper-4.3.2/incphp/xajax/x_select.php on line 99 > [22-Jul-2014 16:48:31 UTC] PHP Notice: Undefined variable: poly in > /var/www/pmapper-4.3.2/plugins/graphicalqueries/x_graphicalqueries.php on > line 28 > [22-Jul-2014 16:48:31 UTC] PHP Notice: Undefined property: > QueryExtended::$querygroups in /var/www/pmapper-4.3.2/incphp/query/query.php > on line 59 > [22-Jul-2014 16:48:32 UTC] PHP Notice: Undefined offset: 1 in > /var/www/pmapper-4.3.2/plugins/common/selectTools.inc.php on line 433 > [22-Jul-2014 16:48:32 UTC] PHP Notice: Trying to get property of non-object > in /var/www/pmapper-4.3.2/plugins/common/selectTools.inc.php on line 433 > [22-Jul-2014 16:48:32 UTC] PHP Notice: Undefined offset: 0 in > /var/www/pmapper-4.3.2/incphp/xajax/x_select.php on line 99 > > Thanks in advence > Best regards > > > > -- > View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-pmapper4-new-plugins-and-options-tp4025551p4025556.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-22 19:53:12
|
ok, my php errors level is on the maximum for to help me to understand and report the problems. but i have a fatal error when i try to save the selections as i showed: [22-Jul-2014 16:40:46 UTC] PHP Fatal error: Call to undefined function getLayersByGroupOrLayerName() in /var/www/pmapper-4.3.2/plugins/clientdynamiclayers/clientDynamicLayers.php on line 461 and basicaly i can't get intersections (and i have no php errors about it). Thank you very much Armin Burger Congratulations for your great work!!! -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-pmapper4-new-plugins-and-options-tp4025551p4025559.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: jose m. <jos...@gm...> - 2014-07-22 20:30:57
|
i'm sorry. i can get intersections within only a single layer. but I suppose the intersection operation works with different layers... eg: intersect the points from one layer (POINT) that are completely within the polygon feature (from another layer/POLYGON)... or is not this the purpose of the tool? if not, then my only problem is to save the selections. Thanks 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-tp4025551p4025560.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: Thomas R. <tr...@si...> - 2014-07-23 07:26:00
|
In the slectionManagement README.TXT, there is : > Dependancies: > - plugins/common/selectTools.inc.php > - plugins/clientDynamicLayers/* Have you got those files i?n your pmapper? Are they up-to-date? Le 22/07/2014 21:53, jose mvm a écrit : > ok, my php errors level is on the maximum for to help me to understand and > report the problems. > but i have a fatal error when i try to save the selections as i showed: > > [22-Jul-2014 16:40:46 UTC] PHP Fatal error: Call to undefined function > getLayersByGroupOrLayerName() in > /var/www/pmapper-4.3.2/plugins/clientdynamiclayers/clientDynamicLayers.php > on line 461 > > and basicaly i can't get intersections (and i have no php errors about it). > > Thank you very much Armin Burger > Congratulations for your great work!!! > > > > -- > View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-pmapper4-new-plugins-and-options-tp4025551p4025559.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: jose m. <jos...@gm...> - 2014-07-23 08:37:11
|
good morning Thomas and Armin - the sun rises earlier in France! ok, the small php notice disappears with new revision of layerview.php. thanks for your explain about clientdynamiclayers plugin - yes i have my code all updated. really, i can do intersections using a buffer! - but not with selections from the searchtool or queryeditor. save selections do not work with my installation yet - and I think this plugin is very interesting too. Thanks -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-pmapper4-new-plugins-and-options-tp4025551p4025566.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: Thomas R. <tr...@si...> - 2014-07-23 07:24:10
|
Hi, Le 22/07/2014 18:51, jose mvm a écrit : > Hi Thomas, > > after update the pmapper code, i found some questions and difficulties: > > - when pmapper start up php notice apeears (repeatedly): > [22-Jul-2014 16:06:49 UTC] PHP Notice: Undefined variable: dynamicClasses > in /var/www/pmapper-4.3.2/incphp/layerview.php on line 218 > > but no problem... Just a small notice, no pb. It will be solved solved in a future revision. > > - when i make a search the table of results appears closed by default... (no > probem too) > > but my main problem, possibly, is that I don't understand the philosophy, > the goal, the mechanism and operation of the "clientDynamicLayers". i don't > understand the "examples" contained in plugin. This is not a plugin, but a part of code shared by few others plugins: drawing, measure2, exportPoints, SelectionManagement, ... Its goal is to add dynamic data from your browser to server part of pmapper. If you have development skills the code in example is to add in your js console (Firebug in Firefox for instance). Be careful to the coordinates in the examples: they have have to fit with your map. And you have to add the template-part.map to your real template.map (I've just commited a small correction for MapServer >= 6: http://svn.pmapper.net/trac/changeset/1352 ) > and without this dependence plugin, the selectionManagement plugin doesn't > work correctly. i can't save selections. Yes it is a dependency: you can't use selectionManagement without clientDynamicLayers. > > Thanks in advence > Best regards Thomas |
From: Thomas R. <tr...@si...> - 2014-07-23 07:27:29
|
You can use buffer in the graphical queries to intersect geometries. Intersection of selection is the elements that are in both of 2 selections. Le 22/07/2014 22:30, jose mvm a écrit : > i'm sorry. > > i can get intersections within only a single layer. > > but I suppose the intersection operation works with different layers... > > eg: intersect the points from one layer (POINT) that are completely within > the polygon feature (from another layer/POLYGON)... > > or is not this the purpose of the tool? if not, then my only problem is to > save the selections. > > Thanks 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-tp4025551p4025560.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: Thomas R. <tr...@si...> - 2014-07-23 09:09:25
|
Le 23/07/2014 10:37, jose mvm a écrit : > good morning Thomas and Armin - the sun rises earlier in France! > > ok, the small php notice disappears with new revision of layerview.php. > > thanks for your explain about clientdynamiclayers plugin - yes i have my > code all updated. > > really, i can do intersections using a buffer! - but not with selections > from the searchtool or queryeditor. The "operators" for selections only considers objects and their ids, not their geometry. So you have to compare things about the same layers: - your current selection contains countries (and others layers objects, why not: towns, ...) - your will make a new attribute search on countries (by name for instance) - with the operator intersection - the result will be : the towns from your search that were in your previous selection. > > save selections do not work with my installation yet - and I think this > plugin is very interesting too. Really? Have you try with a clean pmapper install and demo date? What type are your layers (SHP, postgis, ...) ? > > Thanks > > > > -- > View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-pmapper4-new-plugins-and-options-tp4025551p4025566.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: jose m. <jos...@gm...> - 2014-07-23 10:40:15
|
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. |