Steve Bennett
Steve Bennett
I just searched for "gross domestic" in `preview.nationalmap.terria.io` and it took over 9 minutes to complete, in Chrome with dev tools open. In that whole time, there was no feedback...
If you're looking for features to add to `cli.js`, it would be useful to automatically generate JSON5 from JSON, with a few flavour flags. Stripping quotes from keys where not...
**mapbox-gl-js version**: 1.9.0 **mapbox-gl-draw version**: 1.1.2 ### Steps to Trigger Behavior Initialise draw like: draw = new MapboxDraw({ displayControlsDefault: false, modes: { ...MapboxDraw.modes, }, keybindings: true, }); 2. Create a...
I'm currently implementing a custom mode to draw and edit curves following the WKT model (three points on a circular arc). One issue that is quite awkward to deal with...
This dependency on geojson-flatten (which itself has several more) is easily replaced. It also turns out many of the tests to `constrainFeatureMovement()` were supplying faulty Polygon coordinates. (Motivation: this was...
I have just been working with some Esri vector tiles, which support a variable zoom depth. That is, tiles are generated to higher zoom levels in areas that contain more...
TileJSON doesn't seem to support Mapbox's own [vector tiles spec](https://github.com/mapbox/vector-tile-spec/tree/master/1.0.1). Am I misunderstanding something, or is this an omission? I can see two ways to support it: 1. The `data`...
Requesting an icon for hazards, probably an upside down triangle with an exclamation sign in it (⚠) I run into this need frequently when making maps for cycling, hiking etc....
I'm often using this page https://www.mapbox.com/maki-icons/ to try to find an appropriate Maki icon for a given use. I assume that's the primary purpose? It could work better: - only...