hello
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user