mapboxgl-powerbi
mapboxgl-powerbi copied to clipboard
Pass GeoCoder Lat/Long Coordinates to Power BI
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.
This would be useful not just for single point geocoding, but also for polygon selection:
- Bounds of the currently visible map
- 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