@mapsinbolivia/gridmap
v1.0.27
Published
A JavaScript module with the basic functions for manipulating gridmaps.
Downloads
12
Maintainers
Readme
gridmap
Gridmaps are a popular visualization format for showing a map, without the typical area distortion, and with one square for every polygon (more on cartograms).
This JavaScript module provides the constructor for creating gridmaps.
To install it in npm:
npm install mapsinbolivia/gridmap
To use it from the browser:
require('@mapsinbolivia/[email protected]/dist/gridmap.js')