From ace965c2bb2a017f660f0a4d5706ecfa5514d0c0 Mon Sep 17 00:00:00 2001 From: mattiapezzotti Date: Wed, 10 Jul 2024 10:55:38 +0200 Subject: [PATCH] new endpoint! --- modules/services/panoramax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/panoramax.js b/modules/services/panoramax.js index ecf925725..6f7e22ebc 100644 --- a/modules/services/panoramax.js +++ b/modules/services/panoramax.js @@ -10,7 +10,7 @@ import { t, localizer } from '../core/localizer'; import pannellumPhotoFrame from './pannellum_photo'; import planePhotoFrame from './plane_photo'; -const apiUrl = 'https://panoramax.openstreetmap.fr/'; +const apiUrl = 'https://api.panoramax.xyz/'; const tileUrl = apiUrl + 'api/map/{z}/{x}/{y}.mvt'; const imageBlobUrl = apiUrl + 'api/pictures/{pictureID}/{definition}.jpg'; const imageDataUrl = apiUrl + 'api/collections/{collectionId}/items/{itemId}';