|
|
@@ -90,7 +90,7 @@ gpkg_piirkonnale_punktide_lisamine <- function(obj = NULL, gpkg_home = "/tmp") {
|
|
|
input <- ruut::construct_to_gpkg_output_file_str(conf = conf, is_input_str = TRUE)
|
|
|
conf$gpkg_table <- sprintf("%s_%s", conf$gpkg_table, table_suffix)
|
|
|
output <- ruut::construct_to_gpkg_output_file_str(conf = conf, is_input_str = FALSE)
|
|
|
- str <- paste0("{ 'INPUT' : '", input, "', 'INTERSECT' : '", intersect_layer, "', 'OUTPUT' : '", output, "', FIELD : 'adob_liik', OPERATOR : 0, VALUE : '", aadressandmed$adob_liik[k], "' }")
|
|
|
+ str <- paste0("{ 'INPUT' : '", input, "', 'INTERSECT' : '", intersect_layer, "', 'OUTPUT' : '", output, "', FIELD : 'adob_liik', OPERATOR : 0, VALUE : ", aadressandmed$adob_liik[k], " }")
|
|
|
algorithm <- "native:extractbyattribute"
|
|
|
cmd <- ruut::construct_qgis_output_result_to_better_format(str = str, algorithm = algorithm)
|
|
|
cat(sprintf("\n%s\n", cmd))
|