[mapserver-users] List of color combination in MapServer

Stephen Woodbridge woodbri at swoodbridge.com
Mon Mar 22 13:08:21 EDT 2010


Phalguni Pal wrote:
> Hi friends,
> 
> 1. Could you anybody tell me where can I get the list of some standard 
> MapServer colors with color mames, like:
> 
> COLOR  0 0 0 --------> Black
> COLOR 255 0 0 ------> Red
> COLOR -1 -1 -1 -------> light blue

These are standard RGB values for colors, except -1 -1 -1 means no color 
so what ever is already displayed will not be over written.

You can also use syntax like:

COLOR "#000000"
COLOR "#FF0000"

etc.

> etc. 
> 2. How to fill a hollow square with two diffetent colors (50-50%)?

http://mapserver.org/documentation.html

Specificaly look at:

# Cartographic Symbol Construction with MapServer
# Symbology Examples

-Steve W


> Thanking you.
> With regards,
> 
> -- 
> // Phalguni
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> mapserver-users mailing list
> mapserver-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users



More information about the mapserver-users mailing list