Forum Discussion
Flight map with ArcGIS
Hello,
We are looking for a solution to present flight routes in a PowerBi dashboard. We considered R visuals however this way we loose some of important features. ESRI maps looks much better but we don't know if it is possible to link different locations. Is this something doable in ESRI maps?
Thanks, Michal
- Anonymous9 years ago
I agree with Anonymous, the ArcGIS map visual doesn't currently support lines/routes, only points (<30,000). It's also not released to the 'Publish To Web' service yet if you have public users. That said, it seems a very powerful (alberit still evolving) visual. Also, Steve Howard has an interesting post about using sampling which can simulate many points as a line - see http://angryanalyticsblog.azurewebsites.net/index.php/2016/08/02/map-visual-how-to-deal-with-large-datasets/
On mapping with R, that blog post from ankitpatira is excellent but I've found that:
- The R map packages supported now (e.g. 'worldmap' and 'maps') don't go below country level much outside the USA - i.e. state/ province/ county/ suburb level aren't easily covered.
- And cool R mapping options such as 'ggmap' which allow use of various online sources (e.g Google Maps and Stamen
Maps) are not currently supported in the Power BI service (thye should work on Desktop). You can vote for including 'ggmap' as a supported R package in Power BI here!: https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/17941423-r-package-ggmap - R visuals require a Pro licence
- R visuals don't give you an interactive way to filter other visuals on your page (as the ArcGIS map and other map visuals do)
- R visuals aren't available for public use via "Publish To Web"
3 Replies
- AnonymousNot applicable
I agree with Anonymous, the ArcGIS map visual doesn't currently support lines/routes, only points (<30,000). It's also not released to the 'Publish To Web' service yet if you have public users. That said, it seems a very powerful (alberit still evolving) visual. Also, Steve Howard has an interesting post about using sampling which can simulate many points as a line - see http://angryanalyticsblog.azurewebsites.net/index.php/2016/08/02/map-visual-how-to-deal-with-large-datasets/
On mapping with R, that blog post from ankitpatira is excellent but I've found that:
- The R map packages supported now (e.g. 'worldmap' and 'maps') don't go below country level much outside the USA - i.e. state/ province/ county/ suburb level aren't easily covered.
- And cool R mapping options such as 'ggmap' which allow use of various online sources (e.g Google Maps and Stamen
Maps) are not currently supported in the Power BI service (thye should work on Desktop). You can vote for including 'ggmap' as a supported R package in Power BI here!: https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/17941423-r-package-ggmap - R visuals require a Pro licence
- R visuals don't give you an interactive way to filter other visuals on your page (as the ArcGIS map and other map visuals do)
- R visuals aren't available for public use via "Publish To Web"
- SeanCommunity Champion
Anonymous Nice links as always! Just Voted.
Also anyone else reading please Vote to bring the Aerial (Satellite Photo) MAP Background option from PowerView to PBI.
Thanks! :smileyhappy:
- AnonymousNot applicable
Hi emichal,
Based on test, arcgis map seems not suitable for filght map. R script visual is more suitable for your requirement.
If you want to know more about how to use r visual to create the flight map, you can refer to ankitpatira's blog:R script and R visuals in Power BI
Regards,
Xiaoxin Sheng