Skip to content

emilymerwin/BeltlineRun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Beltline Run

  • Ben gave me his photos directly, Jill put hers into SCC and attached to budget item so she could caption them. iPhone GPS data worked great. Used Picasa to edit GPS coods visually.
  • Create a photoshop batch to resize images
  • createGeoJSON.py opens folder of images and creates GeoJSON formatted using metadata GPS coords and captions. Note: conversion is required to tranform the iPhone's GPS degree system to the decimal system
  • The .GPX file generated by Ben's Garmin watch had way more points than we needed, simplified it using mapshaper.org - I only ended up needing 5% of the original points. Simplify.js also looks interesting and is built on Leaflet.
  • I went about attempting to convert the iPhone exif timestamps in YYYY:mm:dd HH:MM:SS format into a JS readable date (so they could be sorted and displayed in order) in the wee hours of the morning on deadline so I cheated and just did a Find/Replace regex in Textmate for "date": "2014:02:28 (..):(..):(..)", to "date": "2014-02-28T$1:$2:$3",
  • The Storymap branch attempted to use that library but I couldn't figure out how to access the leaflet methods from the storymap so I scrapped it

###Dependencies

##ToDo

  • create line with Ben's Garmin data
  • Add image display
  • Add Jill's points
  • remove line that leads to Ben's house
  • Open first popup on load
  • Create navigation along the path
  • make sure markers are sorted by timestamp
  • Need a way to stop/pause/start tour, or change where you are in the tour
  • popups aren't responsive
  • Clicking on map or popup "x" should pause tour
  • clicking on the polyline creates a broken popup because it doesn't have the right properties.
  • Add layer toggle
  • Needs a legend
  • Different colors for different stages of beltline
  • Change marker color when active
  • Timestamps displaying in wrong timezone on mobile, but correct on desktop
  • retina versions of images?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published