Skip to content

Commit

Permalink
Parallel sweepline event sorting (#106)
Browse files Browse the repository at this point in the history
* update libspatialjoin

* put FactHandler into same scope as OsmiumHandler in main()
  • Loading branch information
patrickbr authored Dec 5, 2024
1 parent 1b84a7a commit cf015f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion apps/osm2rdf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ void run(const osm2rdf::config::Config& config) {
osm2rdf::ttl::Writer<T> writer{config, &output};
writer.writeHeader();

osm2rdf::osm::FactHandler<T> factHandler(config, &writer);
osm2rdf::osm::GeometryHandler<T> geomHandler(config, &writer);

{
osm2rdf::osm::FactHandler<T> factHandler(config, &writer);

osm2rdf::osm::OsmiumHandler osmiumHandler{config, &factHandler,
&geomHandler};
osmiumHandler.handle();
Expand Down
2 changes: 1 addition & 1 deletion vendor/spatialjoin

0 comments on commit cf015f7

Please sign in to comment.