diff options
Diffstat (limited to 'web/app/view/GeofenceDialogController.js')
-rw-r--r-- | web/app/view/GeofenceDialogController.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/app/view/GeofenceDialogController.js b/web/app/view/GeofenceDialogController.js index 96be0d3a5..d8597457f 100644 --- a/web/app/view/GeofenceDialogController.js +++ b/web/app/view/GeofenceDialogController.js @@ -19,14 +19,14 @@ Ext.define('Traccar.view.GeofenceDialogController', { alias: 'controller.geofenceDialog', requires: [ - 'Traccar.view.BaseMap' + 'Traccar.view.GeofenceMap' ], onAreaClick: function (button) { Ext.create('Traccar.view.BaseWindow', { title: Strings.sharedArea, items: { - xtype: 'baseMapView' + xtype: 'geofenceMapView' } }).show(); } |