Skip to content

DylanMoriarty/connectivity-atlas

 
 

Repository files navigation

Connectivity Atlas

Contributing:

Please see contributing.md for guidelines on contributing. All Pull Requests should be made against the develop branch.

Install:

  • Install Bundler
  • $ bundle install (this will install Jekyll and other libraries needed for the site)

Serve the site locally:

$ bundle exec jekyll serve --baseurl '' -w -- this rebuilds the site whenever a change is made, you will need to reload

Deployment:

The site is served via GitHub Pages based on content within the gh-pages branch.

Data sources:

Maps are served via mapbox-gl.js. Additional data sources can be added by creating an item in the Sources collection and updating the YAML front matter.

  • Source filenames should match the id of the source.
  • Vector styles specific to the source should be included.
  • The source-url should be the location of the vector tile set.
title: US Natural Gas
attribution: EIA
attribution-url: http://www.eia.gov/maps/layer_info-m.cfm
id: NaturalGas_InterIntrastate_Pipelines_US
source-url: mapbox://mappingfuture.b2hs38fr
layer: NaturalGas_InterIntrastate_Pipelines_US
tags:
  - line
themes: oil
line-color: '#c7125a'
line-width: 0.8

About

An interactive map of global infrastructure.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 38.3%
  • JavaScript 23.6%
  • Ruby 17.0%
  • CSS 13.9%
  • CartoCSS 7.2%