Showing
1 changed file
with
2 additions
and
2 deletions
@@ -162,7 +162,7 @@ export interface HistorySelectSettings { | @@ -162,7 +162,7 @@ export interface HistorySelectSettings { | ||
162 | buttonColor: string; | 162 | buttonColor: string; |
163 | } | 163 | } |
164 | 164 | ||
165 | -export type TripAnimationSttings = { | 165 | +export type TripAnimationSettings = { |
166 | pointColor: string; | 166 | pointColor: string; |
167 | pointSize: number; | 167 | pointSize: number; |
168 | pointTooltipOnRightPanel: boolean; | 168 | pointTooltipOnRightPanel: boolean; |
@@ -170,7 +170,7 @@ export type TripAnimationSttings = { | @@ -170,7 +170,7 @@ export type TripAnimationSttings = { | ||
170 | 170 | ||
171 | export type actionsHandler = ($event: Event, datasource: Datasource) => void; | 171 | export type actionsHandler = ($event: Event, datasource: Datasource) => void; |
172 | 172 | ||
173 | -export type UnitedMapSettings = MapSettings & PolygonSettings & MarkerSettings & PolylineSettings & TripAnimationSttings; | 173 | +export type UnitedMapSettings = MapSettings & PolygonSettings & MarkerSettings & PolylineSettings & TripAnimationSettings; |
174 | 174 | ||
175 | interface IProvider { | 175 | interface IProvider { |
176 | MapClass: Type<LeafletMap>, | 176 | MapClass: Type<LeafletMap>, |