[mapserver-users] pattern fill with symbol bug

Rodrigo Cabral cabral at yadata.net
Sat Mar 9 10:01:57 EST 2002


I get a CORE DUMPED (Linux) whenever I work with pattern fill using symbols.
I'm using the latest CVS version (just did cvs update). Could someone
confirm this bug? The following test mapfile works standalone (or actually
doesn't =), no data required (inline feature).

#hashfill.map

map

extent 0 0 100 100

size 500 500
imagecolor 220 220 220

symbol
  name "hashfill"
  type vector
  transparent 0
  points
    0 1
    1 0
  end
end

layer
  type polygon
  status default
  feature
    points
      20 20
      80 20
      80 80
      20 80
      20 20
    end
  end
  class
    color 255 128 128
    outlinecolor 0 0 0
    symbol "hashfill"
    size 3
  end
end

end




More information about the mapserver-users mailing list