From 5bd834b1fa4e2c273fcbf1a3ba105ac90acff0d7 Mon Sep 17 00:00:00 2001 From: Candid Dauth Date: Fri, 7 Oct 2016 20:48:20 +0300 Subject: [PATCH] Remove accidentially checked in empty layer --- frontend/app/map/map/map.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/frontend/app/map/map/map.js b/frontend/app/map/map/map.js index 51d36e7b..0ac9a77c 100644 --- a/frontend/app/map/map/map.js +++ b/frontend/app/map/map/map.js @@ -34,11 +34,6 @@ map.layers = { }; [ - L.gridLayer({ - fpName: "Empty", - fpBase: true, - fpKey: "empt" - }), L.tileLayer("http://korona.geog.uni-heidelberg.de/tiles/roads/x={x}&y={y}&z={z}", { fpName: "MapSurfer Road", fpBase: true,