Stefan Keim
Stefan Keim
a lot of issues in node-canvas deal with installation problems: https://github.com/Automattic/node-canvas/issues/919 https://github.com/Automattic/node-canvas/issues/913 https://github.com/Automattic/node-canvas/issues/911 https://github.com/Automattic/node-canvas/issues/905 https://github.com/Automattic/node-canvas/issues/901 https://github.com/Automattic/node-canvas/issues/890 https://github.com/Automattic/node-canvas/issues/871 https://github.com/Automattic/node-canvas/issues/854 https://github.com/Automattic/node-canvas/issues/852 https://github.com/Automattic/node-canvas/issues/796 https://github.com/Automattic/node-canvas/issues/788 https://github.com/Automattic/node-canvas/issues/779 https://github.com/Automattic/node-canvas/issues/771 https://github.com/Automattic/node-canvas/issues/768 https://github.com/Automattic/node-canvas/issues/755 https://github.com/Automattic/node-canvas/issues/752 https://github.com/Automattic/node-canvas/issues/751 https://github.com/Automattic/node-canvas/issues/745 https://github.com/Automattic/node-canvas/issues/731 With...
Would be nice to support gz compressed GeoJSONs for input and output for bigger datasets. When using streams it could look something like this: ``` TS if (this.options.gz) { outStream...
Have you considered to use ```document.createTreeWalker``` or ```document.createNodeIterator``` for DOM traversal? I like the API but it is hardly ever used and I just wonder why.
Maybe you want to set up a [GitHub Page](https://pages.github.com/) and get the custom domain [styleguide.js.org](http://dns.js.org) for free. (renaming the repo to `styleguide` would be required)
## Motivation > Injecting custom layers into Mapbox core styles is a common use case and confusing to users, especially when a user wants to swap out the core style...
In a mapclient I need to sandwich a custom layer of ocean currents in between "water" and "land" in such a way that "land" masks the custom layer. Therefor it...
If you are interested in a short URL for free have a look at [JS.ORG](https://dns.js.org).
Is there a chance to get API mode on windows?
If you are interested in a free short domain for your project, have a look at [dns.js.org](http://dns.js.org/)
It would be nice to be able to generate a regular OL Style descriptor as a string. Could then just be copied into the code and wouldn´t make it necessary...