Fix typo
This commit is contained in:
parent
416d045893
commit
0e45e45f55
@ -162,7 +162,7 @@ export interface HistorySelectSettings {
|
|||||||
buttonColor: string;
|
buttonColor: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export type TripAnimationSttings = {
|
export type TripAnimationSettings = {
|
||||||
pointColor: string;
|
pointColor: string;
|
||||||
pointSize: number;
|
pointSize: number;
|
||||||
pointTooltipOnRightPanel: boolean;
|
pointTooltipOnRightPanel: boolean;
|
||||||
@ -170,7 +170,7 @@ export type TripAnimationSttings = {
|
|||||||
|
|
||||||
export type actionsHandler = ($event: Event, datasource: Datasource) => void;
|
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 {
|
interface IProvider {
|
||||||
MapClass: Type<LeafletMap>,
|
MapClass: Type<LeafletMap>,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user