Changes between Initial Version and Version 1 of Ticket #3356, comment 9


Ignore:
Timestamp:
Nov 3, 2015, 6:51:09 AM (9 years ago)
Author:
robe

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3356, comment 9

    initial v1  
    1 okay so in that case, we should change the geography from text function, because it doesn't add boxes for 2 linestrings and points.
     1okay so in that case, we should change the geography from text function, because it doesn't add boxes for 2 linestrings and points or is there is a reason to not make this change deeper?
     2
     3I'm puzzled where in gserialized_geography_from_lwgeom a box is added, perhaps in the geography_serialize function?
     4
     5http://postgis.net/docs/doxygen/2.3/d1/d5a/geography__inout_8c_a382b3936e9edd942426adbd70e86656e.html#a382b3936e9edd942426adbd70e86656e
     6
     7But when I was testing, if I go in without a box, I come back out with a box only if my geometry is not a point or 2 point linestring.
     8
     9
     10