Skip to content

Commit

Permalink
one more tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Jul 23, 2020
1 parent 6f3e29f commit 904230f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import { registerSource } from '../source_registry';
import { AbstractTMSSource } from '../tms_source';
import { XYZTMSSourceDescriptor } from '../../../../common/descriptor_types';
import { Attribution, ImmutableSourceProperty } from '../source';
import { XYZTMSSourceConfig } from './xyz_tms_editor';

export const sourceTitle = i18n.translate('xpack.maps.source.ems_xyzTitle', {
defaultMessage: 'Tile Map Service',
Expand All @@ -25,7 +26,7 @@ export class XYZTMSSource extends AbstractTMSSource {
urlTemplate,
attributionText,
attributionUrl,
}: XYZTMSSourceDescriptor): XYZTMSSourceDescriptor {
}: XYZTMSSourceConfig): XYZTMSSourceDescriptor {
return {
type: XYZTMSSource.type,
urlTemplate,
Expand Down

0 comments on commit 904230f

Please sign in to comment.