opensciencemap / vtm

a vector-tile map library written in java - running on android, desktop and within the browser
GNU Lesser General Public License v3.0
238 stars 176 forks source link

align zoom behavior to Gmaps when having map centered around location #62

Closed stleusc closed 10 years ago

stleusc commented 10 years ago

Feature to switch double-tap zoom to either zoom around tap location (currently like that) or zoom around center of map, keeping this centered! I need to be able to switch the two modes while the map is showing.

Another request that kinda fits in here (though not double tap, but still zoom) Request Feature to allow to disable zoom & drag map. Meaning a) allow 2 finger zoom AND drag/move map at the same time b) allow 2 finger zoom but dragging both fingers to move map will not move it

Good example is current Google Maps app. for a) move map around and then do 2 finger zoom and then drag both fingers to move map for b) center map on you and THEN do the above and you will see that the map does not move

Same procedure can be used to test the double tap zoom btw....

stleusc commented 10 years ago

duplicated in #63