Changes between Version 3 and Version 4 of Ticket #4888, comment 2
- Timestamp:
- 04/19/21 08:17:11 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4888, comment 2
v3 v4 19 19 I am not set up for compiling postgis or testing the results so I'm not submitting a PR with the above. However, in addition to the one-line code change, I propose updating `regress/core/tickets.sql` with 20 20 {{{ 21 SELECT '#4718', 22 round(degrees(ST_Azimuth('POINT(77.46412 37.96999)'::geography,'POINT(77.46409 37.96999)'::geography))::numeric,3), 23 round(degrees(ST_Azimuth('POINT(77.46412 37.96999)'::geography,'POINT(77.46429 37.96999)'::geography))::numeric,3), 21 SELECT '#4888', 24 22 round(degrees(ST_Azimuth('POINT(0 0)'::geography,'POINT(0 0)'::geography))::numeric,3) as same, 25 23 round(degrees(ST_Azimuth('POINT(0 0)'::geography,'POINT(0 1)'::geography))::numeric,3) as N, … … 34 32 and `regress/core/tickets_expected` with 35 33 {{{ 36 #4 718|270.000|90.000|NULL|0.000|45.188|90.000|134.812|180.000|225.118|270.000|314.81234 #4888|NULL|0.000|45.188|90.000|134.812|180.000|225.118|270.000|314.812 37 35 }}}