From 9f0d8807df109d6288e8773b1501d8154038515d Mon Sep 17 00:00:00 2001 From: qnstie Date: Wed, 17 Jul 2013 13:42:30 +0200 Subject: [PATCH] Added L.Geodesic.js library to the build --- code/boot.js | 1 + 1 file changed, 1 insertion(+) diff --git a/code/boot.js b/code/boot.js index 2a4eb924..ebf67bdb 100644 --- a/code/boot.js +++ b/code/boot.js @@ -505,6 +505,7 @@ try { console.log('Loading included JS now'); } catch(e) {} @@INCLUDERAW:external/leaflet.js@@ // modified version of https://github.com/shramov/leaflet-plugins. Also // contains the default Ingress map style. +@@INCLUDERAW:external/L.Geodesic.js@@ @@INCLUDERAW:external/leaflet_google.js@@ @@INCLUDERAW:external/autolink.js@@