Skip to content

Commit

Permalink
Remove non-postgis test from postgis-tests which had different number…
Browse files Browse the repository at this point in the history
… of decimals on PG12
  • Loading branch information
zachasme committed Dec 9, 2019
1 parent 0e9a48f commit dc60ed2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions test/expected/postgis.out
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ SELECT h3_geo_to_h3(h3_to_geo(:hexagon), :resolution);
8a63a9a99047fff
(1 row)

SELECT h3_to_geo_boundary(:hexagon);
h3_to_geo_boundary
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
((55.6675104208598,12.5926363927131),(55.6671647139638,12.5921138130542),(55.6673742176306,12.5916086849498),(55.6679294210098,12.5916261357095),(55.6682751250888,12.5921487089117),(55.6680656286056,12.5926538378107))
(1 row)

SELECT ST_AsEWKT( h3_to_geo_boundary_geometry(:hexagon));
st_asewkt
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Expand Down
2 changes: 0 additions & 2 deletions test/sql/postgis.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@

SELECT h3_geo_to_h3(h3_to_geo(:hexagon), :resolution);

SELECT h3_to_geo_boundary(:hexagon);

SELECT ST_AsEWKT( h3_to_geo_boundary_geometry(:hexagon));

0 comments on commit dc60ed2

Please sign in to comment.