[Tile-serving] [osm2pgsql] Invalid multipolygon or osm2pgsql issue? (#185)
Paul Norman
notifications at github.com
Wed Sep 24 19:17:37 UTC 2014
```
osm2pgsql_test=# select osm_id, "natural", way_area from planet_osm_polygon where osm_id in (86053782, 86051143, 86051446);
┌──────────┬─────────┬──────────┐
│ osm_id │ natural │ way_area │
├──────────┼─────────┼──────────┤
│ 86051446 │ ¤ │ 1092.36 │
│ 86051143 │ ¤ │ 806.066 │
│ 86053782 │ ¤ │ 2143.27 │
└──────────┴─────────┴──────────┘
```
```
osm2pgsql_test=# select osm_id, "natural", landuse, way_area from planet_osm_polygon where osm_id in (86053782, 86051143, 86051446);
┌──────────┬─────────┬─────────┬──────────┐
│ osm_id │ natural │ landuse │ way_area │
├──────────┼─────────┼─────────┼──────────┤
│ 86051446 │ ¤ │ forest │ 1092.36 │
│ 86051143 │ ¤ │ forest │ 806.066 │
│ 86053782 │ ¤ │ forest │ 2143.27 │
└──────────┴─────────┴─────────┴──────────┘
```
I think the problematic change is http://www.openstreetmap.org/changeset/19589155, which may trigger #67
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/185#issuecomment-56723398
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20140924/4a9f0c2f/attachment.html>
More information about the Tile-serving
mailing list