Changes between Initial Version and Version 1 of Ticket #5347
- Timestamp:
- 02/26/23 17:51:23 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5347 – Description
initial v1 1 2 1 {{{ 3 2 SELECT ST_Intersection(geography(foo1.the_geom), geography(foo2.the_geom)) As result, ST_AsText(foo1.the_geom) As ref1_geom, ST_AsText(foo2.the_geom) As ref2_geom