[postgis-devel] [PostGIS] #1744: ST_AsSVG doesn't comforms w3c standards completely for relative coords
PostGIS
trac at osgeo.org
Mon Apr 2 07:18:54 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):
Do you have an example WKT resulting in malformed SVN ?
We have some relative paths under regression testing, which means they
should be working, like
these:
{{{
svg_option_01|M 1 -1 L 4 -4 5 -7
svg_option_02|M 1 -1 l 3 -3 1 -3
}}}
Second one is "relative" form of first one, WKT of which is:
{{{
LINESTRING(1 1, 4 4, 5 7)
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1744#comment:1>
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