That works great!!<br><br>I did have to change the comments in my mapfile to be sure I had ## rather than just #.  Otherwise errors and missed lines happened.<br><br>Thanks for the info.<br><br>Jerl<br><br><div><span class="gmail_quote">
On 1/30/06, <b class="gmail_sendername">Siki Zoltan</b> <<a href="mailto:siki@agt.bme.hu">siki@agt.bme.hu</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>AFAIK you cannot create variable in the map file, but you can use the<br>cpp (the c preprocessor) to create macro substitution.<br>For example<br>#define HIGHWAY_COLOR 123 43 112<br>#define HIGHWAY_MAX_SCALE 1600
<br><br>...<br>        MAXSCALE HIGHWAY_MAX_SCALE<br>...<br>        COLOR HIGHWAY_COLOR<br>...<br><br>then<br>cpp map_file_with_defines > generated_map_file<br><br>Bye<br>Zoltan<br><br>On Mon, 30 Jan 2006, Jerl Simpson wrote:
<br><br>> Hello,<br>><br>> I know I can easily use variables in a mapfile, when the value comes from<br>> cookies or a GET request.  But what about setting a variable inside the<br>> mapfile itself?<br>> Something like:
<br>><br>> HIGHWAY_MAX_SCALE=2000000<br>> HIGHWAY_MIN_SCALE=90000<br>><br>> or<br>><br>> HIGHWAY_COLOR="255 250 115"<br>><br>> then be able to use something like:<br>><br>> COLOR  %HIGHWAY_COLOR%
<br>><br>> in a CLASS<br>><br>><br>> That way if I decide I want to change a color, I can change it once, and<br>> have it take affect for everywhere else?<br>><br>> Thanks,<br>><br>><br>> Jerl
<br>><br><br></blockquote></div><br>