From a060ebfbca3245cb129b56c9fd8a7d8309af9bac Mon Sep 17 00:00:00 2001 From: SymbolixAU Date: Wed, 18 Mar 2020 15:37:50 +1100 Subject: [PATCH] revdepping still --- DESCRIPTION | 2 +- .../include/geojsonsf/geometrycollection/geometrycollection.hpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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,