Re: [pmapper-users] Mapwidth Mapheight

2006-11-10 Thread Kai Behncke
On Tue, 07 Nov 2006 19:02:01 +0100, Armin Burger wrote 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

Re: [pmapper-users] Zooming out

2006-11-10 Thread Armin Burger
this max extent that you cannot go over is currently hardcoded in the zoompoint function. You can globally disable it modifying in map.php for function 'pmap_zoompoint()' the line $this-map-zoompoint($this-zoom_factor, $xy_pix, $this-mapwidth, $this-mapheight, $this-geoext0, $this-maxextent);