[Chameleon] millimeter accuracy

Attila Berényi aberenyi at burken.hu
Fri Mar 28 10:57:09 EDT 2008


Hi there,

I'm trying to reach millimeter accuracy with PHP/Mapscript, but the 
displayed data is truncated and rounded to meters.

code:
....
$shape = ms_shapeObjFromWkt('LINESTRING(' . $points . ')');
....

The points array ($points) contains something like this: 100.123 324.243 
0, 234.324 98.834 0, ...

The result template map file:
...
FEATURE
    POINT 100 324
    POINT 234 99
    ....
END
....

Is it possible to process the submeter part of the coordinates too? If 
the answer is yes (what I hope), than how?

Thanks,

Attila
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.maptools.org/pipermail/chameleon/attachments/20080328/5cfeb6b6/attachment.html


More information about the Chameleon mailing list