then this might have been mails before the mailing list was set up...

anyway, see the docs at

pointBuffer
Extent buffer for zoom extent for point layers in queries. Adapt value 
to settings of your map file, considering map units and typical scales

and modify that value and see if it works better.

armin

Luca Casagrande wrote:
> I have search on the archives of mailinglist using google, but nothing was 
> found...
> 
> I am trying to load my default map..the screen is this:
> http://img48.imageshack.us/my.php?image=iconv33oa.png
> 
> And in the log the error is this:
> PHP Fatal error:  zoomPoint failed : incorrect parameters
> in /var/www/localhost/htdocs/pmapper/incphp/map.php on line 487
> 
> The line error is talking on is this:
> [..]
>        // Create x/y-point for zoom center
>         $x_pix = $imgxy_arr[0];
>         $y_pix = $imgxy_arr[1];
>         $xy_pix = ms_newPointObj();
>         $xy_pix->setXY($x_pix, $y_pix);
>         
>  487       $this->map->zoompoint($this->zoom_factor, $xy_pix, 
> $this->mapwidth,        
> $this->mapheight, $this->geoext0, $this->maxextent);
>         $xy_pix->free();
>     }
> Thx,Luca
> 
> P.S. I have add the utf8 matter to the FAQ (I didn't know about it...)
> 
> 
> 
> Alle 15:53, marted? 11 aprile 2006, Armin Burger ha scritto:
>> this is a very detailed error description... but you could maybe check the
>> mailing list archive for that. from what I guess you might mean, I'm quite
>> sure it was tackled there once or twice.
>>
>> And if you found a solution you could add it to the pm wiki FAQ's, like
>> everybody else does ;-)
>>
>> /a
>>
>>> Hi guys!
>>> I have tryed to solve this problem on my own, but nothing...
>>> [10-Apr-2006 16:07:36] PHP Fatal error:  zoomPoint failed : incorrect
>>> parameters
>>>  in /var/www/localhost/htdocs/pmapper/incphp/map.php on line 487
>>>
>>> Thx
>>> Luca
> 

Reply via email to