[Tile-serving] [openstreetmap/osm2pgsql] Refactor middle (#1371)

Jochen Topf notifications at github.com
Tue Dec 15 19:36:22 UTC 2020


@joto commented on this pull request.



>  void osmdata_t::node(osmium::Node const &node)
 {
+    if (!m_bbox.valid() || node.deleted() || m_bbox.contains(node.location())) {

In an additional commit I have refactored this and added a test.

-- 
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/1371#discussion_r543631503
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20201215/034fbe0e/attachment.htm>


More information about the Tile-serving mailing list