You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The failing contour line is at level 410 (m)
It does not depend on other contour lines and uses only one DEM cell.
When I patch the source code (method Igor4IsopletingAlgorithm.ExtractIsohypseMovements) to avoid the exception and set movementFound = true; instead, I get an osm file with one contour line with 4 points and a single contour line node.
looks like this
if(movementFound==false){//throw new NotImplementedException();movementFound=true;activityLogger.Log(ActivityLogLevel.Verbose,string.Format(System.Globalization.CultureInfo.InvariantCulture,"Ignore Exception and pretend movement found: Elevation={0}, x={1}, y={2}",isohypseElevation,x,y));break;}
See this issue on the OSM-Wiki talk page. It looks like the algorithm cannot find the correct IsohypseMovement value.
The text was updated successfully, but these errors were encountered: