diff --git a/source/providers/GoogleMapsProvider.ts b/source/providers/GoogleMapsProvider.ts index 4eeff91..1d9077d 100644 --- a/source/providers/GoogleMapsProvider.ts +++ b/source/providers/GoogleMapsProvider.ts @@ -102,7 +102,7 @@ export class GoogleMapsProvider extends MapProvider reject(); }; image.crossOrigin = 'Anonymous'; - image.src = 'https://tile.googleapis.com/v1/2dtiles/' + zoom + '/' + x + '/' + y + '?session=' + this.sessionToken /*+ '&orientation=' + this.orientation */+ '&key=' + this.apiToken; + image.src = 'https://tile.googleapis.com/v1/2dtiles/' + zoom + '/' + x + '/' + y + '?session=' + this.sessionToken + '&orientation=' + this.orientation + '&key=' + this.apiToken; }); } }