[Tile-serving] [openstreetmap/osm2pgsql] Output warnings in Latitude/Longtitude, not WebMercator (#838)
mmd
notifications at github.com
Sat Jan 5 17:48:38 UTC 2019
I'm not exactly sure where this notice is being triggered. Could this possibly originate in GEOS and triggered by ST_IsValid?
Maybe https://postgis.net/docs/ST_IsValidDetail.html could be useful here to get a bit more structured information ("_Useful to substitute and improve the combination of ST_IsValid and ST_IsValidReason to generate a detailed report of invalid geometries._").
```
gid | reason | location
------+-------------------+-------------
5330 | Self-intersection | POINT(32 5)
5340 | Self-intersection | POINT(42 5)
5350 | Self-intersection | POINT(52 5)
```
--
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/issues/838#issuecomment-451676084
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20190105/282feb18/attachment.html>
More information about the Tile-serving
mailing list