From f39286e467cab47548de83c03e0f7c3c84fd2a5c Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Sat, 18 Sep 2021 15:57:34 -0500 Subject: Rearranged maps. Two Google Maps layers are now hardcoded --- web/app/store/MapTypes.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'web/app/store') diff --git a/web/app/store/MapTypes.js b/web/app/store/MapTypes.js index fef19e5..f91f366 100644 --- a/web/app/store/MapTypes.js +++ b/web/app/store/MapTypes.js @@ -47,8 +47,11 @@ Ext.define('Traccar.store.MapTypes', { key: 'custom', name: Strings.mapCustom }, { - key: 'custom2', - name: Strings.mapCustom + ' 2' + key: 'googley', + name: 'Google Maps (satélite)' + }, { + key: 'googlem', + name: 'Google Maps (mapa)' }, { key: 'customArcgis', name: Strings.mapCustomArcgis -- cgit v1.2.3