Steve Bennett

Results 125 issues of Steve Bennett

Describe how to achieve reprojection.

Not sure if I'm doing something wrong, or something broke, but currently, editing the text representation of the GeoJSON doesn't cause the map to be updated. So pasting into the...

Not sure if this is a solvable problem, but geojson.net suffers from the same problem as geojson.io, in that if one polygon is wholly within another, it can be impossible...

Sorry if it's too early for the wishlist :) But a need that I've often experienced, and never found a good solution to, is simple collaborative editing of geodata. Basically:...

pony

Just a friendly suggestion to consider using standard *nix command-line option style with double hyphens for long option names: `--save-to`, `-S` (rather than `-save-to`) It would also be nice if...

``` map.U.on(['mylayer','myotherlayer'], e => ... ) ```

enhancement
good first issue

One function like: `map.U.clickDebug()` then when you click any layer it console logs info about it.

enhancement

This might look like: ``` map.U.setStyle('mapbox://mapbox.blah', { discardRegex: 'mapbox://' }) ``` Then: 1. Fetch new style 2. Find every source in current style whose URL doesn't match the discardRegex, add...