|
@@ -57,6 +57,7 @@ gpkg_piirkonnale_polygoonide_lisamine <- function(obj = NULL, gpkg_home = "/tmp"
|
|
|
conf$gpkg_table <- intersect
|
|
conf$gpkg_table <- intersect
|
|
|
intersect_layer <- ruut::construct_to_gpkg_output_file_str(conf = conf, is_input_str = T)
|
|
intersect_layer <- ruut::construct_to_gpkg_output_file_str(conf = conf, is_input_str = T)
|
|
|
for (i in 1:nrow(andmed)) {
|
|
for (i in 1:nrow(andmed)) {
|
|
|
|
|
+ if (andmed$schema[i] %in% c("teeregister_wfs")) geom <- "geometry" else geom <- "geom"
|
|
|
conf$gpkg_table <- sprintf("%s_%s", intersect, andmed$table[i])
|
|
conf$gpkg_table <- sprintf("%s_%s", intersect, andmed$table[i])
|
|
|
conf$table <- andmed$table[i]
|
|
conf$table <- andmed$table[i]
|
|
|
conf$schema <- andmed$schema[i]
|
|
conf$schema <- andmed$schema[i]
|