From 3fa03f90b2fe4a66bde746796a33eb3241a80d27 Mon Sep 17 00:00:00 2001 From: Candid Dauth Date: Wed, 19 Oct 2016 15:26:34 +0300 Subject: [PATCH] Remove accidentally checked in stuff --- frontend/app/map/hash/hash.js | 1 - frontend/app/map/map/map.js | 5 ----- 2 files changed, 6 deletions(-) diff --git a/frontend/app/map/hash/hash.js b/frontend/app/map/hash/hash.js index cf2fb055..30228c23 100644 --- a/frontend/app/map/hash/hash.js +++ b/frontend/app/map/hash/hash.js @@ -35,7 +35,6 @@ hashControl.formatHash = function(mapObj) { var ret = L.Hash.formatHash(mapObj); - console.log(map.layers); var l = [ ]; for(var i in map.layers) { if(mapObj.hasLayer(map.layers[i])) diff --git a/frontend/app/map/map/map.js b/frontend/app/map/map/map.js index 6194bc02..de618a48 100644 --- a/frontend/app/map/map/map.js +++ b/frontend/app/map/map/map.js @@ -33,11 +33,6 @@ map.layers = { }; [ - L.gridLayer({ - fmName: "Empty", - fmBase: true, - fmKey: "empt" - }), L.tileLayer("http://korona.geog.uni-heidelberg.de/tiles/roads/x={x}&y={y}&z={z}", { fmName: "MapSurfer Road", fmBase: true,