File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11import { HTTPTileDataSourceOptions } from './http' ;
2- import { DataSource } from '.' ;
2+ import { TileDataSource } from '.' ;
33import { nativeProperty } from '../index.common' ;
44
5- export class HTTPTileDataSource extends DataSource < com . carto . datasources . HTTPTileDataSource , HTTPTileDataSourceOptions > {
5+ export class HTTPTileDataSource extends TileDataSource < com . carto . datasources . HTTPTileDataSource , HTTPTileDataSourceOptions > {
66 @nativeProperty ( {
7- nativeGetterName : 'isTMSScheme'
7+ nativeGetterName : 'isTMSScheme' ,
88 } )
99 TMSScheme : boolean ;
1010 @nativeProperty maxAgeHeaderCheck : boolean ;
Original file line number Diff line number Diff line change 11import { HTTPTileDataSourceOptions } from './http' ;
2- import { DataSource } from '.' ;
2+ import { TileDataSource } from '.' ;
33import { nativeProperty } from '../index.common' ;
44
5- export class HTTPTileDataSource extends DataSource < NTHTTPTileDataSource , HTTPTileDataSourceOptions > {
5+ export class HTTPTileDataSource extends TileDataSource < NTHTTPTileDataSource , HTTPTileDataSourceOptions > {
66 @nativeProperty ( {
7- nativeGetterName : 'isTMSScheme'
7+ nativeGetterName : 'isTMSScheme' ,
88 } )
99 TMSScheme : boolean ;
1010 @nativeProperty maxAgeHeaderCheck : boolean ;
You can’t perform that action at this time.
0 commit comments