<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2769" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello list,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>we are currently working on an application that
requires map units to be displayed in Nautical Miles.</FONT></DIV>
<DIV><FONT face=Arial size=2>We made some adjustments to Chameleon to have the
ruler widget support the new units, this all works fine.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>No the next problem is the scalebar, which should
also support Nautical Miles, but this seems to be a lot harder. Is it possible
to do this (workaround), without recompiling the Mapserver sourcecode
itself?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>(Mapserver code:</FONT></DIV>
<DIV>if((layer->sizeunits = getSymbol(7,
<BR>MS_INCHES,MS_FEET,MS_MILES,MS_METERS,MS_KILOMETERS,MS_DD,MS_PIXELS))
<BR>== -1) return(-1);<BR> break;</DIV>
<DIV><FONT face=Arial size=2>)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Jan</FONT></DIV></BODY></HTML>