cleanup
This commit is contained in:
parent
e8a0c378f5
commit
c1f40ec23f
@ -25,10 +25,6 @@ var TravelnetOverlay = L.LayerGroup.extend({
|
|||||||
|
|
||||||
console.log("TravelnetOverlay.onAdd", map);
|
console.log("TravelnetOverlay.onAdd", map);
|
||||||
|
|
||||||
map.on('baselayerchange', function (e) {
|
|
||||||
console.log("baselayerchange", e.layer);
|
|
||||||
});
|
|
||||||
|
|
||||||
api.getMapObjects(-10,-10,-10,10,10,10,"travelnet")
|
api.getMapObjects(-10,-10,-10,10,10,10,"travelnet")
|
||||||
.then(function(list){
|
.then(function(list){
|
||||||
console.log(list);
|
console.log(list);
|
||||||
|
Loading…
Reference in New Issue
Block a user