|
@@ -56,13 +56,13 @@ function A3banPano() {
|
|
|
}}
|
|
|
images={[
|
|
|
{
|
|
|
- tiledImageWidth: 1152,
|
|
|
- tiledImageHeight: 1152,
|
|
|
- url: otherUrl + 'pano/pano3.tiles/%s/l1/%v/l1_%s_%v_%h.jpg'
|
|
|
+ tiledImageWidth: 1280,
|
|
|
+ tiledImageHeight: 1280,
|
|
|
+ url: otherUrl + 'pano/pano3.tiles/%s/l2/%v/l2_%s_%v_%h.jpg'
|
|
|
},
|
|
|
{
|
|
|
- tiledImageWidth: 1152,
|
|
|
- tiledImageHeight: 1152,
|
|
|
+ tiledImageWidth: 640,
|
|
|
+ tiledImageHeight: 640,
|
|
|
url: otherUrl + 'pano/pano3.tiles/%s/l1/%v/l1_%s_%v_%h.jpg'
|
|
|
}
|
|
|
]}
|
|
@@ -153,13 +153,13 @@ function A3banPano() {
|
|
|
}}
|
|
|
images={[
|
|
|
{
|
|
|
- tiledImageWidth: 1152,
|
|
|
- tiledImageHeight: 1152,
|
|
|
- url: otherUrl + 'pano/pano4.tiles/%s/l1/%v/l1_%s_%v_%h.jpg'
|
|
|
+ tiledImageWidth: 1280,
|
|
|
+ tiledImageHeight: 1280,
|
|
|
+ url: otherUrl + 'pano/pano4.tiles/%s/l2/%v/l2_%s_%v_%h.jpg'
|
|
|
},
|
|
|
{
|
|
|
- tiledImageWidth: 1152,
|
|
|
- tiledImageHeight: 1152,
|
|
|
+ tiledImageWidth: 640,
|
|
|
+ tiledImageHeight: 640,
|
|
|
url: otherUrl + 'pano/pano4.tiles/%s/l1/%v/l1_%s_%v_%h.jpg'
|
|
|
}
|
|
|
]}
|