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
483 stars 104 forks source link

Issue warning when writing out a file with node locations on ways if they would be lost #240

Open joto opened 2 years ago

joto commented 2 years ago

When writing out OSM data in any of the Osmium commands when the input file has locations on the ways, those locations are silently lost unless the option -f pbf,locations_on_ways or something like it is used. Maybe we should issue a warning in this case?

See #239