remove debug
This commit is contained in:
parent
2ad82d169d
commit
a39b3e0536
1 changed files with 0 additions and 3 deletions
|
@ -14,9 +14,6 @@ c3nav = {
|
|||
c3nav.map.fitBounds(c3nav.bounds, {padding: [30, 50]});
|
||||
L.control.scale({imperial: false}).addTo(c3nav.map);
|
||||
L.tileLayer('/map/7/{z}/{x}/{y}.png').addTo(c3nav.map);
|
||||
c3nav.map.on('mousemove', function(e) {
|
||||
console.log(e.latlng);
|
||||
})
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue