/datamaps.co

Datamaps.co是一个用于创建数据可视化映射一个自由和简单的平台

Primary LanguageJavaScriptMIT LicenseMIT

datamaps.co

Datamaps.co is a free and simple platform for creating visualizations with data maps. It allows you to upload CSV file with region data, and fully customize your map's appearance. Your Map can be saved as PNG or SVG.

Main technology stack

  • React
  • Redux
  • d3
  • Node + express
  • css-modules

Adding new map

  • prepare topoJSON file:
  • place topoJSON file in public/data/topo/MAP_TYPE.json
  • create example csv and put to public/data/csv/
  • add map info to src/config/maps.js
  • create map image thumb and put to public/images/maps/ [resolution: 350x250]

development

  • clone this repo
  • run npm install from main repo directory
  • start express.js server: npm start
  • go to localhost:3030 in your browser

License

The project is available as open source under the terms of the MIT License.