Glenn Greibesland

Results 3 comments of Glenn Greibesland

I have added support for generic csv import where only ImdbIds are used. It is [available here](https://github.com/glenngr/TraktRater/tree/general-import-support). I can make a Pull Request when @damienhaynes has looked at PR #69

Try looking into the map.unproject() function. It takes a point (pixels on your map) and translates it to a LatLng. Example where max zoom level is 4: ```javascript var position...