Sam Matthews
Sam Matthews
Right now feature collections are a bit iffy. The `ops.geom.union()` function, for example, tests to see if a passed object has `object.features`, which means it's a feature collection and then...
Right now when you press the "combine selected features into a feature collection" it breaks when you have an actual `FeatureCollection` selected.
Something about the loop is borked - we should fix this.
Currently all of our turf functions return geometry and we add as a new layer. How do we propose working with functions that are essentially mathematical functions that are more...
Clicking and dragging the layers on `layerList` would be awesome.
The maps are using an old mapbox.js library and raster tiles. Let's move over to using mapbox-gl-js instead. This would be a good little hack project for anyone interested in...
Let's not forget to collect our retrospective notes from the spring fling this year. Let's answer questions like: * what went well? * what didn't go well? * how was...
@coregis mentioned having some sort of jobs board on cugos.org would be neat. Anyone have ideas of how this could work? cc @powersa @aaronr @thedeb @foundatron
It looks like all of the buttons on the left side are broken, possibly a CSS issue? Maybe a `Leaflet.draw` version bump would help.
Maybe this is already possible, but it would be really cool to hover on a "tile" and get the bounding box of that tile at a specific zoom level. Right...