You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to figure out how to merge two OSM files using the java library as opposed to the command line tool. The command line command I am trying to implement in Kotlin is "osmosis --rx file1.osm --rx file2.osm --merge --wx merged.osm" which should merge the two OSM PBF files.
The text was updated successfully, but these errors were encountered:
I am trying to figure out how to merge two OSM files using the java library as opposed to the command line tool. The command line command I am trying to implement in Kotlin is "osmosis --rx file1.osm --rx file2.osm --merge --wx merged.osm" which should merge the two OSM PBF files.
The text was updated successfully, but these errors were encountered: