Remove accidentally checked in stuff

pull/54/merge
Candid Dauth 2016-10-19 15:26:34 +03:00
rodzic a5df9284ce
commit 3fa03f90b2
2 zmienionych plików z 0 dodań i 6 usunięć

Wyświetl plik

@ -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]))

Wyświetl plik

@ -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,