Skip to content

Commit

Permalink
Make organizationId optional in MapillaryService
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-morvan committed Nov 27, 2024
1 parent d7145a4 commit d9e27ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/streetview/MapillaryService.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d9e27ad

Please sign in to comment.