From 21e85e00b30564b291492f3bdba1ae146e84efc2 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 18 Sep 2016 15:06:57 +1200 Subject: Add support for Carto Basemaps --- web/app/store/MapTypes.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'web/app/store') diff --git a/web/app/store/MapTypes.js b/web/app/store/MapTypes.js index 179343e..a24864e 100644 --- a/web/app/store/MapTypes.js +++ b/web/app/store/MapTypes.js @@ -20,6 +20,9 @@ Ext.define('Traccar.store.MapTypes', { fields: ['key', 'name'], data: [{ + key: 'carto', + name: Strings.mapCarto + }, { key: 'osm', name: Strings.mapOsm }, { -- cgit v1.2.3