[osmium-tool] 06/97: Track libosmium changes.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Tue Jul 21 20:15:28 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to tag v1.0.0
in repository osmium-tool.
commit 6751c8eba38c8262e47bdb80a4908deae233717e
Author: Jochen Topf <jochen at topf.org>
Date: Thu Jun 19 13:28:29 2014 +0200
Track libosmium changes.
---
src/command_fileinfo.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/command_fileinfo.cpp b/src/command_fileinfo.cpp
index 8693a32..7c03497 100644
--- a/src/command_fileinfo.cpp
+++ b/src/command_fileinfo.cpp
@@ -33,7 +33,7 @@ namespace po = boost::program_options;
#include <osmium/io/any_input.hpp>
#include <osmium/handler.hpp>
-#include <osmium/osm/entity_flags.hpp>
+#include <osmium/osm/entity_bits.hpp>
#include <osmium/osm/ostream.hpp>
#include <osmium/visitor.hpp>
@@ -135,7 +135,7 @@ bool CommandFileinfo::run() {
std::cout << " Size: " << filesize(m_input_file.filename()) << "\n";
}
- osmium::io::Reader reader(m_input_file, m_extended ? osmium::osm_entity::flags::all : osmium::osm_entity::flags::nothing);
+ osmium::io::Reader reader(m_input_file, m_extended ? osmium::osm_entity_bits::all : osmium::osm_entity_bits::nothing);
osmium::io::Header header = reader.header();
std::cout << "Header:\n";
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmium-tool.git
More information about the Pkg-grass-devel
mailing list