1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
| var xml_data = [{ "name": "scene_img_3773_panorama", "sceneAttr": { "view": { "hlookat": "1.008", "vlookat": "-4.579" }, "hotspots": [{ "ath": "-4.124", "atv": "4.146", "linkedscene": "scene_img_7994_panorama", "name": "spot1" }, { "ath": "-4.124", "atv": "8.146", "name": "spot2" } ] } }, { "name": "scene_img_7994_panorama", "secenAttr": { "view": { "hlookat": "-3.296", "vlookat": "2.283" }, "hotspots": [{ "ath": "-19.613", "atv": "11.459", "linkedscene": "scene_img_7984_panorama", "name": "spot1" }, { "ath": "-75.014", "atv": "8.862", "linkedscene": "scene_img_3773_panorama", "name": "spot2" } ] } } ]
|