Changes between Initial Version and Version 1 of Ticket #3356, comment 10
- Timestamp:
- 11/03/15 07:51:21 (9 years ago)
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 ?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 and geography_from_binary 2 2 3 3 http://postgis.net/docs/doxygen/2.3/da/d21/g__serialized_8c_a0b9fd37dce2089c4fecb8a23ed102323.html#a0b9fd37dce2089c4fecb8a23ed102323 4 4 5 shouldn't that be changed then to also consider if a geodetic flag is set and just do the right thing? 5 shouldn'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 7 http://postgis.net/docs/doxygen/2.3/da/de7/liblwgeom_8h_a6c0c2003b8cb0f5c5c272448f9a945c4.html#a6c0c2003b8cb0f5c5c272448f9a945c4 8 9 change lwgeom_needs_bbox so it always returns true if geodetic bit is set to true?