Steve Bennett

Results 125 issues of Steve Bennett

This doesn't seem to matter, but the GeoJSON source added to the map isn't actually valid. The route segments are of this form: ``` { "properties": { ... }, "geometry":...

bug
auto-triaged

I'm not sure how to diagnose further, and am open to suggestions. Here's my code: ``` Map { background-color: #b8dee6; } #countries { ::outline { line-color: #85c5d3; line-width: 2; line-join:...

bug

I have been processing a file which is 81GB of newline-delimited JSON. I have processed it a couple of times successfully on this machine. Just now I changed the parameters...

I'm having trouble finding a workflow to use when a part of a large dataset changes, with changes confined to one specific area. For instance, I add a couple of...

Could --accumulate-attribute please support an array mode? Instead of just appending values to a comma separated string: `foo,bar`, an actual array would work much better with Mapbox-GL's `in` operator: `["foo",...

I need to generate a tileset containing three layers, boundaries at very different scales. I'd like them to have minzooms of 7, 9 and 11. As far as I can...

It would be really handy if we could use an existing Input control (outside the Leaflet map), rather than creating one. I'd appreciate any feedback on the feasibility of implementing...

I have three kinds of plots, all using binX: - quantitative data with automatically computed range, ramp legend created with `myplot.legend('color', ...)` - quantitative data with manually assigned ranged, threshold...

enhancement

I'm trying to write a script that uses a Google Sheet to update metadata for many datasets at once. But it doesn't really work for the contact details field. This...

What is the current status of this repo? The documentation in NPM refers to a `SymbolLayer3D` method. This doesn't seem to exist in master, only in the `SymbolLayer3D` branch, which...