Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

lawn_isolines is broken #72

Open
sckott opened this issue Aug 1, 2017 · 1 comment
Open

lawn_isolines is broken #72

sckott opened this issue Aug 1, 2017 · 1 comment
Labels

Comments

@sckott
Copy link
Contributor

sckott commented Aug 1, 2017

with new turf 4.5.2 doesn't work

library(lawn)
pts <- lawn_point_grid(c(0, 30, 20, 50), 100, 'miles')
pts$features$properties <-
   data.frame(temperature = round(rnorm(NROW(pts$features), mean = 5)),
   stringsAsFactors = FALSE)
breaks <- c(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
lawn_isolines(points = pts, breaks, z = 'temperature')
#> Error in context_eval(join(src), private$context) : 
#>   TypeError: Object function Object() { [native code] } has no method 'assign'

tests commented out for now.

@sckott sckott added the bug label Aug 1, 2017
@sckott sckott added this to the v0.4 milestone Aug 25, 2017
sckott added a commit that referenced this issue Sep 14, 2017
@sckott sckott removed this from the v0.4 milestone Sep 14, 2017
@sckott
Copy link
Contributor Author

sckott commented Sep 14, 2017

still broken on turf 4.7.3

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant