jantman / gw2copilot

A Python-based GuildWars2 helper tool
GNU Affero General Public License v3.0
4 stars 1 forks source link

Plot player location on map #5

Closed jantman closed 8 years ago

jantman commented 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.

Also implement the handler for #btn_center_player in map.js.