Changes between Version 3 and Version 4 of Ticket #4888, comment 2


Ignore:
Timestamp:
Apr 19, 2021, 8:17:11 AM (3 years ago)
Author:
logi

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4888, comment 2

    v3 v4  
    1919I 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
    2020{{{
    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),
     21SELECT '#4888',
    2422        round(degrees(ST_Azimuth('POINT(0 0)'::geography,'POINT(0 0)'::geography))::numeric,3) as same,
    2523        round(degrees(ST_Azimuth('POINT(0 0)'::geography,'POINT(0 1)'::geography))::numeric,3) as N,
     
    3432and `regress/core/tickets_expected` with
    3533{{{
    36 #4718|270.000|90.000|NULL|0.000|45.188|90.000|134.812|180.000|225.118|270.000|314.812
     34#4888|NULL|0.000|45.188|90.000|134.812|180.000|225.118|270.000|314.812
    3735}}}