leppaelae / Campus-of-Vaasa-room-locator

Application that enables users to find rooms around the Vaasa Campus
0 stars 0 forks source link

Map should be zoomable in map.html #17

Open leppaelae opened 7 years ago

leppaelae commented 7 years ago

Any idea how this could be done?

ABCurado commented 7 years ago

I think a external librbay might help, one suggestion would be http://leafletjs.com/

Based on this stackoverflow question, http://stackoverflow.com/questions/28852274/i-want-to-scroll-zoom-in-and-out-of-an-image-but-also-have-pins-on-that-image-s

leppaelae commented 7 years ago

leaflet.js doesnt work the way we want or im a noob. But using hammer.js its easier to accomplish the task. im getting to know hammer.js, but if u research more, look for: Zooming div, pinch zoom div/img etc Pinch zoom is the key.