Ryan Baumann
Ryan Baumann
Ref - https://github.com/mapbox/mapboxgl-jupyter/issues/67 [Mapbox GL JS](https://www.mapbox.com/mapbox-gl-js/api/) is an open-source WebGL-based map rendering SDK. It can specifically render much, much larger geojson data than leaflet on the fly because: 1. It...
Users want to be able to map `linestrings` in a similar way to choropleth/fill layers. 1. By passing a series of long/lat points, grouped by a dimension, and connected in...
Submit the Mapbox Visual for Power BI to the Office Store's certification process https://docs.microsoft.com/en-us/power-bi/power-bi-custom-visuals-certified cc/ @samgehret Potential challenges * Accessing exernal resources (api.mapbox.com) * Applying ESlint checks (we should do...
* Lastest API - https://www.npmjs.com/package/powerbi-visuals-api * API Changelog - https://microsoft.github.io/PowerBI-visuals/docs/changelog/ * API v2.1 release notes with details on what changed from v1 to v2 - https://microsoft.github.io/PowerBI-visuals/docs/changelog/api-2-1/ Requires changing the `dataView`...
# Problem Hover/highlight interactions with a large data source is slow, especially on IE11 and Edge. # Solution Use setFeatureState for all hover/highlight interactions, instead of a separate highlight layer...
Currently, in Beta-1.4, cluster layers do not have the same functionality as other layers. We should make cluster layers have equivalent functionality as circle layers. Specifically: 1. Cluster layers should...
### Feature Request Add a `radius` filter or `drive/walk/cycle` time filter at a selected location on the map. Highlight and select all user data that falls within the radius or...
# Demo idea Publish a sample workbook that consumes a streaming data source from Azure or Pubnb. This is a common operations dashboard use case. Reference streaming example: http://thuansoldier.net/?p=7187
## Background [Mapbox Boundaries](https://www.mapbox.com/boundaries/) is a premium vector tile data source available from Mapbox. The Boundaries product can be used in the Mapbox Visual for Power BI as part of...
# Proposal Developers want to be able to create icons to drop into their map visualization, in addition to circles, for point type data. This issue tracks adding `symbol` layer...