|
@@ -300,7 +300,7 @@ public class OpsServiceImpl implements OpsService {
|
|
String basePath = "panos/" + sceneCode +".tiles";
|
|
String basePath = "panos/" + sceneCode +".tiles";
|
|
// String regex = "panos/" + basePath;
|
|
// String regex = "panos/" + basePath;
|
|
String replacement = "/pano/" + sceneCode + "/" + basePath;
|
|
String replacement = "/pano/" + sceneCode + "/" + basePath;
|
|
- s.replaceAll(basePath, replacement);
|
|
|
|
|
|
+ s = s.replaceAll(basePath, replacement);
|
|
|
|
|
|
return s;
|
|
return s;
|
|
|
|
|