I have a scatter chart that essential loads in a static map of the world and I have longitude/latitude coordinates plotted. What I want is to disable the zoom feature when you drag select a box around the dots. The result of this selection will show the same map (not zoomed in) but with only the selections being plotted. Any help?
If I set max_zoom_level = 0; ,I'm noticing no zoom is being performed when I box select a few dots. However, after selecting a few dots, they are then repositioned to the middle of the screen. I don't want any repositioning or zooming, just the dots the remain where they are.