[pmapper-users] 2 little problems with plugin mapSelect

2008-03-20 Thread Geografisches Informationssystem
Hello p.mappers ;-), I found out in (my) installation 3.2.0 with the plugin mapSelect, that at every change of the config an '' is added to the variable searchLoc i.e. 1st change it ishttp://10.170.0.20:8080/map.phtml?config=lvm; 2nd it is

[pmapper-users] printing and exporting problem

2008-03-20 Thread frequens
Hi all, I am building a pmapper 3.2 application and have some problems: 1. The Print settings dialog widow is empty and log shows: PHP Fatal error: Call to undefined method SimpleXMLElement::getName() in /home/www/pmapper/incphp/print/printxml.php on line 166. 2. Selecting a radio button of

Re: [pmapper-users] printing and exporting problem

2008-03-20 Thread Armin Burger
to 2) this requires PHP v. 5.2.+, or you need to include the PECL extension 'JSON' to 1) and 3): Since I do not have a clue if you have modified anything and what your configs are I cannot say anything. armin On Thu, Mar 20, 2008 at 8:54 AM, frequens [EMAIL PROTECTED] wrote: Hi all, I am

Re: [pmapper-users] multiple search

2008-03-20 Thread Walter Lorenzetti
Stefano Gambini ha scritto: is there a way to implement a multiple search based on different attributes of a single layer? in search.xml i write: searchitem name=geologia description=Geologia layer type=shape name=geologia field type=s name=FORMAZIONE

Re: [pmapper-users] multiple search

2008-03-20 Thread Walter Lorenzetti
sorry I read too fast Stefano Gambini ha scritto: is there a way to implement a multiple search based on different attributes of a single layer? in search.xml i write: searchitem name=geologia description=Geologia layer type=shape name=geologia field type=s

Re: [pmapper-users] 2 little problems with plugin mapSelect

2008-03-20 Thread Geografisches Informationssystem
Hello Armin If (change(from:session.use_cookies=1,to:session.use_cookies=0)) then Browser.URL = SomethinglikeThis(http://10.170.0.20:8080/map.phtml?config=default=55d146e0a258c90133f2cc153afdab89=) ;-) Doesn't work, in neither combination keepSession:false (selected Layers

Re: [pmapper-users] printing and exporting problem

2008-03-20 Thread frequens
Dear Armin, thank you for the 2., installed and working :-) As for 1: it did not work even in the out of the box pmapper with demodata, from the error log looks like a XML(2) library problem on my system? Since XML works in a variety of other bindings (gdal, mapscript...)Is there any

Re: [pmapper-users] printing and exporting problem

2008-03-20 Thread frequens
As for 1. SimpleXMLElement::getName() was introduced in php 5.1.3, is there any way to run an older version of php and have printing capabilities succesfully? frequens On Thu, Mar 20, 2008 at 1:11 PM, frequens [EMAIL PROTECTED] wrote: Dear Armin, thank you for the 2., installed and working :-)

Re: [pmapper-users] Problems with firefox 2.0.0

2008-03-20 Thread Rony (PMPG)
Well Ivan, thank you for the tip. As I said, It´s strange because I did not edit this files. Anyway, I´ll keep to pay attention on this warnings and errors logs. Rony - Original Message - From: Ivan Mincik [EMAIL PROTECTED] To: pmapper-users@lists.sourceforge.net Sent: Wednesday,

Re: [pmapper-users] printing and exporting problem

2008-03-20 Thread Armin Burger
As for 3: as above, it zoomed and outlined (to) the selected shape (correctly not drawing any of the layers if min scale was set) even in the out of the box pmapper with demodata and no changes to config... so what should it do in your opinion? Just zoom to the maximum scale where this

Re: [pmapper-users] printing and exporting problem

2008-03-20 Thread Armin Burger
for sure there are ways to do it modifying the code, but you will need to investigate into it. armin On Thu, Mar 20, 2008 at 1:22 PM, frequens [EMAIL PROTECTED] wrote: As for 1. SimpleXMLElement::getName() was introduced in php 5.1.3, is there any way to run an older version of php and have

Re: [pmapper-users] multiple search

2008-03-20 Thread Armin Burger
set wildcard=0 (2 is just for options and suggest). In the debug log there is the query string used for the query. You can test it using is as FILTER tag for the layer. armin On Thu, Mar 20, 2008 at 3:35 PM, Walter Lorenzetti [EMAIL PROTECTED] wrote: Stefano Gambini ha scritto: thanks