[Tile-serving] [openstreetmap/osm2pgsql] New dependency manager (#1168)
Jochen Topf
notifications at github.com
Thu May 14 16:16:22 UTC 2020
@joto commented on this pull request.
> + * This base class doesn't actually do the dependency management but is a
+ * dummy for cases where no dependency management is needed. See the
+ * full_dependency_manager_t class for the real dependency manager.
+ */
+class dependency_manager_t
+{
+public:
+ virtual ~dependency_manager_t() = default;
+
+ /**
+ * Mark a node as changed to trigger the propagation of this change to
+ * ways and relations.
+ *
+ * This has to be called *after* the object was stored in the object store.
+ */
+ virtual void node_changed(osmid_t) {};
fixed
--
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/1168#discussion_r425261583
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20200514/c158fdad/attachment.htm>
More information about the Tile-serving
mailing list