Thomas Ansart
Thomas Ansart
From the [constructor page ](https://sharp.pixelplumbing.com/api-constructor) of Sharp website, there are 2 references to animated file in the options + `options.pages` [number ](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number) number of pages to extract for multi-page input...
Thanks for pointing me out QGIS function lacks! I didn't look closely
No idea if it can help but lately I've used this R package called [smoothr](http://strimas.com/smoothr/) to first smooth a vector and then simplify it with mapshaper.
Great idea! To choose a method and a number of class that could be reuse in -colorizer breaks=
Very good news!
Hi, You could reuse the example for the `-filter` command in the [wiki](https://github.com/mbloch/mapshaper/wiki/Command-Reference#-filter) of mapshaper `-filter '"19,256,355".indexOf(COD) > -1'` Or in a very similar way use [includes](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/includes) `-filter '"19,256,355".includes(COD)'`
`layers` works in vega-editor, so I suppose it's not specific to future 2.0. But I can't find any specs for `layers` except in [this pull request](https://github.com/vega/vega-lite/pull/1241). I don't know if...
Vega-lite 2.0 documentation is on line but not complete. Specifications for layers will be here : https://vega.github.io/vega-lite/docs/layer.html + Slides from OpenVizConf : https://www.domoritz.de/talks/VegaLite-OpenVisConf-2017.pdf
Yes, It would be great to know if there is plan (or not) to continue Lyra.
Great news! I'm looking forward to test it. Thanks for the update.