mapboxgl-powerbi icon indicating copy to clipboard operation
mapboxgl-powerbi copied to clipboard

Pass GeoCoder Lat/Long Coordinates to Power BI

Open steved-MarketGrunt opened this issue 6 years ago • 1 comments

Hi, I was wondering if it's possible to have the GeoCoder feature not only perform address lookups (which it does now) but also pass the Lat and Long co-ordinates from that look up as variables that Power BI measures could use.

steved-MarketGrunt avatar Jun 27 '19 04:06 steved-MarketGrunt

This would be useful not just for single point geocoding, but also for polygon selection:

  1. Bounds of the currently visible map
  2. Bounds of lasso'ed shape

If these values are exposed to Power BI then we can use them to make API calls a la Mapbox TileQuery and its peers. As always, give me the underlying data! :)

Somewhat related issues:

  • https://github.com/mapbox/mapboxgl-powerbi/issues/233
  • https://github.com/mapbox/mapboxgl-powerbi/issues/303
  • https://github.com/mapbox/mapboxgl-powerbi/issues/327

otravers avatar Jul 21 '19 16:07 otravers