[Pmapper-users] Reference Map inside map

2006-08-21 Thread Andreas
Hi, I modified pmapper 2.0.0 for my needs and most things work fine. My problem is the reference map: I put a div for the reference map inside the main map. If I click on the reference map pmapper recognizes a mouse click on the main map but not on the reference map. I tried to change the file z

[Pmapper-users] implement search based on expression

2006-08-21 Thread Radhika
Hi Armin, P.mapper search can be performed on field value which we write in text box, but if i want to perform search based on expressions ( for example : population > 80) than how can i perform search based on logical expressions. regards

[Pmapper-users] "Bug" in Selection Tool

2006-08-21 Thread Andreas
hi, It's not really a bug but it confuses the users: Select some objects Wait until the popup and its content is completely loaded. Close the popup BEFORE pmapper zooms automatically to the selected features. Now the loading image and the selection rectangle don't disappear. regards, Andreas

[Pmapper-users] new kate config pmapper syntax

2006-08-21 Thread Walter Lorenzetti
Hi all, if someone want, I upgrade my xml syntax file for config pmapper to 2.1.0 version. the syntax file is used in kate, kwrite and quantplus kde linux application If you want use it you have to put the syntax file here: /usr/share/apps/katepart/syntax/ you can donwload here: http://www

[Pmapper-users] "Bug" in Selection Tool

2006-08-21 Thread Armin Burger
you can add document.getElementById('zoombox').style.visibility = "hidden"; to stoploading() in javascript.js and onblur="opener.stoploading()" to the tag of info.phtml armin Original-Nachricht Datum: Mon, 21 Aug 2006 11:53:43 +0200 Von: Andreas An: pmapper-users at faunal

[Pmapper-users] implement search based on expression

2006-08-21 Thread Armin Burger
first you have to define the user interface that allows to define operators other than 'is_equal'. Then you have to transfer this additional information to the search function in query.php -> q_execAttributeQuery() and create the appropriate search string modifying 'returnVar()' (where the '=' o

[Pmapper-users] Reference Map inside map

2006-08-21 Thread Armin Burger
you could try to move onmouseover="startUpRef()" from the 'refMapImg' DIV to the 'refmap'. Or put the refmap outside the map DIV (but then you have to manage the positioning somehow). armin Andreas wrote: > Hi, > > I modified pmapper 2.0.0 for my needs and most things work fine. > > My probl