[postgis-tickets] [PostGIS] #3861: ST_AsGeoBuf and EMPTY
PostGIS
trac at osgeo.org
Sat Sep 23 12:08:48 PDT 2017
#3861: ST_AsGeoBuf and EMPTY
----------------------+---------------------------
Reporter: pramsey | Owner: bjornhartnell
Type: defect | Status: closed
Priority: medium | Milestone: PostGIS 2.4.0
Component: postgis | Version: trunk
Resolution: wontfix | Keywords:
----------------------+---------------------------
Changes (by Björn Harrtell):
* status: assigned => closed
* resolution: => wontfix
Comment:
The result will decode into the following using mapbox decode.js:
{{{#!json
{
"type": "FeatureCollection",
"features": [{
"type": "Feature",
"geometry": {
"type": "Point"
}
}]
}
}}}
The spec says geometry may have an empty coordinates array member but it's
missing here. But I'd say the decoder is to blame for that and can assume
that the binary is ok.
I say we close this.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3861#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-tickets
mailing list