It should work if you do the following (assuming p.mapper in version 2.1
or so):
in pmapper.js for function init():
comment out the line
window.onresize = function(){resizeDiv();}
then substitute the line
resizeDiv();
with
var mapurl = PM_XAJAX_LOCATION + 'x_load.php?'+SID+
'&zoom_type=zoompoint';
updateMap(mapurl, '');
This worked for me for a first test. The mapW/mapH are the values taken
from the map file, so change these settings there.
You might need some fine tuning of the various DIV's for height/width
etc., depending how you define your layout, in order to have the various
elements correctly aligned to each other.
armin
Kai Behncke wrote:
> Hello List,
> I´m totally new to p.mapper and I´m quite impressed.
> For a project I would like to change the surface of map.phtml a bit.
>
> I would like to have a map that is fixed at a width of 400 px (the same with
> the height).
> I thought I just could change:
> var mapW = <?php echo "400"; ?>;
> var mapH = <?php echo "400"; ?>;
>
> , but if I do the map still spreads nearly the whole window.
> Also in my mapfile I have 400 and 400,
> What can I do to get a fixed map with these parameters?
>
> Thank you very much, Kai
>
> --
> Dipl.-Geogr. Kai Behncke
>
> Institut für Geoinformatik und Fernerkundung (IGF)
> Universität Osnabrück
> Kolpingstr. 7
> 49074 Osnabrück
>
> Raum: 01/308
> Tel.: +49 541 969-4450
> E-Mail: mailto:[EMAIL PROTECTED]
> Web: http://www.igf.uni-osnabrueck.de
>
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> pmapper-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>
>
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
pmapper-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pmapper-users