Skip to content

Commit

Permalink
bump streetview generation id to work around #9230
Browse files Browse the repository at this point in the history
this is not a permanent fix; as explained in #8747 (comment) we should upgrade to Bing streetview's v8 API calls. Unfortunately, our API key is not enabled for that API, though.

closes #9230
  • Loading branch information
tyrasd committed Apr 4, 2023
1 parent 343509c commit 406c1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/services/streetside.js
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ export default {
bubbleIdQuadKey = '0' + bubbleIdQuadKey;
}
const imgUrlPrefix = streetsideImagesApi + 'hs' + bubbleIdQuadKey;
const imgUrlSuffix = '.jpg?g=6338&n=z';
const imgUrlSuffix = '.jpg?g=13305&n=z';

// Cubemap face code order matters here: front=01, right=02, back=03, left=10, up=11, down=12
const faceKeys = ['01','02','03','10','11','12'];
Expand Down

0 comments on commit 406c1a0

Please sign in to comment.