Paul,

On 17/06/2009, at 8:31 PM, [email protected] wrote:

You are right...
It is Tiled (using OL)...
In that case, How can I "fix" that effect?

Thanks

use an Untiled or singleTile layer - ie if you are using it as a WMS, then

var SouthAmerica = new OpenLayers.Layer.WMS(
        'SouthAmerica',
        'http://localhost/cgi-bin/mapserv?map=my.map&;',
{transparent: 'true', layers: 'polys', isBaseLayer: 'false', version: '1.1.1', srs: 'EPSG:4326'},
        {singleTile: true}
        );

and I think you can do the same for MapServer layers (but if you ask on the openlayers list they will politely suggest that you use a WMS layer!)

cheers

Ben

On Tue, Jun 16, 2009 at 6:28 PM, Steve Lime <[email protected] > wrote:
And this is the result of a single call to the CGI with mode=map?
MapServer doesn't just invent label placements like this and
there should be no difference between a single image with mode=map or a
single call to a mapObj's draw() method.

Looks to me as if you sample image is the result of merging tiled
images created from multiple calls to the CGI.

Steve

--

Ben Madin
REMOTE INFORMATION

t : +61 8 9192 5455
f : +61 8 9192 5535
m : 0448 887 220
Broome   WA   6725

[email protected]



                                                        Out here, it pays to 
know...


_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to