Hi All,<br><br>I am working on data in decimal degrees. In the mapfile, I specify the UNITS as DD.<br>The error that I get is:<br><br><b>Warning</b>:  [MapServer Error]: getSymbol(): Parsing error near (DD):(line 29)
 in <b>C:\ms4w\apps\cartoweb3\server\ServerContext.php</b> on line <b>354</b><br>
<br>
<b>Warning</b>:  Failed to open map file C:\ms4w\apps\cartoweb3/projects/mapservice/server_conf/mapservice/mapservice.map in <b>C:\ms4w\apps\cartoweb3\server\ServerContext.php</b> on line <b>354</b><br>
<br>
<b>Warning</b>: Cannot modify header information - headers already sent
by (output started at
C:\ms4w\apps\cartoweb3\server\ServerContext.php:354) in <b>C:\ms4w\apps\cartoweb3\client\FormRenderer.php</b> on line <b>463</b><br>




<style type="text/css">

html {
  background: #ddd;
  font-style: italic;
}
.hint {
  position: absolute;
  top: 0em;
  right: 2em;
}
.back {
  position: absolute;
  top:2em;
  right: 2em;
}

</style>


<h1>Failure</h1>

<pre>CartoWeb version: 3.5.0 [$Revision: 1.9 $]
class:   SoapFaultWrapper
message:   MapServer error: Error in getSymbol(): Parsing error near (DD):(line 29)<br>

Backtrace:

file: 355 - C:\ms4w\apps\cartoweb3\server\ServerContext.php
call: ServerContext-&gt;checkMsErrors()

file: 90 - C:\ms4w\apps\cartoweb3\server\MapInfoHandler.php
call: ServerContext-&gt;getMapObj()

file: 162 - C:\ms4w\apps\cartoweb3\server\MapInfoHandler.php
call: MapInfoHandler-&gt;fillDynamicMap()

file: 49 - C:\ms4w\apps\cartoweb3\server\ServerMapInfoCache.php
call: MapInfoHandler-&gt;loadMapInfo()

file: 99 - C:\ms4w\apps\cartoweb3\common\MapInfoCache.php
call: ServerMapInfoCache-&gt;computeMapInfo()

file: 169 - C:\ms4w\apps\cartoweb3\common\MapInfoCache.php
call: MapInfoCache-&gt;cacheMapInfo()

file: 177 - C:\ms4w\apps\cartoweb3\server\MapInfoHandler.php
call: MapInfoCache-&gt;getMapInfo()

file: 396 - C:\ms4w\apps\cartoweb3\server\ServerContext.php
call: MapInfoHandler-&gt;getMapInfo()

file: 191 - C:\ms4w\apps\cartoweb3\server\Cartoserver.php
call: ServerContext-&gt;getMapInfo()

file: 349 - C:\ms4w\apps\cartoweb3\server\Cartoserver.php
call: Cartoserver-&gt;doGetMapInfo(&quot;mapservice.mapservice&quot;)

file: 389 - C:\ms4w\apps\cartoweb3\server\Cartoserver.php
call: Cartoserver-&gt;callWithExceptionCheck(&quot;doGetMapInfo&quot;, &quot;mapservice.mapservice&quot;)

file: 104 - C:\ms4w\apps\cartoweb3\client\CartoserverService.php
call: Cartoserver-&gt;getMapInfo(&quot;mapservice.mapservice&quot;)

file: 165 - C:\ms4w\apps\cartoweb3\client\CartoserverService.php
call: CartoserverService-&gt;callDirect(&quot;getMapInfo&quot;, &quot;mapservice.mapservice&quot;)

file: 224 - C:\ms4w\apps\cartoweb3\client\CartoserverService.php
call: CartoserverService-&gt;callFunction(&quot;getMapInfo&quot;, &quot;mapservice.mapservice&quot;)

file: 60 - C:\ms4w\apps\cartoweb3\client\ClientMapInfoCache.php
call: CartoserverService-&gt;getMapInfo(&quot;mapservice.mapservice&quot;)

file: 99 - C:\ms4w\apps\cartoweb3\common\MapInfoCache.php
call: ClientMapInfoCache-&gt;computeMapInfo()

file: 169 - C:\ms4w\apps\cartoweb3\common\MapInfoCache.php
call: MapInfoCache-&gt;cacheMapInfo()

file: 790 - C:\ms4w\apps\cartoweb3\client\Cartoclient.php
call: MapInfoCache-&gt;getMapInfo(&quot;mapservice.mapservice&quot;)

file: 427 - C:\ms4w\apps\cartoweb3\client\Cartoclient.php
call: Cartoclient-&gt;getMapInfo()

file: 31 - C:\ms4w\apps\cartoweb3\htdocs\client.php
call: Cartoclient-&gt;__construct()

file: 3 - C:\ms4w\apps\cartoweb3\htdocs\mapservice.php
call: require_once(&quot;C:\ms4w\apps\cartoweb3\htdocs\client.php&quot;)


</pre>Sorry for the long trace. I am using the foss4g tutorial (step 9) as my reference. But I have not been able to figure out which templates / ini files I would need to change in order to replace meters (in original example) by DD (our new unit).<br>
<br>Please suggest an approach to take.<br><br>Thank you!<br><br>