From 79f8c34319053236ee03359b1ecf38e065206485 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 3 Jul 2016 13:39:33 +1200 Subject: Start geofence drawing implementation --- web/app/view/GeofenceDialogController.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/app/view/GeofenceDialogController.js') 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(); } -- cgit v1.2.3