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