Skip to content

Commit

Permalink
#24
Browse files Browse the repository at this point in the history
when you click on any of the red banners, you get a 404 page not found
error
right now, the blue banner is too large relative to the map (see
attached): Could you make that smaller (same extent as text) and the
map bigger?
at https://geodacenter.github.io/data-and-lab/tags/, could you remove
the upload date since we only need the name?
let's disable comments at the bottom ("Comments: We were unable to load
Disqus. If you are a moderator please see our troubleshooting guide."
  • Loading branch information
lixun910 committed Aug 21, 2017
1 parent d00cfae commit 93111e2
Show file tree
Hide file tree
Showing 52 changed files with 452 additions and 46 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@

## NOTE

### Add new categories

1. go to directory category/
2. copy a template html to create a new html page for your new directory
3. edit your new html page, line 10 update
```
{% if post.main-class == 'CRIME' %}
```

## Basic Setup

1. [Install Jekyll](http://jekyllrb.com) (use the command ```sudo gem install jekyll```)
Expand All @@ -7,7 +18,7 @@
5. Check out the sample posts in `_posts` to see examples for assigning categories and tags, and other YAML data.
7. **Remember to compile your assets files with Gulp.**

## Creating new page
## Creating new page

You can use the `initpost.sh` to create your new posts. Just follow the command:

Expand All @@ -17,7 +28,7 @@ You can use the `initpost.sh` to create your new posts. Just follow the command:

The new file will be created at `_posts` with this format `date-title.md`.

## Front-matter
## Front-matter

When you create a new post, you need to fill the post information in the front-matter, follow this example:

Expand Down
7 changes: 3 additions & 4 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,20 @@
<body>
{% include svg-icons.html %}
{% include header-post.html %}

<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" />
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>

<section class="post">
<div id="map" style="width:100%;height:300px"></div>
<div id="map" style="width:100%;height:500px"></div>

<article role="article" id="post" class="post-content" itemprop="articleBody">
{{ content }}
</article>

{% include share.html %}
{% include author.html %}
{% include comments.html %}
{% include footer.html %}
</section>
</body>
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-05-22-Nepal_old.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ twitter_text:
introduction: 'Health, poverty and education indicators for Nepal districts'
---
<script>
var map = L.map('map').setView([28.601151, 84.115914], 6);
var map = L.map('map');
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', { <!--this is the URL for the Nepal Geojson-->
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-05-29-atlanta_old.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ twitter_text:
introduction: 'Atlanta, GA region homicide counts and rates'
---
<script>
var map = L.map('map').setView([33.749, -84.38], 10);
var map = L.map('map');
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', {
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-05-29-baltimore_old.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ twitter_text:
introduction: 'Baltimore house sales prices and hedonics'
---
<script>
var map = L.map('map').setView([39.2904, -76.6122], 12);
var map = L.map('map');

L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', {
maxZoom: 18,
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-05-29-boston-housing_old.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ twitter_text:
introduction: 'Boston housing and neighborhood data'
---
<script>
var map = L.map('map').setView([28.601151, 84.115914], 6);
var map = L.map('map');
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', { <!--this is the URL for the Nepal Geojson-->
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-05-30-buenos-aires_old.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ twitter_text:
introduction: 'Electoral Data for 1999 Argentinean Elections'
---
<script>
var map = L.map('map').setView([28.601151, 84.115914], 6);
var map = L.map('map');
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', { <!--this is the URL for the Nepal Geojson-->
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-05-30-charleston-1_old.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ twitter_text:
introduction: '2000 Census Tract Data for Charleston, SC MSA and counties'
---
<script>
var map = L.map('map').setView([28.601151, 84.115914], 6);
var map = L.map('map');
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', { <!--this is the URL for the Nepal Geojson-->
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-07-1-airbnb_Chicago 2015.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ twitter_text:
introduction: 'This database is about Airbnb spots, socioeconomic indicators, and crime by community area in Chicago.'
---
<script>
var map = L.map('map').setView([28.601151, 84.115914], 6);
var map = L.map('map');
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', { <!--this is the URL for the Nepal Geojson-->
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-07-1-census_2010_excluded variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ twitter_text:
introduction: "Demographics of Denver neighborhoods from 2010."
---
<script>
var map = L.map('map').setView([28.601151, 84.115914], 6);
var map = L.map('map');
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', { <!--this is the URL for the census_2010_excluded Geojson-->
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-07-18-1 source and description.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ twitter_text:
introduction: "Information about abandoned vehicles in Chicago, Illinois. Includes all open abandoned vehicle service complaints made to 311 since January 2011, and all requests completed since January 1 2011."
---
<script>
var map = L.map('map').setView([28.601151, 84.115914], 6);
var map = L.map('map');
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', { <!--this is the URL for the Nepal Geojson-->
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-07-18-FLMA.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ twitter_text:
introduction: "A set of recently created labour market areas (LMAs) for Chile."
---
<script>
var map = L.map('map').setView([28.601151, 84.115914], 6);
var map = L.map('map');
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', { <!--this is the URL for the FLMA Geojson-->
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-07-18-Guerry_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ twitter_text:
introduction: 'Socioeconomic data for 1830 France, collected by Andre-Michel Guerry.'
---
<script>
var map = L.map('map').setView([28.601151, 84.115914], 6);
var map = L.map('map');
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', { <!--this is the URL for the Guerry Geojson-->
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-07-18-KingCounty HouseSales2015.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ twitter_text:
introduction: "This dataset contains house sale prices for King County, which includes Seattle. It includes homes sold between May 2014 and May 2015."
---
<script>
var map = L.map('map').setView([28.601151, 84.115914], 6);
var map = L.map('map');
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', { <!--this is the URL for the KingCountyHouseSales2015 Geojson-->
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-07-18-LEHD_Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ twitter_text:
introduction: 'LEHD Origin-Destination Employment Statistics'
---
<script>
var map = L.map('map').setView([28.601151, 84.115914], 6);
var map = L.map('map');
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', { <!--this is the URL for the Nepal Geojson-->
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-07-18-NYC Census 2000.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ twitter_text:
introduction: 'Economic and employment data for NYC'
---
<script>
var map = L.map('map').setView([28.601151, 84.115914], 6);
var map = L.map('map');
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', { <!--this is the URL for the NYC_2000Census Geojson-->
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-07-18-NYC Nhood ACS 2008-12.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ twitter_text:
introduction: "Demographic information for New York City by neighborhood."
---
<script>
var map = L.map('map').setView([28.601151, 84.115914], 6);
var map = L.map('map');
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', { <!--this is the URL for the NYC_NhoodACS2008_12 Geojson-->
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-07-18-NYC_Tract_ACS2008_12.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ twitter_text:
introduction: "Demographic information for New York City census tracts."
---
<script>
var map = L.map('map').setView([28.601151, 84.115914], 6);
var map = L.map('map');
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', { <!--this is the URL for the NYC_Tract_ACS2008_12 Geojson-->
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-07-18-SFCrime_blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ twitter_text:
introduction: "Incidents of robberies, drugs/narcotics possession or sale, vehicle theft, and vandalism for July 1 to December 31, 2012."
---
<script>
var map = L.map('map').setView([28.601151, 84.115914], 6);
var map = L.map('map');
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', { <!--this is the URL for the SFCrime_blocks Geojson-->
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-07-18-SFcrimes_vars.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ twitter_text:
introduction: "Crimes reported to San Francisco police, for July 2012 to December 2012."
---
<script>
var map = L.map('map').setView([28.601151, 84.115914], 6);
var map = L.map('map');
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', { <!--this is the URL for the SFcartheft_july12 Geojson-->
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-07-18-baltim.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ twitter_text:
introduction: "House sales price and characteristics for a spatial hedonic regression, Baltimore, MD 1978."
---
<script>
var map = L.map('map').setView([28.601151, 84.115914], 6);
var map = L.map('map');
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', { <!--this is the URL for the Nepal Geojson-->
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-07-18-chicago_sup_vars.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ twitter_text:
introduction: "Grocery stores in Chicago, IL as of 2015. Scraped from Google Maps in 2015."
---
<script>
var map = L.map('map').setView([28.601151, 84.115914], 6);
var map = L.map('map');
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', { <!--this is the URL for the chicago_sup Geojson-->
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-07-18-co_income_diversity_variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ twitter_text:
introduction: "Income, race, and public health statistics for US counties."
---
<script>
var map = L.map('map').setView([28.601151, 84.115914], 6);
var map = L.map('map');
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', { <!--this is the URL for the income_diversity Geojson-->
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-07-18-comarea_vars.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ twitter_text:
introduction: "Public health indicators for the 77 community areas of Chicago, IL, 2014."
---
<script>
var map = L.map('map').setView([28.601151, 84.115914], 6);
var map = L.map('map');
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', { <!--this is the URL for the ComArea_ACS14_f Geojson-->
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-07-18-contracts_emp_by_year_nta.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ twitter_text:
introduction: "This file contains information on the allocation of government contracts in New York City across 195 NTAs (neighborhood tabulation areas) over a ten-year period."
---
<script>
var map = L.map('map').setView([28.601151, 84.115914], 6);
var map = L.map('map');
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', { <!--this is the URL for the contracts_emp_by_year_nta Geojson-->
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-07-18-county_election_2012_2016 variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ twitter_text:
introduction: "US Presidential Election results in 2012 and 2016, by county Election results"
---
<script>
var map = L.map('map').setView([28.601151, 84.115914], 6);
var map = L.map('map');
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', { <!--this is the URL for the County_election_2012/16 Geojson-->
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-07-18-healthindicators variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ twitter_text:
introduction: "Health indicators for Chicago neighorhoods."
---
<script>
var map = L.map('map').setView([28.601151, 84.115914], 6);
var map = L.map('map');
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', { <!--this is the URL for the HealthIndicators_withpc Geojson-->
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-07-18-liq_chicago.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ twitter_text:
introduction: "Liquor stores in Chicago, IL as of 2015. Scraped from Google Maps in 2015."
---
<script>
var map = L.map('map').setView([28.601151, 84.115914], 6);
var map = L.map('map');
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', { <!--this is the URL for the liq_chicago Geojson-->
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-07-18-natregimes.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ twitter_text:
introduction: "Homicides and selected socio-economic characteristics for continental U.S. counties. Data for four decennial census years: 1960, 1970, 1980, 1990."
---
<script>
var map = L.map('map').setView([28.601151, 84.115914], 6);
var map = L.map('map');
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', { <!--this is the URL for the natregimes Geojson-->
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-07-18-nepal.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ twitter_text:
introduction: 'Contains development-related data for 75 districts in Nepal.'
---
<script>
var map = L.map('map').setView([28.601151, 84.115914], 6);
var map = L.map('map');
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', { <!--this is the URL for the Nepal Geojson-->
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-07-18-nyc.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ introduction: ' Contains demographic and housing
data for 55 sub-boroughs of New York City.'
---
<script>
var map = L.map('map').setView([28.601151, 84.115914], 6);
var map = L.map('map');
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', { <!--this is the URL for the nyc Geojson-->
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-07-18-walnut_hills.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ twitter_text:
introduction: "Crime data in the Clifton, Walnut Hills, Evanston, and Avondale neighborhoods of Cincinnati, OH for the last 6 months of 2008."
---
<script>
var map = L.map('map').setView([28.601151, 84.115914], 6);
var map = L.map('map');
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', { <!--this is the URL for the walnut_hills Geojson-->
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-07-19-CHIM.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ twitter_text:
introduction: "A temporally consistent framework for the analysis of internal migration over a period covering twenty-five years from 1977 to 2002."
---
<script>
var map = L.map('map').setView([28.601151, 84.115914], 6);
var map = L.map('map');
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', { <!--this is the URL for the Harmonised_municipalities Geojson-->
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-07-19-clev_sls_154_core.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ twitter_text:
introduction: "Contains location and sales price of home sales in a core area of Cleveland, OH for the fourth quarter of 2015."
---
<script>
var map = L.map('map').setView([28.601151, 84.115914], 6);
var map = L.map('map');
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', { <!--this is the URL for the clev_sls_154_core Geojson-->
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
Expand Down
2 changes: 1 addition & 1 deletion assets/css/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/main.js

Large diffs are not rendered by default.

Loading

0 comments on commit 93111e2

Please sign in to comment.