Closed jantman closed 8 years ago
Figure out how to plot the player location on the map. Do this in handleUpdatePosition() in live_position.js. Do not change any zooming. Use a default marker.
handleUpdatePosition()
live_position.js
Also implement the handler for #btn_center_player in map.js.
#btn_center_player
map.js
Figure out how to plot the player location on the map. Do this in
handleUpdatePosition()
inlive_position.js
. Do not change any zooming. Use a default marker.Also implement the handler for
#btn_center_player
inmap.js
.