Browse Source

Fix typo

pull/2747/head
Igor Kulikov 6 years ago
parent
commit
0e45e45f55
  1. 4
      ui-ngx/src/app/modules/home/components/widget/lib/maps/map-models.ts

4
ui-ngx/src/app/modules/home/components/widget/lib/maps/map-models.ts

@ -162,7 +162,7 @@ export interface HistorySelectSettings {
buttonColor: string;
}
export type TripAnimationSttings = {
export type TripAnimationSettings = {
pointColor: string;
pointSize: number;
pointTooltipOnRightPanel: boolean;
@ -170,7 +170,7 @@ export type TripAnimationSttings = {
export type actionsHandler = ($event: Event, datasource: Datasource) => void;
export type UnitedMapSettings = MapSettings & PolygonSettings & MarkerSettings & PolylineSettings & TripAnimationSttings;
export type UnitedMapSettings = MapSettings & PolygonSettings & MarkerSettings & PolylineSettings & TripAnimationSettings;
interface IProvider {
MapClass: Type<LeafletMap>,

Loading…
Cancel
Save