[postgis-tickets] [PostGIS] #3840: winnie 32-bit pg10 test failing on protobuf geobuf regress tests

PostGIS trac at osgeo.org
Sat Sep 23 06:48:06 PDT 2017


#3840: winnie 32-bit pg10 test failing on protobuf  geobuf regress tests
----------------------+----------------------------
  Reporter:  robe     |      Owner:  Björn Harrtell
      Type:  defect   |     Status:  assigned
  Priority:  high     |  Milestone:  PostGIS 2.4.0
 Component:  postgis  |    Version:  trunk
Resolution:           |   Keywords:
----------------------+----------------------------

Comment (by Björn Harrtell):

 Decoding the geobuf data gives for passing output (GAEiCgoICgYIABoCFio=):
 {{{#!json
 {
   "type": "FeatureCollection",
   "features": [{
     "type":" Feature",
     "geometry": {
       "type": "Point",
       "coordinates": [1.1, 2.1]
     }
   }]
 }
 }}}

 Failing output (GAIiDAoKCggIABoE3gGkAw==):
 {{{#!json
 {
   "type": "FeatureCollection",
   "features": [{
     "type":" Feature",
     "geometry": {
       "type": "Point",
       "coordinates": [1.11, 2.1]
     }
   }]
 }
 }}}

 So something is happening to the floating point...

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3840#comment:13>
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