nakarte

Source code of https://map.sikmir.ru (fork)
git clone git://git.sikmir.ru/nakarte
Log | Files | Refs | LICENSE

commit 5dd3867b712101aa8cd5d0179e5d9232c5a9a746
parent c4f33454dbfc8afc18c8fedbb36edcc94778ab3a
Author: Sergej Orlov <wladimirych@gmail.com>
Date:   Mon, 21 Nov 2016 00:47:51 +0300

google api -- remove sensor param to avoid warning

Diffstat:
Msrc/config.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/config.js b/src/config.js @@ -1,5 +1,5 @@ export default { email: 'nakarte@nakarte.tk', - googleApiUrl: 'https://maps.googleapis.com/maps/api/js?v=3&sensor=false', + googleApiUrl: 'https://maps.googleapis.com/maps/api/js?v=3', bingKey: 'AhZy06XFi8uAADPQvWNyVseFx4NHYAOH-7OTMKDPctGtYo86kMfx2T0zUrF5AAaM' }