[Tile-serving] [osm2pgsql] Bad multipolygon tags (#80)
Paul Norman
notifications at github.com
Sat Sep 21 00:27:19 UTC 2013
> This behaviour has already recently changed, and it is well possible that the current issue is a direct result of that change ( 236fa7e )
Confirmed. I downloaded /relation/936128/full from my local mirror
Locally with 0.81:
```
poland_test=# SELECT osm_id,way_area,name,man_made FROM planet_osm_polygon WHERE osm_id=-936128;
osm_id | way_area | name | man_made
---------+-------------+---------------+----------
-936128 | 8.27603e+11 | Poland (land) |
-936128 | 19211.7 | Poland (land) |
-936128 | 8679.37 | Poland (land) |
(3 rows)
```
On errol (osm2pgsql master)
```
osm2pgsql=> SELECT osm_id,way_area,name,man_made FROM planet_osm_polygon WHERE osm_id=-936128;
osm_id | way_area | name | man_made
---------+-------------+---------------+----------
-936128 | 8675.62 | Poland (land) | pier
-936128 | 19208 | Poland (land) | pier
-936128 | 8.27604e+11 | Poland (land) | pier
(3 rows)
```
Aside: I think this MP has an inner and outer touching near [way 218521264](http://www.openstreetmap.org/browse/way/218521264)
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/80#issuecomment-24850494
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20130920/b197975e/attachment.html>
More information about the Tile-serving
mailing list