c1de74f4fa
- genapt850 : some airports (LSMM) have multiple airport boundaries. This caused a lot of the airport to not get a smoothed base (so some landclass polys were not clipped against the airport). Changed boundary from a single ClosedPolygon to a list. Seems to work. Some misc warnings cleanup in scheduler, and parser - Clipper using accumulator results in a significant speed boots - enable clipper and the accumulator by default. - ogr-decode - most of the crashes I'm getting are due to non-continuous roads. Within a line string, I create adjacent polys that snap correctly. On the ends, I generate 90 degree angles. Some linestrings should be consecutive. As a workaround, I am now extending every start and end poly of linestrings by 0.1 meters. It makes it better, but I need to do a better job of creating continuous roads. This will require some preprocessing of the entire shapefile. (Perhaps all line data shapefiles, to handle correct overpass / underpass logic) |
||
---|---|---|
.. | ||
GenAirports | ||
GenAirports850 | ||
CMakeLists.txt |