Matthew Bloch
Matthew Bloch
* CMYK versions of color ramps * Support for `cmyk(c,m,y,k)` notation * Interpolation of cmyk colors * Add an option to save values for each channel to a separate field...
I'm adding support for Weia Reinboud's "Cupola" projection (an equal-area world map projection) to mapshaper's projections library (https://github.com/mbloch/mapshaper-proj). To use this projection, run `proj cupola` in the web UI or...
It should be easier to make custom insets (like the albersusa projection), and there should be support for adding inset boxes and partitions.
... like Cahill, dymaxion, Goode homolosine, etc.
Consider adding support to mapshaper-gui for all the -i command options. Among other benefits, this could improve the output of the web console's "history" command, which converts a web UI...
The -info command and the GUI bbox info display should display both the projected and lat-long bounding boxes of projected layers
The `-calc` command currently just logs its output to the console. If you run a command like `-calc 'sum(pop)'` you get console output that looks like like: ``` [calc] sum(pop):...
Lack of documentation is a problem for most users. I have a few ideas for how to improve the documentation. * There should be more examples. * Examples should all...
Splinter polygons can form as a byproduct of some operations, like clipping and erasing. There should be a way to remove these. Perhaps the clip/erase commands should automatically filter out...