[mapserver-users] conflicts between MapServer and ColdFusion?

Stephen Lime steve.lime at dnr.state.mn.us
Mon Apr 23 16:45:45 EDT 2001


With MapServer as a CGI I don't see how they could collide, but anything's
possible under NT. ;-)

On symbols: when using a scalable brush (either TYPE VECTOR or TYPE
ELLIPSE) you can specify a SIZE for a class and that equates to line width.
Here's how I do it (remember symbols can be defined in the mapfile):

SYMBOL
  NAME 'circle'
  TYPE ELLIPSE
  POINTS 1 1 END
  FILLED
END

LAYER
 ...
 CLASS
    SYMBOL 'circle'
    COLOR 255 0 0
    SIZE 5
END
...

Will get you a 5 pixel wide line.

Steve

Stephen Lime
Internet Applications Analyst

Minnesota DNR
500 Lafayette Road
St. Paul, MN 55155
651-297-2937

>>> "David Raitzer" <david_raitzer at hotmail.com> 04/23/01 02:56PM >>>
Hello all,

I appreciate the help that I've received over the past couple of days, but I 
do have another simple question.  I believe that I'm ready to put MapServer 
onto our webserver, but the server administrator first wishes to receive 
some assurance that MapServer won't conflict with server's ColdFusion 
installation (under Windows NT Server with IIS).  My site won't be using 
ColdFusion, but we want to be sure that MapServer won't impair any 
ColdFusion functionality.  It would be very helpful if any users who have 
experience running both MapServer and ColdFusion could comment on this 
issue.  Thanks for any help.

-David

P.S. On an unrelated subject, is there any way to specify line thickness in 
MapServer version 3.4?  Thanks again.
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com 





More information about the mapserver-users mailing list