osm-lib icon indicating copy to clipboard operation
osm-lib copied to clipboard

Nodes are only written if they're part of a way

Open mattwigway opened this issue 9 years ago • 0 comments

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.

mattwigway avatar Apr 08 '16 16:04 mattwigway