From d9e27ad98cf50d133581aeb4ed825f0979a79802 Mon Sep 17 00:00:00 2001 From: "arnaud.morvan@camptocamp.com" Date: Wed, 27 Nov 2024 10:08:11 +0100 Subject: [PATCH] Make organizationId optional in MapillaryService --- src/streetview/MapillaryService.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/streetview/MapillaryService.js b/src/streetview/MapillaryService.js index ba0c4ed5acc4..2a73ef9f1770 100644 --- a/src/streetview/MapillaryService.js +++ b/src/streetview/MapillaryService.js @@ -35,7 +35,7 @@ export default class MapillaryService extends StreetviewService { * @param {(newCoordinates: import('ol/coordinate').Coordinate | null) => void} handlePanoramaPositionChange Position change handler. * @param {string} accessToken The key to access the mapillary api. * @param {number} bufferSize The size to add to the bbox buffer. - * @param {string} organizationId The id of the organization to get images from. + * @param {string} [organizationId] The id of the organization to get images from. */ constructor( $scope,