[postgis-users] Blurred text
Paragon Corporation
lr at pcorp.us
Sun May 3 15:28:57 PDT 2009
Bob,
hmm yes the Refractions site does seem to be down.
Regarding your below. Try ST_SnaptoGrid. So something like
SELECT ST_AsText(ST_SnaptoGrid('POINT(16616.6124472887 165000)', 1))
gives you
POINT(16617 165000)
Leo
_____
From: postgis-users-bounces at postgis.refractions.net
[mailto:postgis-users-bounces at postgis.refractions.net] On Behalf Of Bob
Pawley
Sent: Sunday, May 03, 2009 6:10 PM
To: PostGIS Users Discussion
Subject: [postgis-users] Blurred text
Hi
My map has text some of which is blurred.
>From researching I think the blurring may be because the point reference for
the text includes a decimal.
I wouild like to test my theory but I haven't been able to discover how to
either round off or truncate the decimal to a whole number.
For instance after a st_translate the point astext is Point(16616.6124472887
165000).
Is it possiblle to make the return Point(16616(or 7) 165000)?
Is the Postgis reflections site down?
Bob
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20090503/8113a54f/attachment.html>
More information about the postgis-users
mailing list