that's related to the fact that all the mouse positions are used for both
refmap and main map.
You could have a look at
http://www.geosignal.org/wmsclient/viewer/frameview.phtml?winwidth=1000&winheight=800&language=3
and check the zoombox.js that is used there and see how they deal with it.
ar
hi,
thx for your reply.
I tried your suggestions.
The only thing worked was to put the refmap out of mapframe and map DIV.
I figured out where the problem is if the refmap is inside the map DIV:
In the file zoombox.js there is a function called "doMouseDown".
The problem seems to be at last if
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
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