[postgis-devel] [PostGIS] #1744: ST_AsSVG doesn't comforms w3c standards completely for relative coords
PostGIS
trac at osgeo.org
Mon Apr 2 08:51:21 PDT 2012
#1744: ST_AsSVG doesn't comforms w3c standards completely for relative coords
---------------------+------------------------------------------------------
Reporter: Ferdev | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.1
Component: postgis | Version: 2.0.x
Keywords: |
---------------------+------------------------------------------------------
Comment(by strk):
Movement is always absolute, but lineTo is relative:
{{{
select ST_AsSVG('MULTILINESTRING((0 0, 10 0),(10 0, 20 0))'::geometry, 1);
M 0 0 l 10 0 M 10 0 l 10 0
}}
I don't see that being forbidden by w3c standard
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1744#comment:2>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list