Hello, I want to export osm data from open street map. However, the file should only contain complete ways. This means, the file should not contain ways which reference nodes outside the target area. Does somebody know how I can do this in open street map or maybe there is a tool which can eliminate ways which are not complete in an osm file. Thanks in advance! asked 20 Mar '15, 16:16 stteffen |
Exporting data through the web site will always yield complete ways. Extracting data with osmosis from a larger OSM file also offers a completeWays option. If you already have a file with some ways that reference missing nodes, the following trick
will remove all dangling references from ways. answered 20 Mar '15, 22:05 Frederik Ramm ♦ |