Opened 12 years ago

#4160 new defect

Problem with [MYCOLOR]

Reported by: jaykayone Owned by: msogcbugs
Priority: high Milestone:
Component: WMS Server Version: 6.0
Severity: normal Keywords:
Cc:

Description

When using [MYCOLOR] to specify the color of a polygon dynamically, the opactiy setting is not used.

LAYER

NAME category_999_polygon GROUP category_999 TYPE POLYGON CONNECTIONTYPE POSTGIS INCLUDE "connection.map" DATA "geometry FROM (SELECT * FROM feature LEFT JOIN map ON feature.map_id = map.uuid) AS foo USING UNIQUE id" FILTER "GeometryType(geometry) = 'POLYGON' AND category_id is null AND public = 't'" CLASS

STYLE

OUTLINECOLOR 0 0 0 #COLOR 255 125 0 #SYMBOL "circle" WIDTH 7

END STYLE

OUTLINECOLOR 254 254 254 #COLOR 255 125 0 #SYMBOL "circle" WIDTH 5

END STYLE

OUTLINECOLOR [rgbcolor] COLOR [rgbcolor] #COLOR 255 125 0 #SYMBOL "circle" WIDTH 3 OPACITY 50

END

END PROJECTION

"init=epsg:2169"

END

END

Change History (0)

Note: See TracTickets for help on using tickets.