osmcode / osmium-tool

Command line tool for working with OpenStreetMap data based on the Osmium library.
https://osmcode.org/osmium-tool/
GNU General Public License v3.0
515 stars 107 forks source link

Sorting opl from stdin doesn't work #278

Open zdila opened 1 week ago

zdila commented 1 week ago

What version of osmium-tool are you using?

osmium version 1.16.0 libosmium version 2.20.0 Supported PBF compression types: none zlib lz4

What operating system version are you using?

Linux bono 6.11.2-amd64 # 1 SMP PREEMPT_DYNAMIC Debian 6.11.2-1 (2024-10-05) x86_64 GNU/Linux

What did you do exactly?

cat input.opl | osmium sort -F opl -f opl

What did you expect to happen?

To sort OPL from stdin and print it to stdout

What did happen instead?

Nothing is printed to stdout.

joto commented 1 week ago

This should be fixed now in master.