You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're looking into gravitystorm/openstreetmap-carto#1644, so polygon validity is going to become important soon. Can you run this query on all the rendering servers?
SELECTCOUNT(*) FROM planet_osm_polygon WHERE NOT ST_IsValid(way);
If any of them return non-zero counts, can you check the osm2pgsql version as well as run the query SELECT postgis_full_version();
The text was updated successfully, but these errors were encountered:
It looks like there is one single invalid polygon. All four servers report as follows:
gis=# SELECT COUNT(*) FROM planet_osm_polygon WHERE NOT ST_IsValid(way);
NOTICE: Hole lies outside shell at or near point -359741.25 7191782.5
count
-------
1
(1 row)
We're looking into gravitystorm/openstreetmap-carto#1644, so polygon validity is going to become important soon. Can you run this query on all the rendering servers?
If any of them return non-zero counts, can you check the osm2pgsql version as well as run the query
SELECT postgis_full_version();
The text was updated successfully, but these errors were encountered: