qgis - colorrange
Fawcett, David
David.Fawcett at STATE.MN.US
Wed Jul 11 12:07:47 PDT 2007
Lucas,
It doesn't look like you have any symbols defined. I am pretty sure
that with no symbol, you will just get a one pixel symbol.
In your STYLE definition, you will want to add
SYMBOL 'circle'
SIZE 10
For this to work, you will also need a symbol definition for 'circle'
either in a symbols.sym file or in your map file.
The symbol definition would look like this:
Symbol
Name 'circle'
Type ELLIPSE
Filled TRUE
Points
1 1
END
END
David.
-----Original Message-----
From: UMN MapServer Users List [mailto:MAPSERVER-USERS at LISTS.UMN.EDU] On
Behalf Of Lucas Beck
Sent: Wednesday, July 11, 2007 11:56 AM
To: MAPSERVER-USERS at LISTS.UMN.EDU
Subject: [UMN_MAPSERVER-USERS] qgis - colorrange
Hello,
I am using MapServer version 4.8.3.
I just started to generate a map-file using qgis which generated an
output using "COLORRANGE". However, by trying to embed the map-file into
my web application I can only see very small dots. All other layers are
OK.
Here the generated layer
LAYER
NAME 'SUBASINS'
TYPE POLYGON
DATA "SUBASINS"
METADATA
'wms_title' 'SUBASINS'
END
STATUS DEFAULT
TRANSPARENCY 100
PROJECTION
'proj=longlat'
'ellps=clrk66'
'datum=NAD27'
'no_defs'
END
CLASS
STYLE
COLORRANGE 7 11 250 128 215 255
DATARANGE 2.000000 14.000000
RANGEITEM "SUBASINS_"
END
STYLE
OUTLINECOLOR 0 0 50
END
END
END
greets
Lucas
More information about the MapServer-users
mailing list