I am trying to develop a map for a game. The whole map is a single image that is 6000px x 6000px. The map is shown as a background of a div (container) that is 6000px x 6000px as well. My question is what is the easiest way to make my map draggable, so you can click in the middle of the screen and just drag to the sides.
The map itself (the div container) shouldn't change position as I plan to populate it with POI. I don't need any funcy staff, like zoom etc, just that the user doesn't need to use sliders in the webpage to navigate, just to click on map and drag left/right/up/down to move.
Sorry if this is answered before, I couldn't find an answer.