ripienaar / travlrmap

Sinatra based travels map
Other
13 stars 2 forks source link

add ability to make galleries #47

Open ripienaar opened 9 years ago

ripienaar commented 9 years ago

Should be able to add galleries, I guess this will be done by using 3rd party services like flickr api to fetch the images but to show a marker near where you want the gallery and then we'd make some viewer in the app to show a gallery without leaving it.

Related to #45 we might show some dynamic list of tracks and galleries that is matched in the current viewport of the map, maybe in a menu or a list somewhere, not sure what kind of UX will work as its likely that many galleries and tracks will be added on max zoom levels this will be a pain

ripienaar commented 9 years ago

The basic work is done - there's a adapter that delegates to a gallery type specific class to get urls, later the sinatra app could route gallery requests to these type specific classes

Right now its really rudimentary - it only supports flickr and does so by just opening a blank page to flickr to lets its slideshows do the job. In time I want to render the slide show locally using the API without moving away from the map. I can't find a decent jquery/bootstrap gallery though, options are:

So parking this till I have time to finish things up:

ripienaar commented 9 years ago

http://www.jssor.com/index.html