zhengqunkoo / taxibros

Instantly query taxi arrival times
0 stars 1 forks source link

Changing radius of local circle updates radius of global circle. #63

Closed zhengqunkoo closed 6 years ago

zhengqunkoo commented 6 years ago

Changing position of local circle also changes radius of global circle. Global circle is then in the same position as local circle. Mouse event listeners should not be setting properties of global circle. Global circle is only a pointer to some local circle, for radius slider to change radius without querying database. See #55.