PHPMapScript : pixels to geo problem using dynamic symbols
blaise
bpicinbono at WORLDONLINE.FR
Mon Mar 7 09:14:39 PST 2005
The image at your link :
http://www.ranetproject.net/apps/maps/ms/africa_view2.php
does not seems to be 800 pixels width and 600 pixels height. Did you set these
parameters in your html file ? Can you check your temporary images size ?
More : I don't know how your vector layer is referenced, but the x pixel size
is :
xs = (55.541 + 17.533) / 800 = 0.0913
and the y pixel size is :
ys = (37.340 + 46.970) / 600 = 0.1405
I think they should match closer.
hope it helps
Blaise
> ah, i guess that could be it. how to you match the image size to the
> extent?
>
> blaise wrote:
> >hi,
> >your mapfile :
> >....
> > SIZE 800 600
> > STATUS ON
> >
> > EXTENT -17.533 -46.970 55.541 37.340
> > UNITS .....
> >
> >does your x/y extent really match your image size ?
> >seems not... ?
More information about the MapServer-users
mailing list