[Tile-serving] [openstreetmap/osm2pgsql] Update libosmium to version 2.7.2 (#592)
Paul Norman
notifications at github.com
Mon Jun 13 07:10:04 UTC 2016
> I had some test failures because the multipolygon test files contained longitude values in E notation, which is no longer supported by libosmium. Looks like the file was produced by a buggy JOSM. After loading and saving the file in a current version of JOSM, the E notation was gone.
Is it just E notation or also e that libosmium doesn't support? If the latter, we should report that upstream as a bug.
The latter is valid OSM XML produced by the rails port, e.g. http://www.openstreetmap.org/api/0.6/node/3286696168/1
```xml
<osm version="0.6" generator="OpenStreetMap server" copyright="OpenStreetMap and contributors" attribution="http://www.openstreetmap.org/copyright" license="http://opendatacommons.org/licenses/odbl/1-0/">
<node id="3286696168" changeset="28121089" timestamp="2015-01-13T21:04:17Z" version="1" visible="true" user="c2r" uid="5926" lat="51.8163125" lon="3.2e-05"/>
</osm>
```
---
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/592#issuecomment-225504226
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20160613/8c5d5e06/attachment.html>
More information about the Tile-serving
mailing list