diff --git a/DESCRIPTION b/DESCRIPTION index 9026c97..fe56f56 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: geojsonsf Type: Package Title: GeoJSON to Simple Feature Converter Version: 1.3.3 -Date: 2020-03-17 +Date: 2020-03-18 Authors@R: c( person("David", "Cooley", ,"dcooley@symbolix.com.au", role = c("aut", "cre")) ) diff --git a/inst/include/geojsonsf/geometrycollection/geometrycollection.hpp b/inst/include/geojsonsf/geometrycollection/geometrycollection.hpp index dbbc21d..458f836 100644 --- a/inst/include/geojsonsf/geometrycollection/geometrycollection.hpp +++ b/inst/include/geojsonsf/geometrycollection/geometrycollection.hpp @@ -8,6 +8,7 @@ namespace geojsonsf { namespace geometrycollection { + inline void gc_type( Rcpp::List& sfg, std::string& gc_geom_type,