[Mapserver-users] since the update to V4.0: "funny" maps :-(
Daniel Morissette
morissette at dmsolutions.ca
Tue Aug 5 20:36:05 PDT 2003
Unfortunately I don't think there is much we can do to help without a
way to reproduce the problem.
This seems very much like a system configuration issue where you would
either have multiple versions of the same library (GD, Freetype, jpeg,
libpng?) loaded at the same time, or your executables were built for one
version and linked (statically or at runtime) with a different version.
The most common problem of this type is compiling php_mapscript with a
given version of GD (2.0.15) and loading PHP's GD extension compiled
with another version of GD or with the built-in copy of GD that now
ships with PHP.
So what I would suggest is that you make sure that you have only one
version of GD, Freetype libjpeg and libpng on your system, and that
MapServer, MapScript and PHP are all built with that same version.
For the record, another tricky one is pdflib since it also comes with
its own internal copy of libpng and uses it by default. You didn't list
pdflib in your system config but I thought I should mention it anyway.
Daniel
Rainer Spittel wrote:
> Hi,
>
> I have problems with the new version of the mapserver. Properly this
> error is not a MapServer error, more a configuration problem:
>
> 1. Since updating to MapServer 3.7/4.0beta or 4.0(final) the images
> aren't displayed correct. For example: A map with four layers. Each
> layer have six class definition.
>
> The mapserver will display each (single) layer correct. But when I
> enable two or three layers, the mapserver will mix-up the appearance of
> the classes. Even some features won't be displayed.
>
> For example: each layer displays the same region of a district, the
> color is defined in the class objects and the outline-colors of all
> layers are BLACK. When I enable three layers, the outline of the
> district appears red.
>
> 2. Another graphical error occurs when I use the ROSA applet for java
> support. When the user drags a bounding box, each black-bounding box
> will be drawn, but don't disappear when the mouse is moved.
>
> 3. Lines, which have a size larger than one, are always black.
>
> That's why, I can't update my system, but I want, because the
> features of the NEW mapserver are very, very interesting.
>
> My system configurations are:
>
> RedHeat 9.0
> ming-0.2a
> curl-7.10.5
> gd-2.0.15
> gdal-1.1.8
> php-4.3.2
> proj-4.4.7
>
> and:
>
> Suse 8.0
> apache_1.3.27
> jasper-1.700.2.uuid
> curl-7.10.5
> gd-2.0.15
> gdal-1.1.9
> php-4.2.3
> proj-4.4.7
>
> I need HELP !!! ;-)
> Thx,
> Rainer
>
More information about the MapServer-users
mailing list