MaZderMind / osm-history-renderer

an experimental, work-in-progress history renderer (including supplementary tools like an importer and an animation-tool)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OSM History Splitter Instalation

moll734 opened this issue · comments

I have attempted to install the osm-history-splitter tool a number of times. Using Ubuntu, I am using Terminal to install the software. My first issue is pasting the following code, Terminal does not accept postgresql-9.1, libprotobuf7 and mapnik:

sudo apt-get install postgresql-9.1 postgresql-contrib-9.1 postgresql-9.1-postgis postgis zlib1g-dev libexpat1 libexpat1-dev
libxml2 libxml2-dev libgeos-dev libgeos++-dev libprotobuf7 libprotobuf-dev protobuf-compiler libsparsehash-dev libboost-dev
libgdal1-dev libproj-dev subversion git build-essential unzip python-dateutil python-psycopg2
graphicsmagick doxygen graphviz python-mapnik2 clang

The next issue I have is the installation of osm-history-splitter. I get the following error:

mike@mike-VirtualBox:~/osm-history-splitter$ sudo make install
clang++ -g -O3 -Wall -Wextra -pedantic getconf LFS_CFLAGS -DOSMIUM_WITH_OUTPUT_OSM_XML xml2-config --cflags geos-config --cflags -DOSMIUM_WITH_GEOS -o osm-history-splitter splitter.cpp -L/usr/local/lib -lexpat -lpthread xml2-config --libs -lz -lprotobuf-lite -losmpbf geos-config --libs
splitter.cpp:9:10: fatal error: 'osmium/io/any_input.hpp' file not found

include <osmium/io/any_input.hpp>

     ^

1 error generated.
Makefile:36: recipe for target 'osm-history-splitter' failed
make: *** [osm-history-splitter] Error 1

I wish to pull the data will the bounding box of: 30,46,31,31

Can anybody help?

I have attempted to install the osm-history-splitter tool a number of times.

go -> https://github.com/MaZderMind/osm-history-splitter/ -> https://github.com/joto/osm-history-splitter

so the current version is here : https://github.com/joto/osm-history-splitter#build-it