osm-lib
osm-lib copied to clipboard
Nodes are only written if they're part of a way
When we do a bounding-box extract using TileOSMSource, we only write out nodes that are part of a way. Unfortunately, fixing this requires flipping the architecture on its head and storing nodes in tiles, and writing out the ways that reference those nodes.