From f00ddba99b1d56c9471b19e68c8354ed27749d36 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Wed, 1 Dec 2021 23:15:22 -0800 Subject: Update LocationIQ keys --- web/app/view/map/BaseMap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/app/view/map/BaseMap.js b/web/app/view/map/BaseMap.js index e280de8..c27a8d7 100644 --- a/web/app/view/map/BaseMap.js +++ b/web/app/view/map/BaseMap.js @@ -36,7 +36,7 @@ Ext.define('Traccar.view.map.BaseMap', { type = Traccar.app.getPreference('map', null); bingKey = server.get('bingKey'); - locationIqKey = Traccar.app.getAttributePreference('locationIqKey', 'pk.b34237342901fc175252c790d1674dcc'); + locationIqKey = Traccar.app.getAttributePreference('locationIqKey', 'pk.0f147952a41c555a5b70614039fd148b'); layer = new ol.layer.Group({ title: Strings.mapLayer, -- cgit v1.2.3