[Tile-serving] [openstreetmap/osm2pgsql] Improved geometry IsValid check (#1484)

Jochen Topf notifications at github.com
Tue May 11 08:14:05 UTC 2021


@joto commented on this pull request.



>              conn.get_count("pg_proc",
                            "proname = 'osm2pgsql_test_point_osm2pgsql_valid'"));
 
-    REQUIRE(1 == conn.get_count("pg_trigger"));
-    REQUIRE(1 ==
+    REQUIRE(0 == conn.get_count("pg_trigger"));
+    REQUIRE(0 ==

Ups. Using the linestring table now fixes this.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/1484#discussion_r629947714
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20210511/259764dd/attachment.htm>


More information about the Tile-serving mailing list