This commit is contained in:
SongWei 2020-02-16 21:55:50 +11:00
parent cade4f39b6
commit 408956da2f
1 changed files with 0 additions and 10 deletions

View File

@ -11,16 +11,6 @@ let bounds = [[0,0], [15360, 15360]];
let image = L.imageOverlay('./maps/Tanoa.png', bounds).addTo(map);
map.fitBounds(bounds);
// let marker1 = marker.makeMarker([0, 0],
// 'loc_blue',
// "测试");
// marker1.addTo(map);
// let marker2= marker.makeMarker([1000, 2000],
// 'loc_red',
// "测试2");
// marker2.addTo(map);
let UNITS_POS_MARKER = [];
function update_units_pos () {