Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
geodata-semantic-tiled: working spatial filter WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
vaclavblazek committed Jul 9, 2019
1 parent de41ccb commit f53a097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion externals/libsemantic
Submodule libsemantic updated from eee7cc to fe561a
4 changes: 1 addition & 3 deletions mapproxy/src/mapproxy/generator/geodata-semantic-tiled.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,6 @@ class SemanticJob : public WorkRequest {
}

virtual void process(Mutex&, DatasetCache&) {
LOG(info4) << "Semantic: process.";

const std::string dataset(dataset_.data(), dataset_.size());
auto &ds(openDataset(dataset));

Expand Down Expand Up @@ -579,7 +577,7 @@ void GeodataSemanticTiled::generateGeodata(Sink &sink
(arsenal, sink
, dataset_.string()
, physicalSrs_.srsDef, physicalSrs_.adjustVertical()
, nodeInfo.srs(), nodeInfo.extents()
, nodeInfo.srsDef(), nodeInfo.extents()
, definition_.lod, geodataConfig_));

sink.content(tile->data, tile->size, fi.sinkFileInfo(), true);
Expand Down

0 comments on commit f53a097

Please sign in to comment.