This repository is a fork of the PowerBI-Routemap project.
It includes fixes to resolve build compilation issues and removes the persistent
"bingmapsportal.com" missing developer keys banner.
Credit for the original project goes to @weiweicui.
Special thanks to @dexth3r and @ivanarganda for their valuable insights.
To generate the build file:
npm run package
The output will be located in the code/dist/
directory.
- Please find the plugin files in the dist folder.
- Please find the source code in the code folder.
- Please check the official PBI custom visual guide first.
npm install
to setup nodejs packages.npm run start
to start the custom visual.
- Need more info/help? Please visit here.