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

Error in fitpcurve(p, projection, 0.005)

Open malenki opened this issue 11 years ago • 1 comments

Running latest makeroads.R for a piece of albanian highway using this bbox: left <- 19.6263 top <- 40.1675 right <- 19.7266 bottom <- 40.0982

gives this error:

Error in fitpcurve(p, projection, 0.005) : unused argument (0.005) Calls: source -> withVisible -> eval -> eval -> fitpcurve In addition: Warning messages: 1: In min(x) : no non-missing arguments to min; returning Inf 2: In max(x) : no non-missing arguments to max; returning -Inf 3: In min(x) : no non-missing arguments to min; returning Inf 4: In max(x) : no non-missing arguments to max; returning -Inf Execution halted

happened on a up-to-date debian sid

malenki avatar Jun 29 '13 11:06 malenki

still exists sigh

Today: Error in fitpcurve(p, projection, 0.005) : unused argument (0.005) Calls: source -> withVisible -> eval -> eval -> fitpcurve Execution halted

bbox: left <- 20.5318 top <- 40.1521 right <- 20.5989 bottom <- 40.1160

malenki avatar Jan 18 '14 10:01 malenki