[Tile-serving] [openstreetmap/osm2pgsql] Use libosmium for geometry building (#684)
Paul Norman
notifications at github.com
Wed Mar 1 00:08:11 UTC 2017
pnorman commented on this pull request.
> @@ -230,6 +230,10 @@ class parser_t
}
}
+ if (out[0] != Endian)
+ throw std::runtime_error(
+ "Endian setting of database WKB not supported.");
+
Or better yet, something like "Different endian settings of database and osm2pgsql are not supported. Database is big-endian, osm2pgsql is little-endian."
--
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/684#discussion_r103583225
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20170228/69d72bfa/attachment.html>
More information about the Tile-serving
mailing list