Ticket #184 (closed defect: worksforme)
ST_AsGeoJSON Precision doesn't match WKT
| Reported by: | pramsey | Owned by: | pramsey |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 1.4.1 |
| Component: | postgis | Version: | 1.4 |
| Keywords: | Cc: | josh.hansen@… |
Description
# select st_asgeojson(position), st_astext(position) from asset_positions limit 1; st_asgeojson | st_astext
--------------------------------------------------------------------------------------------+-------------------------------
{"type":"Point","coordinates":[-104.913632199999995,39.771887000000000,0.000000000000000]} | POINT(-104.9136322 39.771887)
Other serializations do match. Something worth investigating.
Change History
Note: See
TracTickets for help on using
tickets.
