public MarsMolaAwareSeekableAzurePlateTilePyramid(
     AzurePlateTilePyramidOptions options,
     AzureServiceAccessor services,
     ILogger <SeekableAzurePlateTilePyramid> logger)
     : base(options, services, logger)
 {
     _container = services.WwtFiles.GetBlobContainerClient("marsmola");
 }
Example #2
0
 public MarsAwareSeekableAzurePlateTilePyramid(
     AzurePlateTilePyramidOptions options,
     AzureServiceAccessor services,
     ILogger <SeekableAzurePlateTilePyramid> logger)
     : base(options, services.WwtFiles, logger)
 {
     _blobRetriever = BuildLookup(services.Mars);
 }