feat/dean/project-change-structure #3

Merged
dean merged 19 commits from feat/dean/project-change-structure into main 2026-03-11 23:44:18 +09:00
Showing only changes of commit d7b7852d80 - Show all commits

View File

@@ -258,7 +258,8 @@ public class GeoServerRegistrationService {
} }
// Construct file:// URL (must point to .shp file, not .zip) // Construct file:// URL (must point to .shp file, not .zip)
String fileUrl = "file://" + shpFilePath; // String fileUrl = "file://" + shpFilePath;
String fileUrl = shpFilePath;
log.info("Using file URL: {}", fileUrl); log.info("Using file URL: {}", fileUrl);
// GeoServer REST API endpoint for external file reference // GeoServer REST API endpoint for external file reference