Tying a slideshow and a map together?

0

I have some geographically-tied data, and I’d like to be able to do a slideshow (text and/or images) with a map that highlights the current slide’s location along side it. Anyone seen this sort of thing out in the wild? Any tips on how to make it happen? I’ve seen a lot of examples of maps and texts embedded in the map, but I’d like to have the map below the text/images.

Tags: asked May 2, 2011

Leave a Reply

7 Answers

1

Have you seen what you can do with flickr? Here's an example from a gallery with a locator map in the righthand navigation.

HTH,
John

Leave a Reply

472
1

Here's a great example of what you're looking for (even better with video and locator map): http://www.lasvegassun.com/news/topics/water/

Leave a Reply

10
1

I just got to know the site, just registered and I thing it´s very useful for Journalists following the developement path, or learning to do some DataJ themselves, keep it up! Best wishes, Momiperalta

Leave a Reply

10
1

Just found out about this site last week, and as a journalist who can code, but would love to get into more development work -- why can't I get a django stack to work -- I think this type of site could go a long way toward helping the beginners.

Leave a Reply

10
0

Wget is good, I also use HTTrack as it is a bit easier to config and has useful options http://www.httrack.com/

Leave a Reply

30
0

Totally biased, but we get a lot of good feedback about how minimalist and simple our mobile site is. It has an app-like feel with social functions and two-way communication built-in. We launched it several years ago at m.digitaljournal.com (from a mobile phone only, of course).

Leave a Reply

0
0

We've gotten quite a bit of good feedback on the mobile version of www.spokesman.com. You can access it from a desktop browser via m.spokesman.com.

We spent quite a bit of time on the redirection scheme (after one too many times of hitting a link on my phone and getting kicked to some other site's mobile homepage). Given a request from a mobile device, we look for a mobile page first, fall back to a desktop page if one exists, and absent that return you to the mobile 404 page, which has a search box on board.

We also built our own mobile ads framework, which I'm really really happy with. The mobile ads actually seem useful, I think. And we're doing geolocation as well, for both stories and ads.

  1. Yes, that’s right. The Then & Now presentation just doesn’t lend itself well to that size of screen.

  2. Our goal is to give you what you expected when you clicked any link, and kicking you to the mobile homepage if a link fails gives you no idea whether what you’re looking for is actually missing. And little recourse, in any case.

    If a link really *does* 404, though, we might as well give you the lighter-weight mobile version of that page. So that’s the final fallback.

  3. Yep, that’s right. Say you’re browsing Facebook on your phone, and someone shared this story: http://www.spokesman.com/stories/2011/may/19/spokane-river-rises-flood-stage/

    Our middleware checks for a mobile version, finds one at http://m.spokesman.com/stories/2011/may/19/spokane-river-rises-flood-stage/, and sends you right there.

    But say someone shared a link to this Then & Now gallery: http://www.spokesman.com/then-and-now/old-homes-spokane/

    Our middleware finds NO mobile version, so passes you through to the full desktop page since that’s the link you wanted to see.

Leave a Reply

95

Your Answer

Please login to post questions.