|
@@ -37,13 +37,18 @@ function PanoImg() {
|
|
}}
|
|
}}
|
|
images={[
|
|
images={[
|
|
{
|
|
{
|
|
- tiledImageWidth: 2304,
|
|
|
|
- tiledImageHeight: 2304,
|
|
|
|
|
|
+ tiledImageWidth: 2624,
|
|
|
|
+ tiledImageHeight: 2624,
|
|
|
|
+ url: otherUrl + 'pano/pano2.tiles/%s/l3/%v/l3_%s_%v_%h.jpg'
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ tiledImageWidth: 1280,
|
|
|
|
+ tiledImageHeight: 1280,
|
|
url: otherUrl + 'pano/pano2.tiles/%s/l2/%v/l2_%s_%v_%h.jpg'
|
|
url: otherUrl + 'pano/pano2.tiles/%s/l2/%v/l2_%s_%v_%h.jpg'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- tiledImageWidth: 1152,
|
|
|
|
- tiledImageHeight: 1152,
|
|
|
|
|
|
+ tiledImageWidth: 640,
|
|
|
|
+ tiledImageHeight: 640,
|
|
url: otherUrl + 'pano/pano2.tiles/%s/l1/%v/l1_%s_%v_%h.jpg'
|
|
url: otherUrl + 'pano/pano2.tiles/%s/l1/%v/l1_%s_%v_%h.jpg'
|
|
}
|
|
}
|
|
]}
|
|
]}
|