fix shapefile

This commit is contained in:
Walter Hupfeld 2024-03-16 18:24:37 +01:00
parent a0e8fcaf02
commit e752fd8988

View File

@ -89,7 +89,7 @@ try {
$rootPath = realpath('shape'); $rootPath = realpath('shape');
// Initialize archive object // Initialize archive object
$zip = new ZipArchive(); $zip = new ZipArchive();
$filename="shape/shapefile.zip"; $filename="shapefile.zip";
$zip->open($filename, ZipArchive::CREATE | ZipArchive::OVERWRITE); $zip->open($filename, ZipArchive::CREATE | ZipArchive::OVERWRITE);
// Create recursive directory iterator // Create recursive directory iterator