[mkgmap-dev] AssertionError: NET 1 offset too large
From Robert Joop 8500547528183gmap at rainbow.in-berlin.de on Sat Oct 31 18:19:16 GMT 2009
On 09-10-31 18:24:41 CET, Mark Burton wrote: > > This looks to me that there is simply too many roads in the tile. Can > you tell the splitter to limit the number of ways in a tile? unfortunately the splitter does not seem to offer that option, it seems that one can only limit the number of nodes. but your diagnosis looks rather likely: i've counted the number of ways in the tiles: % for f in *.osm.gz; do echo -n "$f ";zcat $f|egrep '^<way'|wc -l;done 63250345.osm.gz 41122 63250346.osm.gz 72991 63250347.osm.gz 25464 63250348.osm.gz 95598 63250349.osm.gz 118770 63250350.osm.gz 48855 63250351.osm.gz 108894 63250352.osm.gz 103495 63250353.osm.gz 39503 63250354.osm.gz 78059 63250355.osm.gz 97869 63250356.osm.gz 105851 63250357.osm.gz 177632 63250358.osm.gz 76355 63250359.osm.gz 146213 63250360.osm.gz 196410 63250361.osm.gz 138871 63250362.osm.gz 34978 63250363.osm.gz 36015 63250364.osm.gz 84189 63250365.osm.gz 112878 63250366.osm.gz 57585 63250367.osm.gz 34210 63250368.osm.gz 63015 63250369.osm.gz 37611 63250370.osm.gz 60976 63250371.osm.gz 93238 63250372.osm.gz 125751 63250373.osm.gz 173999 63250374.osm.gz 84054 63250375.osm.gz 84722 63250376.osm.gz 57448 63250377.osm.gz 81780 63250378.osm.gz 56650 63250379.osm.gz 55699 63250380.osm.gz 99090 63250381.osm.gz 124650 63250382.osm.gz 181411 63250383.osm.gz 95862 63250384.osm.gz 191424 63250385.osm.gz 101558 63250386.osm.gz 177383 63250387.osm.gz 98071 63250388.osm.gz 114368 63250389.osm.gz 220462 63250390.osm.gz 221984 63250391.osm.gz 147777 63250392.osm.gz 161310 63250393.osm.gz 104321 63250394.osm.gz 143020 63250395.osm.gz 140887 63250396.osm.gz 99034 63250397.osm.gz 99601 63250398.osm.gz 87391 63250399.osm.gz 112557 63250400.osm.gz 61758 63250401.osm.gz 103510 63250402.osm.gz 55007 63250403.osm.gz 107685 63250404.osm.gz 101004 63250405.osm.gz 80947 63250406.osm.gz 111689 63250407.osm.gz 91736 63250408.osm.gz 136023 63250409.osm.gz 154482 63250410.osm.gz 82710 63250411.osm.gz 146946 63250412.osm.gz 130475 63250413.osm.gz 112491 with your changed assertion output... java.lang.AssertionError: NET 1 offset too large at (http://www.openstreetmap.org/browse/way/6926238) (a pretty short way, btw, just five nodes) ...it was easy to find the problematic tile: % zegrep "^<way id='6926238'" *.osm.gz 63250389.osm.gz:<way id='6926238'> it's the tile with 220462 ways! rj
- Previous message: [mkgmap-dev] AssertionError: NET 1 offset too large
- Next message: [mkgmap-dev] AssertionError: NET 1 offset too large
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the mkgmap-dev mailing list