Skip to content

Commit

Permalink
Add alt field
Browse files Browse the repository at this point in the history
Add alt field in the geojson and csv files for users to implement with their photos on-the-fly.
  • Loading branch information
geospatialem committed Oct 17, 2017
1 parent 2f93ff2 commit 6b42f01
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions map.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id,chapter,zoom,image,source-credit,source-link,description,lon,lat
1,Hartford Public High School 1847,15,img/1847-HPHS-Catalog1904p164.jpg,Source: HPHS Quadrennial Catalogue 1904,https://www.flickr.com/photos/56513965@N06/21047067205,This scroll-driven storymap is built on an open-source Leaflet template. The design is ideal for telling a story that narrates different locations on a map. Or users can click any marker point to go directly to the chapter narrative.,-72.6782,41.7676
2,Hartford Public High School 1905,17,img/1905-HPHS-postcard.jpg,Source: Flickr,https://flic.kr/p/FNxWf8,"See directions to create your own storymap. Insert your text, map points, zoom levels, and image links in an easy-to-edit spreadsheet template, named data.csv. Then drag this file into the http://geojson.io tool to convert it into a map file, named data.geojson. ",-72.6848,41.7677
3,Hartford Public High School 2011,17,https://farm6.staticflickr.com/5693/20860554099_1a9466a11e_c.jpg,Source: Carlos Velazquez/Flickr,https://flic.kr/p/xMnMXR,"Images can be uploaded a local subfolder, or pulled from an external URL (such as this photo on a Flickr server). They are automatically resized to fit into the storymap.",-72.701,41.7654
4,"Bradley Airport, Windsor Locks",14,img/BradleyAirport.jpg,Source: public domain/Wikimedia,https://commons.wikimedia.org/wiki/File:Airport_2.jpg#/media/File:Airport_2.jpg,"The Leafet 1.x code includes a 'fly to' feature that animates the distance traveled from one map point to the next. Users with some coding skills can easily modify the background map, or add map overlays, or extend the code by adding new features.",-72.687984,41.9387
5,"Trinity College, Hartford",15,img/TrinityCollege.jpg,Source: Trinity College/edX,https://www.edx.org/sites/default/files/trinity1.jpg,"To learn how to create your own Leaflet storymap from this template, click on 'View code in GitHub' at the bottom of the map, or go to Leaflet Templates section of the Data Visualization For All book, at http://DataVizForAll.org.",-72.69,41.747
id,chapter,zoom,alt,image,source-credit,source-link,description,lon,lat
1,Hartford Public High School 1847,15,Hartford HS historic image from 1847,img/1847-HPHS-Catalog1904p164.jpg,Source: HPHS Quadrennial Catalogue 1904,https://www.flickr.com/photos/56513965@N06/21047067205,This scroll-driven storymap is built on an open-source Leaflet template. The design is ideal for telling a story that narrates different locations on a map. Or users can click any marker point to go directly to the chapter narrative.,-72.6782,41.7676
2,Hartford Public High School 1905,17,Hartford HS historic image from 1905,img/1905-HPHS-postcard.jpg,Source: Flickr,https://flic.kr/p/FNxWf8,"See directions to create your own storymap. Insert your text, map points, zoom levels, and image links in an easy-to-edit spreadsheet template, named data.csv. Then drag this file into the http://geojson.io tool to convert it into a map file, named data.geojson. ",-72.6848,41.7677
3,Hartford Public High School 2011,17,Hartford HS image from 2011,https://farm6.staticflickr.com/5693/20860554099_1a9466a11e_c.jpg,Source: Carlos Velazquez/Flickr,https://flic.kr/p/xMnMXR,"Images can be uploaded a local subfolder, or pulled from an external URL (such as this photo on a Flickr server). They are automatically resized to fit into the storymap.",-72.701,41.7654
4,"Bradley Airport, Windsor Locks",14,Bradley airport at Windsor Locks,img/BradleyAirport.jpg,Source: public domain/Wikimedia,https://commons.wikimedia.org/wiki/File:Airport_2.jpg#/media/File:Airport_2.jpg,"The Leafet 1.x code includes a 'fly to' feature that animates the distance traveled from one map point to the next. Users with some coding skills can easily modify the background map, or add map overlays, or extend the code by adding new features.",-72.687984,41.9387
5,"Trinity College, Hartford",15,Trinity College in Hartford,img/TrinityCollege.jpg,Source: Trinity College/edX,https://www.edx.org/sites/default/files/trinity1.jpg,"To learn how to create your own Leaflet storymap from this template, click on 'View code in GitHub' at the bottom of the map, or go to Leaflet Templates section of the Data Visualization For All book, at http://DataVizForAll.org.",-72.69,41.747
2 changes: 1 addition & 1 deletion map.geojson
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"type":"FeatureCollection","features":[{"type":"Feature","properties":{"id":1,"chapter":"Hartford Public High School 1847","zoom":15,"image":"img/1847-HPHS-Catalog1904p164.jpg","source-credit":"Source: HPHS Quadrennial Catalogue 1904","source-link":"https://www.flickr.com/photos/56513965@N06/21047067205","description":"This scroll-driven storymap is built on an open-source Leaflet template. The design is ideal for telling a story that narrates different locations on a map. Or users can click any marker point to go directly to the chapter narrative."},"geometry":{"type":"Point","coordinates":[-72.6782,41.7676]}},{"type":"Feature","properties":{"id":2,"chapter":"Hartford Public High School 1905","zoom":17,"image":"img/1905-HPHS-postcard.jpg","source-credit":"Source: Flickr","source-link":"https://flic.kr/p/FNxWf8","description":"See directions to create your own storymap. Insert your text, map points, zoom levels, and image links in an easy-to-edit spreadsheet template, named data.csv. Then drag this file into the http://geojson.io tool to convert it into a map file, named data.geojson. "},"geometry":{"type":"Point","coordinates":[-72.6848,41.7677]}},{"type":"Feature","properties":{"id":3,"chapter":"Hartford Public High School 2011","zoom":17,"image":"https://farm6.staticflickr.com/5693/20860554099_1a9466a11e_c.jpg","source-credit":"Source: Carlos Velazquez/Flickr","source-link":"https://flic.kr/p/xMnMXR","description":"Images can be uploaded a local subfolder, or pulled from an external URL (such as this photo on a Flickr server). They are automatically resized to fit into the storymap."},"geometry":{"type":"Point","coordinates":[-72.701,41.7654]}},{"type":"Feature","properties":{"id":4,"chapter":"Bradley Airport, Windsor Locks","zoom":14,"image":"img/BradleyAirport.jpg","source-credit":"Source: public domain/Wikimedia","source-link":"https://commons.wikimedia.org/wiki/File:Airport_2.jpg#/media/File:Airport_2.jpg","description":"The Leafet 1.x code includes a 'fly to' feature that animates the distance traveled from one map point to the next. Users with some coding skills can easily modify the background map, or add map overlays, or extend the code by adding new features."},"geometry":{"type":"Point","coordinates":[-72.687984,41.9387]}},{"type":"Feature","properties":{"id":5,"chapter":"Trinity College, Hartford","zoom":15,"image":"img/TrinityCollege.jpg","source-credit":"Source: Trinity College/edX","source-link":"https://www.edx.org/sites/default/files/trinity1.jpg","description":"To learn how to create your own Leaflet storymap from this template, click on 'View code in GitHub' at the bottom of the map, or go to Leaflet Templates section of the Data Visualization For All book, at http://DataVizForAll.org."},"geometry":{"type":"Point","coordinates":[-72.69,41.747]}}]}
{"type":"FeatureCollection","features":[{"type":"Feature","properties":{"id":1,"chapter":"Hartford Public High School 1847","zoom":15,"alt":"Hartford HS historic image from 1847","image":"img/1847-HPHS-Catalog1904p164.jpg","source-credit":"Source: HPHS Quadrennial Catalogue 1904","source-link":"https://www.flickr.com/photos/56513965@N06/21047067205","description":"This scroll-driven storymap is built on an open-source Leaflet template. The design is ideal for telling a story that narrates different locations on a map. Or users can click any marker point to go directly to the chapter narrative."},"geometry":{"type":"Point","coordinates":[-72.6782,41.7676]}},{"type":"Feature","properties":{"id":2,"chapter":"Hartford Public High School 1905","zoom":17,"alt":"Hartford HS historic image from 1905","image":"img/1905-HPHS-postcard.jpg","source-credit":"Source: Flickr","source-link":"https://flic.kr/p/FNxWf8","description":"See directions to create your own storymap. Insert your text, map points, zoom levels, and image links in an easy-to-edit spreadsheet template, named data.csv. Then drag this file into the http://geojson.io tool to convert it into a map file, named data.geojson. "},"geometry":{"type":"Point","coordinates":[-72.6848,41.7677]}},{"type":"Feature","properties":{"id":3,"chapter":"Hartford Public High School 2011","zoom":17,"alt":"Hartford HS image from 2011","image":"https://farm6.staticflickr.com/5693/20860554099_1a9466a11e_c.jpg","source-credit":"Source: Carlos Velazquez/Flickr","source-link":"https://flic.kr/p/xMnMXR","description":"Images can be uploaded a local subfolder, or pulled from an external URL (such as this photo on a Flickr server). They are automatically resized to fit into the storymap."},"geometry":{"type":"Point","coordinates":[-72.701,41.7654]}},{"type":"Feature","properties":{"id":4,"chapter":"Bradley Airport, Windsor Locks","zoom":14,"alt":"Bradley airport at Windsor Locks","image":"img/BradleyAirport.jpg","source-credit":"Source: public domain/Wikimedia","source-link":"https://commons.wikimedia.org/wiki/File:Airport_2.jpg#/media/File:Airport_2.jpg","description":"The Leafet 1.x code includes a 'fly to' feature that animates the distance traveled from one map point to the next. Users with some coding skills can easily modify the background map, or add map overlays, or extend the code by adding new features."},"geometry":{"type":"Point","coordinates":[-72.687984,41.9387]}},{"type":"Feature","properties":{"id":5,"chapter":"Trinity College, Hartford","zoom":15,"alt":"Trinity College in Hartford","image":"img/TrinityCollege.jpg","source-credit":"Source: Trinity College/edX","source-link":"https://www.edx.org/sites/default/files/trinity1.jpg","description":"To learn how to create your own Leaflet storymap from this template, click on 'View code in GitHub' at the bottom of the map, or go to Leaflet Templates section of the Data Visualization For All book, at http://DataVizForAll.org."},"geometry":{"type":"Point","coordinates":[-72.69,41.747]}}]}

0 comments on commit 6b42f01

Please sign in to comment.