Ryan Baumann

Results 79 comments of Ryan Baumann

Amazing @gnestor this is going to be great! To fit the bounds of your map to a geojson feature, I recommend using a subpackage of `turf.js` to calculate the bounds....

@gnestor nice, glad that worked! I'd recommend setting the map center and zoom to fit the bounding box of the data. Here's how I'd recommend initializing the map to the...

@gnestor loving that the primary use case is a map on mars ;) Yes, Mapbox GL JS supports a ton of layers, everything from Raster Tiles, to Vector Tiles, to...

@gnestor, not this week, unfortunately - I'll revisit next week.

Hi @fux002 - the min/max values to query from your database are calculated from the min/max datetime values in your datagrams. For example if my filter_continuous_column value is `my date`...

@ODemidenko thanks for the issue link - the `insert or update` option could work here. I'll see what I can help with.

Awesome proposal @mourner. This default functionality would benefit data visualization use cases - currently, the `heatmap-intensity` setting requires manual changes in order to show the extent of heatmap-color range when...

Adding additional 👍 to this ticket with the [JSON client data-join example](https://www.mapbox.com/mapbox-gl-js/example/data-join/) now live. Users exploiting DDS for data-joins for data visualization will want smooth transitions to show change over...

@sanjin-saric did you make any progress on this DDS-transition feature? Please link to your PR if so.

@mblomdahl I would recommend: 1. Checking if the style is loaded on the `styledata` event. * https://www.mapbox.com/mapbox-gl-js/api/#map#isstyleloaded 2. Checking if the circle layers and sources exist before trying to remove...