diff --git a/site/pages/[region]/[decade]/[start].tsx b/site/pages/[region]/[decade]/[start].tsx index aea3b1755..b7deb95e4 100644 --- a/site/pages/[region]/[decade]/[start].tsx +++ b/site/pages/[region]/[decade]/[start].tsx @@ -222,13 +222,6 @@ export default function RoomPage({ const shperePlayerInstance = new Viewer({ container: 'roomViewer', plugins: [ - [ - VisibleRangePlugin, - { - longitudeRange: [null], - latitudeRange: [-Math.PI / 2, Math.PI / 4], //Restrict range so you can't see the top of the pano - }, - ], [GyroscopePlugin, StereoPlugin], MarkersPlugin, [ diff --git a/site/static_data/where-we-are.json b/site/static_data/where-we-are.json index 666b03a7a..dcdb1a429 100644 --- a/site/static_data/where-we-are.json +++ b/site/static_data/where-we-are.json @@ -3,12 +3,12 @@ { "day": "Lunedì", "time": "9:00/12:00", - "location": "da Pineto a Chieti (Pineto, Silvi, Montesilvano, Pescara, Chieti e zone limitrofe al tragitto)" + "location": "da Pineto a Chieti" }, { "day": "Lunedì", "time": "15:00/18:00", - "location": "da Pineto a Martinsicuro (Pineto, Roseto, Giulianova, Mosciano, Martinsicuro e zone limitrofe)" + "location": "da Pineto a Martinsicuro" }, { "day": "Martedì", @@ -60,12 +60,12 @@ { "day": "Monday", "time": "9:00/12:00", - "location": "from Pineto to Chieti (Pineto, Silvi, Montesilvano, Pescara, Chieti and nearby areas)" + "location": "from Pineto to Chieti" }, { "day": "Monday", "time": "15:00/18:00", - "location": "from Pineto to Martinsicuro (Pineto, Roseto, Giulianova, Mosciano, Martinsicuro and nearby areas)" + "location": "from Pineto to Martinsicuro" }, { "day": "Tuesday",