adamhooper / canada-map-projections

Shows Canada and its provinces with some popular map projections.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Canada Map Projections

This simple page proves once and for all that your maps are wonky.

Because all maps are wonky.

Live server

This code is running at http://canada-map-projections.adamhooper-projects.com.

Serving

Just put all files on a web server somewhere, and point to index.html.

For instance, if you have Python, run python2 -m SimpleHTTPServer or python3 -m http.server and then browse to http://localhost:8000.

(You don't really need the ./generate-maps directory, unless you're editing the data files.)

About

Shows Canada and its provinces with some popular map projections.


Languages

Language:JavaScript 80.9%Language:CSS 10.3%Language:Shell 8.7%