Steve Bennett

Results 125 issues of Steve Bennett

The colour palette at the bottom of the editor appears to only detect rgb() or #abc colour definitions - not hsl(). This is obviously low impact.

Has there been any discussion of using data from OpenAddresses.io? The source of that data is non-OSM but it's open licensed (CC-0), and there are areas where the OSM data...

enhancement
help wanted

I'm not sure how the `turfjs.org` website is generated and updated, but it would be helpful if it included a version number to indicate what version the docs refer to....

docs

I notice that there is [turf-polygon-reduce](https://github.com/Turfjs/turf-polygon-reduce) (https://github.com/Turfjs/turf/issues/240), a separate module which generates poles of inaccessibility for polygons, which didn't make it into Turf. But since then, there is [https://github.com/mapbox/polylabel](polylabel), a...

new-module

Input code (as a markdown file referenced from documentation.yml): (I added `\` at the start of ``` lines to get Github Issues to leave them alone). ``` To use without...

So, there are now three potential sources of geocoder results: Mapbox, local, custom external. There is one flag to switch off Mapbox and only use local. (Implicitly, if `localGeocoder` or...

enhancement

There doesn't seem to be a way to remove the marker pin, other than `.clear()` which has the side-effect of focusing the control. (At least it is possible to clear...

enhancement

The `localGeocoder` property is a function which returns results `in the Carmen GeoJSON format`. However, this statement is not enough to tell you which fields your function *must* provide. It...

docs improvement

I was quite surprised that this didn't "just work": `gl switch gh-pages` I'd expect it to automatically check out and switch to origin/gh-pages, creating the local branch gh-pages (and explain...

enhancement

I want to create a repo that is only `gh-pages`. I did this: 1. `gl init` 2. `gl branch -c gh-pages` 3. `gl switch gh-pages` Problem: Gitless just deleted all...

docs
help wanted