Fix typo
This commit is contained in:
parent
416d045893
commit
0e45e45f55
@ -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…
x
Reference in New Issue
Block a user