aboutsummaryrefslogtreecommitdiff
path: root/modern/src/map/switcher/switcher.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2022-07-03 07:43:27 -0700
committerAnton Tananaev <anton@traccar.org>2022-07-03 07:43:27 -0700
commit0ab655eb5c031e1a2aac18ef475aff6c7724b227 (patch)
tree26ef43ebdfb703378cc44807273ff5dfd63ee1db /modern/src/map/switcher/switcher.js
parent44fd230a4c0043a6e89a793bcf333072a01441a6 (diff)
downloadtrackermap-web-0ab655eb5c031e1a2aac18ef475aff6c7724b227.tar.gz
trackermap-web-0ab655eb5c031e1a2aac18ef475aff6c7724b227.tar.bz2
trackermap-web-0ab655eb5c031e1a2aac18ef475aff6c7724b227.zip
Add events button
Diffstat (limited to 'modern/src/map/switcher/switcher.js')
-rw-r--r--modern/src/map/switcher/switcher.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/modern/src/map/switcher/switcher.js b/modern/src/map/switcher/switcher.js
index 76710ced..8fe48929 100644
--- a/modern/src/map/switcher/switcher.js
+++ b/modern/src/map/switcher/switcher.js
@@ -1,3 +1,5 @@
+import './switcher.css';
+
export class SwitcherControl {
constructor(onBeforeSwitch, onSwitch, onAfterSwitch) {