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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3356, comment 10

    initial v1  
    1 aha - found it - add box is happening via geography_serialize via the gserialized_from_lwgeom call.  So it seems our change to not add a box to point and 2 point linestring for geometry inadvertently affected geography_from_text?
     1aha - found it - add box is happening via geography_serialize via the gserialized_from_lwgeom call.  So it seems our change to not add a box to point and 2 point linestring for geometry inadvertently affected geography_from_text and geography_from_binary
    22
    33http://postgis.net/docs/doxygen/2.3/da/d21/g__serialized_8c_a0b9fd37dce2089c4fecb8a23ed102323.html#a0b9fd37dce2089c4fecb8a23ed102323
    44
    5 shouldn't that be changed then to also consider if a geodetic flag is set and just do the right thing?
     5shouldn't that be changed then to also consider if a geodetic flag is set and just do the right thing or higher up in food chain:
     6
     7http://postgis.net/docs/doxygen/2.3/da/de7/liblwgeom_8h_a6c0c2003b8cb0f5c5c272448f9a945c4.html#a6c0c2003b8cb0f5c5c272448f9a945c4
     8
     9change lwgeom_needs_bbox so it always returns true if geodetic bit is set to true?