mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 17:14:04 +02:00
bump streetview generation id to work around #9230
this is not a permanent fix; as explained in https://github.com/openstreetmap/iD/issues/8747#issuecomment-945669204 we should upgrade to Bing streetview's v8 API calls. Unfortunately, our API key is not enabled for that API, though. closes #9230
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user