-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3e52788
commit 212e30f
Showing
11 changed files
with
74 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"type": "FeatureCollection", | ||
"features": [ | ||
{ "type": "Feature", "properties": { "id": 1, "chapter": "Chapter 1 Here", "zoom": 17, "image": "img/HPHS1847_300.jpg", "source-credit": "Source: to come", "source-link":"http://www.google.com", "description": "Description for image 1" }, "geometry": { "type": "Point", "coordinates": [ -72.6782, 41.7676 ] } }, | ||
{ "type": "Feature", "properties": { "id": 2, "chapter": "Chapter 2 which is longer than the other titles", "zoom": 17, "image": "img/HPHS1869_300.jpg", "source-credit": "Source: to come", "source-link": "http://www.google.com", "description": "Description for image 2, which is much, much, much longer than the other descriptions. So long, in fact, that it tests how this code displays longer text. And by longer, I mean much longer than the others. Really long. Like, several sentences. Really. Long." }, "geometry": { "type": "Point", "coordinates": [ -72.6848, 41.7677 ] } }, | ||
{ "type": "Feature", "properties": { "id": 3, "chapter": "Chapter 3", "zoom": 17, "image": "img/HPHS1911_300.jpg", "source-credit": "Source: to come", "source-link": "http://www.google.com", "description": "description for image 3: By design, this remains on the same location as chapter 2, to tell extended story." }, "geometry": { "type": "Point", "coordinates": [ -72.6848, 41.7677 ] } }, | ||
{ "type": "Feature", "properties": { "id": 4, "chapter": "Chapter 4 Here", "zoom": 16, "image": "https://upload.wikimedia.org/wikipedia/commons/a/a5/Information_example_page2_300px.jpg", "source-credit": "Source: Wikimedia", "source-link": "https://upload.wikimedia.org/wikipedia/commons/a/a5/Information_example_page2_300px.jpg", "description": "Description for image 4 (which is loaded from an external source). Source credit is intentionally blank." }, "geometry": { "type": "Point", "coordinates": [ -72.701, 41.7652 ] } } | ||
{ "type": "Feature", "properties": { "id": 1, "chapter": "Chapter 1 Subtitle", "zoom": 15, "image": "img/HPHS1847_300.jpg", "source-credit": "Source: Hartford Public High School 1847, from 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. All of the narrative text, point coordinates, and image links are stored in a data.geojson file. Storing the data in GeoJSON, a popular open-standard format, makes it easy to create new storymaps, and to preserve data separately from the mapping code." }, "geometry": { "type": "Point", "coordinates": [ -72.6782, 41.7676 ] } }, | ||
{ "type": "Feature", "properties": { "id": 2, "chapter": "Chapter 2 Subtitle", "zoom": 17, "image": "img/HPHS1869_300.jpg", "source-credit": "Source: Hartford Public High School circa 1910, from HartfordHistory.net", "source-link": "https://www.flickr.com/photos/56513965@N06/20858966100", "description": "A different zoom level for each chapter can be entered into the data.geojson file. " }, "geometry": { "type": "Point", "coordinates": [ -72.6848, 41.7677 ] } }, | ||
{ "type": "Feature", "properties": { "id": 3, "chapter": "Chapter 3 Subtitle", "zoom": 13, "image": "https://upload.wikimedia.org/wikipedia/commons/thumb/b/bc/UCONNfromsky.jpg/320px-UCONNfromsky.jpg", "source-credit": "Source: Global Jet/Wikimedia", "source-link": "https://commons.wikimedia.org/wiki/File:UCONNfromsky.jpg", "description": "Images in this sample are about 300px wide. Images can be uploaded into a local subfolder or pulled from an external source (such as the photo above), by inserting the file pathname or URL into the data.geojson file." }, "geometry": { "type": "Point", "coordinates": [ -72.2561692, 41.8077414 ] } }, | ||
{ "type": "Feature", "properties": { "id": 4, "chapter": "Chapter 4 Subtitle", "zoom": 14, "image": "img/NewHavenGreen1919_300.jpg", "source-credit": "Source: Wikimedia", "source-link": "https://en.wikipedia.org/wiki/New_Haven,_Connecticut#/media/File:NewHavenGreenCTSouvenirPic1919-1.jpg", "description": "The Leafet 1.x code includes a 'fly to' feature that animates the distance traveled from one map point to the next. For instructions on how to create your own Leaflet storymap from this template, click on 'View the code in GitHub' at the bottom of the map." }, "geometry": { "type": "Point", "coordinates": [ -72.9292037, 41.308053 ] } } | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters