Skip to content

Commit

Permalink
valid json for #33
Browse files Browse the repository at this point in the history
  • Loading branch information
dcooley committed May 22, 2019
1 parent 52198b8 commit 88f3341
Show file tree
Hide file tree
Showing 4 changed files with 519 additions and 409 deletions.
4 changes: 4 additions & 0 deletions R/RcppExports.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ rcpp_construct_data <- function(param_names, params, data_names, lst_defaults, d
.Call(`_spatialwidget_rcpp_construct_data`, param_names, params, data_names, lst_defaults, data, data_rows)
}

rcpp_geojson_mesh <- function(mesh) {
.Call(`_spatialwidget_rcpp_geojson_mesh`, mesh)
}

rcpp_geojson <- function(sf, geometry) {
.Call(`_spatialwidget_rcpp_geojson`, sf, geometry)
}
Expand Down
Loading

0 comments on commit 88f3341

Please sign in to comment.