[postgis-tickets] [PostGIS] #2931: BOX representation is case sensitive
PostGIS
trac at osgeo.org
Mon Sep 15 10:53:55 PDT 2014
#2931: BOX representation is case sensitive
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.1.5
Component: postgis | Version: 2.1.x
Keywords: |
---------------------+------------------------------------------------------
{{{
SELECT 'Box(68.1650390625001 6.74868164062499,97.3435546875
35.4958984375)'::box2d;
}}}
Gives error:
{{{
ERROR: box2d parser - doesnt start with BOX(
LINE 1: SELECT 'Box(68.1650390625001 6.74868164062499,97.3435546875 ...
}}}
However:
{{{
SELECT 'BOX(68.1650390625001 6.74868164062499,97.3435546875
35.4958984375)'::box2d;
}}}
works fine.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2931>
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-tickets
mailing list