Map vizzard component of the DEEP Reporting module allowing users to create and design interactive maps and present geographic data on a map for reporting purposes using proportional symbols and choropleth polygons.
Built using JavaScript, React, OpenLayers and D3.js.
Clone the repository
git clone [email protected]:the-deep/reporting-module-map-vizzard.gitChange into folder
cd reporting-module-map-vizzardInstall dependencies
yarn installFor library:
cd lib
yarn lint
yarn css-lint
yarn typecheckFor storybook:
yarn lint
# or
yarn lint:lenientcd lib
yarn watchcd storybook
yarn storybook