OpenStreetMap logo OpenStreetMap

Post When Comment
OpenStreetMap Evolution

@Chetan_Gowda Thanks for correction. But another error occurred.

In file included from /home/work/libosmium/include/osmium/io/detail/pbf_decoder.hpp:38:0, from /home/work/libosmium/include/osmium/io/detail/pbf_input_format.hpp:38, from /home/work/libosmium/include/osmium/io/pbf_input.hpp:45, from /home/work/libosmium/test/t/io/test_pbf.cpp:5: /home/work/libosmium/include/osmium/io/detail/protobuf_tags.hpp:36:31: fatal error: protozero/types.hpp: No such file or directory

It seems that “types.hpp” is not installed by apt install libprotozero-dev.

Then I cloned https://github.com/mapbox/protozero into /home/work. (ref) No error occurred. And the following process complete.

I made GIF of Shikoku islands of Japan(Janualy 2010 - July 2018.

Thank you.

OpenStreetMap Evolution

Thanks for sharing! But an error occurred when setting up libosmium. I needed clone protozero by “git clone https://github.com/mapbox/protozero” on same directory of libosmium.

And some typo was found.

  • apt get ibboost-filesystem-dev libboost-program-options-dev -> apt install libboost-filesystem-dev libboost-program-options-dev
  • ./rasterize.sh -> ../rasterize.sh