Des images panoramiques (jpg360) peuvent être insérées en tant qu'attribut dans n'importe quel jeu de données.
En complément, afin de permettre une navigation entre différentes images panoramiques, le format SCE360 permet d'importer différentes images panoramiques, avec des flèches de navigation entre les différentes images.
Format SCE360
Archive zip
Ce format est importé via une archive .zip, constitué des différentes images et d'un fichier de configuration.
FIchier de configuration
Mes paramètres utilisables sont listés dans l'exemple ci dessous.
JSON
{
"type":"FeatureCollection",
"features":[
{
"id":1,
"type":"Feature",
"geometry":{
"type":"Point",
"coordinates":[-1.681659,48.114405]
},
"properties":{
"sce-panorama":{
"panorama":"1.jpeg",
"sphereCorrection": {
"pan": -3.0112153818959544
},
"links":[
{
"nodeId":2,
"position": {
"yaw": 0,
"pitch": 0
}
}
]
}
}
},
{
"id":2,
"type":"Feature",
"geometry":{
"type":"Point",
"coordinates":[-1.681509,48.114480]
},
"properties":{
"sce-panorama":{
"panorama":"2.jpeg",
"sphereCorrection": {
"pan": -3.058891516748084
},
"links":[
{
"nodeId":1,
"position": {
"yaw": "180deg",
"pitch": 0
}
},
{
"nodeId":3,
"position": {
"yaw": 0,
"pitch": 0
}
}
]
}
}
},
{
"id":3,
"type":"Feature",
"geometry":{
"type":"Point",
"coordinates":[-1.681471,48.114502]
},
"properties":{
"sce-panorama":{
"panorama":"3.jpeg",
"sphereCorrection": {
"pan": -3.1175447959748745
},
"links":[
{
"nodeId":2,
"position": {
"yaw": "180deg",
"pitch": 0
}
},
{
"nodeId":4,
"position": {
"yaw": 0,
"pitch": 0
}
}
]
}
}
},
{
"id":4,
"type":"Feature",
"geometry":{
"type":"Point",
"coordinates":[-1.681418,48.114527]
},
"properties":{
"sce-panorama":{
"panorama":"4.jpeg",
"sphereCorrection":{
"pan":-3.1660772392958987
},
"links":[
{
"nodeId":3,
"position": {
"yaw": "180deg",
"pitch": 0
}
},
{
"nodeId":5,
"position": {
"yaw": 0,
"pitch": 0
}
}
]
}
}
},
{
"id":5,
"type":"Feature",
"geometry":{
"type":"Point",
"coordinates":[-1.681337,48.114562]
},
"properties":{
"sce-panorama":{
"panorama":"5.jpeg",
"sphereCorrection":{
"pan":-3.0007761639646238
},
"links":[
{
"nodeId":4,
"position": {
"yaw": "180deg",
"pitch": 0
}
},
{
"nodeId":6,
"position": {
"yaw": 0,
"pitch": 0
}
}
]
}
}
},
{
"id":6,
"type":"Feature",
"geometry":{
"type":"Point",
"coordinates":[-1.681230,48.114605]
},
"properties":{
"sce-panorama":{
"panorama":"6.jpeg",
"sphereCorrection":{
"pan":-3.0265810642733184
},
"links":[
{
"nodeId":5,
"position": {
"yaw": "180deg",
"pitch": 0
}
},
{
"nodeId":7,
"position": {
"yaw": "-45deg",
"pitch": 0
}
}
]
}
}
},
{
"id":7,
"type":"Feature",
"geometry":{
"type":"Point",
"coordinates":[-1.681155,48.114670]
},
"properties":{
"sce-panorama":{
"panorama":"7.jpeg",
"sphereCorrection":{
"pan":-2.7362491353079927
},
"links":[
{
"nodeId":6,
"position": {
"yaw": "180deg",
"pitch": 0
}
},
{
"nodeId":8,
"position": {
"yaw": "-45deg",
"pitch": 0
}
}
]
}
}
},
{
"id":8,
"type":"Feature",
"geometry":{
"type":"Point",
"coordinates":[-1.681160,48.114731]
},
"properties":{
"id":68115,
"sce-panorama":{
"panorama":"8.jpeg",
"sphereCorrection":{
"pan":-2.876423015987204
},
"links":[
{
"nodeId":7,
"position": {
"yaw": "180deg",
"pitch": 0
}
},
{
"nodeId":9,
"position": {
"yaw": "-45deg",
"pitch": 0
}
}
]
}
}
},
{
"id":9,
"type":"Feature",
"geometry":{
"type":"Point",
"coordinates":[-1.681193,48.114774]
},
"properties":{
"sce-panorama":{
"panorama":"9.jpeg",
"sphereCorrection":{
"pan":-2.8997865204692683
},
"links":[
{
"nodeId":8,
"position": {
"yaw": "180deg",
"pitch": 0
}
},
{
"nodeId":10,
"position": {
"yaw": "-45deg",
"pitch": 0
}
}
]
}
}
},
{
"id":10,
"type":"Feature",
"geometry":{
"type":"Point",
"coordinates":[-1.681214,48.114813]
},
"properties":{
"sce-panorama":{
"panorama":"10.jpeg",
"sphereCorrection":{
"pan":-2.9079908329326636
},
"links":[
{
"nodeId":9,
"position": {
"yaw": "180deg",
"pitch": 0
}
},
{
"nodeId":11,
"position": {
"yaw": "-45deg",
"pitch": 0
}
}
]
}
}
},
{
"id":11,
"type":"Feature",
"geometry":{
"type":"Point",
"coordinates":[-1.681268,48.114820]
},
"properties":{
"sce-panorama":{
"panorama":"11.jpeg",
"sphereCorrection":{
"pan":-2.923235609101745
},
"links":[
{
"nodeId":10,
"position": {
"yaw": "180deg",
"pitch": 0
}
}
]
}
}
}
]
}