I am processing a pbf which was enhanced with osmium add-locations-to-ways. Accordingly, the wayNodes contain lat and long information. However, the file that is written by OsmosisSerializer as a result does not contain this information anymore.
Since the locations on the ways are still needed further down the pipeline, is there way to keep that information when writing/serializing?
I am processing a pbf which was enhanced with
osmium add-locations-to-ways. Accordingly, thewayNodescontainlatandlonginformation. However, the file that is written byOsmosisSerializeras a result does not contain this information anymore.Since the locations on the ways are still needed further down the pipeline, is there way to keep that information when writing/serializing?