Skip to content

Commit

Permalink
feat(Wards): Added Wards
Browse files Browse the repository at this point in the history
Added wards and linked them to their polygons
  • Loading branch information
gaithoben committed Nov 27, 2018
1 parent df63211 commit e543385
Show file tree
Hide file tree
Showing 5 changed files with 20,137 additions and 2 deletions.
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
},
"homepage": "https://github.com/gaithoben/kenya#readme",
"dependencies": {
"hls.js": "0.8.9",
"unique-random-array": "1.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import counties from './json/counties.json';
import constituencies from './json/constituencies.json';
import counties from './json/kenyacounties.json';
import constituencies from './json/kenyaconstituencies.json';
import uniqueRandomArray from 'unique-random-array';

module.exports = {
Expand Down
Loading

0 comments on commit e543385

Please sign in to comment.