This file contains hidden or 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
<META HTTP-EQUIV="refresh" CONTENT="15"> |
This file contains hidden or 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
# We start with a CSV called "crime_master_wloo_violent.csv" that has violent crime reports in Waterloo. | |
# Included in csv are columns for latitude ("lat") and longitude ("long"): | |
https://github.com/csessig86/crime_map2013/blob/master/csv/crime_master_wloo_violent.csv | |
# Command to turn CSV into DBF with the same name | |
ogr2ogr -f "ESRI Shapefile" crime_master_wloo_violent.dbf crime_master_wloo_violent.csv | |
# Create a file called "crime_master_wloo_violent.vrt" | |
# Change "SrcLayer" to the name of the source | |
# Change OGRVRTLayer name to "wloo_violent" |
This file contains hidden or 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
overflow: scroll; | |
overflow-y: scroll; | |
-webkit-overflow-scrolling: touch; |
This file contains hidden or 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
<div class="blockquote"> | |
<p class="quote">This is where a block quote will go. Block quotes are super exciting. You should probably be really pumped to have one on your page.</p> | |
<p class="attribution">- Frank Johnson</p> | |
<p class="detail">He is a super cool dude so you should listen to him</p> | |
<div class="blockquote-clear" style="clear: both;"></div> | |
</div> |
This file contains hidden or 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
<div class="pullquote left"> | |
<p class="quote">"This is the quote for the story. I hope that you find it really compelling and fun."</p> | |
<p class="attribution">- Frank Johnson</p> | |
<p class="detail">On being an awesome guy</p> | |
</div> |
This file contains hidden or 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
<h3 class="hide-desktop show-mobile">MAP: All shots fired incidents in 2014</h3> | |
<p class="hide-desktop show-mobile"><a href="http://gadev.cdr.dc.publicus.com/data/cr-shootings" target="_blank"><img src="http://gadev.cdr.dc.publicus.com/Includes/data/projects/cr-shootings/imgs/ss.jpg" alt="" width="90%" /></a></p> | |
<div class="hide-650"> | |
<!-- Insert iFrame here | |
Example: <iframe src="http://www.thegazette.com/data/rural-health-care" frameborder="0" width="100%" height="700px"></iframe> | |
--> | |
</div> | |
<div class="iframe-open-window hide-desktop show-mobile"></div> |
This file contains hidden or 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
<div id="extrapicture1" class="extrapicture_ind right"></div> |
This file contains hidden or 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
<div id="extrapicture2" class="extrapicture_ind right"></div> |
This file contains hidden or 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
<div id="extrapicture2" class="extrapicture_ind left"></div> |
This file contains hidden or 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
<div id="extrapicture2" class="extrapicture_ind center-no-margin"></div> |