I've donwloaded the following maps:
And I am using osmconvert to merge maps. I read this answer to merge maps. So my command of merging the above maps looks like this:
However, the osmconvert shows the following errors after running the above command:
An image: However, the merging perfectly works in Windows 7 and Windows Server 2016 Standard Does anybody know how to solve this error? asked 02 Dec '19, 09:38 CuriosityBeg... |
According to the documentation, merging files can be done in one shot by listing all of the input files. In your case, the command would be simply:
EDIT: Apparently you can't merge like this with .osm.pbf files. You can with .o5m files. answered 02 Dec '19, 18:19 alester thanks for your reply. However, it says
(02 Dec '19, 19:51)
CuriosityBeg...
2
Looks like merging only works with format Alternatively just use the more modern and faster osmium-tool:
(03 Dec '19, 15:49)
scai ♦
@scai how can I get exe of osmium-tool? Thanks in advance.
(10 Dec '19, 08:18)
CuriosityBeg...
2
@CuriosityBeginner As far as I know there are no official Windows builds available. Also see related discussions at https://github.com/osmcode/osmium-tool/issues/59 and https://github.com/osmcode/osmium-tool/pull/105. https://github.com/osmcode/osmium-tool#building explains how to build it yourself using Visual Studio C++. On Linux, osmium-tool is available via the package manager on various distributions.
(10 Dec '19, 08:37)
scai ♦
|