MaZderMind / osm-history-renderer

an experimental, work-in-progress history renderer (including supplementary tools like an importer and an animation-tool)
BSD 2-Clause "Simplified" License
79 stars 23 forks source link

switch to libosmium. #21

Closed smellman closed 8 years ago

smellman commented 8 years ago

I make a branch to switch libosmium. I hack only osm-history-importer yet. Also I use cmake to build and tested only MacOS El Capitan.

git clone -b porting-libosmium https://github.com/smellman/osm-history-renderer.git
cd osm-history-renderer
git clone https://github.com/osmcode/libosmium.git
cd importer
mkdir build
cd build
cmake ..
make
cp -fr ../scheme .
./osm-history-importer -S sparse -D postgresql://osm:osm@/histtest /tmp/nepal.osh.pbf

I want to review my code because I'm not sure about C++.

MaZderMind commented 8 years ago

Hi @smellman,

thank you for working on this! I just added an 'Unmaintained' notice to the README, as I've not been working with OSM for quite some time and I don't plan to change my focus back soon. You are free to maintain your changes in a fork, update the README accordingly that this is a version running on the new libosmium and people will start finding and using it.

Regards, Peter

smellman commented 8 years ago

I just added an 'Unmaintained' notice to the README

OK but

The osm-history-splitter is currently unmaintained and searches for a new Maintainer.

Is it typo osm-history-renderer?

smellman commented 8 years ago

I think to split osm-history-importer and osm-history-renderer. I will do this. Thank you comment.