Forum Discussion
tmoeltner
8 years agoFrequent Visitor
Leaflet integration is not working (map is not shown)
Hi, I have created a PBI custom visual with leaflet and geojson libraries. I used following npm and typings commands to install the frameworks npm install leaflet npm install geojson typin...
- 8 years agoSettingvar L = typeof L !== 'undefined' ? L : window['L'];in the construtor of solves the problem
- 8 years ago
Glad to hear that. You may help accept the solution above. Your contribution is highly appreciated.
tmoeltner
8 years agoFrequent Visitor
Setting
var L = typeof L !== 'undefined' ? L : window['L'];
in the construtor of solves the problem
- v-chuncz-msft8 years ago
Community Support
Glad to hear that. You may help accept the solution above. Your contribution is highly appreciated.