gridmap-formatdeprecated

A JavaScript module with the basic functions for manipulating gridmaps.

Usage no npm install needed!

<script type="module">
  import gridmapFormat from 'https://cdn.skypack.dev/gridmap-format';
</script>

README

gridmap-format

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).

A typical gridmap, by WNYC

This JavaScript module provides the basic formats for manipulating gridmaps.