Simplified Rivers of Spain. Data from Ministerio para la Transición Ecológica .
Last active
May 23, 2019 19:20
-
-
Save LuisSevillano/7cc7bf683378eb2575ef407be78fc8ac to your computer and use it in GitHub Desktop.
Rivers of Spain
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
border: none | |
height: 650 |
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
rivers | |
test | |
prepublish | |
node_modules |
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
<!DOCTYPE html> | |
<html lang="en" dir="ltr"> | |
<head> | |
<meta charset="utf-8" /> | |
<title>Rivers of Spain</title> | |
</head> | |
<body> | |
<img src="preview.png" width="960" height="650" /> | |
</body> | |
</html> |
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
{ | |
"name": "spain-rivers", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"prepublish": "./rasterize" | |
}, | |
"author": "Luis Sevillano", | |
"license": "MIT", | |
"devDependencies": { | |
"canvas": "1", | |
"d3-geo": "1", | |
"d3-scale": "^1.0.6", | |
"topojson-client": "2" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment