v4.2.4 - Typo on MapServer download page

Mike Jackson mj at SCI.FI
Sun Oct 17 11:58:02 EDT 2004


Tyler Mitchell wrote:
> Noticed the recent announcement re: 4.2.4
>
> http://mapserver.gis.umn.edu/dload.html has an href to the 4.2.4 tar ball but
> the text still says:
>
> mapserver-4.2.3.tar.gz: source code/demo.

I tried 4.2.4, and it seems to have a bug with handling numerical class
expressions, such as

EXPRESSION        ([POPULATION] < 500000)

...

EXPRESSION        ([POPULATION] >= 500000 and [POPULATION] < 1000000 )

...

EXPRESSION        ([POPULATION] >= 1000000)


I have those in seperate layers, and regardless which layer was applied,
the top equation ([POPULATION] < 500000) was used.

  This is working correctly for me in 4.2.3. Perhaps somebody else can
verify this. Or perhaps the EXPRESSION interface has changed in 4.2.4...

BR,
--
mike



More information about the mapserver-users mailing list