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. |
| 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 or is there is a reason to not make this change deeper? |
| 2 | |
| 3 | I'm puzzled where in gserialized_geography_from_lwgeom a box is added, perhaps in the geography_serialize function? |
| 4 | |
| 5 | http://postgis.net/docs/doxygen/2.3/d1/d5a/geography__inout_8c_a382b3936e9edd942426adbd70e86656e.html#a382b3936e9edd942426adbd70e86656e |
| 6 | |
| 7 | But 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 | |