This commit is contained in:
2026-03-11 23:09:52 +09:00
parent b0b4856ff5
commit d7b7852d80

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