1
0
forked from MTSR/mapserver

todo notes

This commit is contained in:
NatureFreshMilk 2019-02-07 08:05:05 +01:00
parent b049e33bb2
commit 8e5117fd67

View File

@ -9,6 +9,7 @@ var CoordinatesDisplay = L.Control.extend({
div.innerHTML = "X:" + parseInt(latlng.lng) + " Z:" + parseInt(latlng.lat);
}
//TODO: x: 1 z: 2 (selected: x:1 z:3)
map.on('mousemove', update);
map.on('click', update);
map.on('touch', update);