<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Arial">Hi there,<br>
<br>
I'm trying to reach millimeter accuracy with PHP/Mapscript, but the
displayed data is truncated and rounded to meters. <br>
<br>
code:<br>
....<br>
$shape = ms_shapeObjFromWkt('LINESTRING(' . $points . ')');<br>
....<br>
<br>
The points array ($points) contains something like this: 100.123
324.243 0, 234.324 98.834 0, ...<br>
<br>
The result template map file:<br>
...<br>
FEATURE<br>
    POINT 100 324<br>
    POINT 234 99<br>
    ....<br>
END<br>
....<br>
<br>
Is it possible to process the submeter part of the coordinates too? If
the answer is yes (what I hope), than how?<br>
<br>
Thanks,<br>
<br>
Attila<br>
</font></font>
</body>
</html>