arnaudleclerc / ng-azure-maps

Angular wrapper around azure maps
MIT License
16 stars 14 forks source link

Do not initialize layer depending on a datasource if there is no such datasource #1

Closed arnaudleclerc closed 4 years ago

arnaudleclerc commented 4 years ago

The fix can be found on the azure-map directive. I also changed the (onLoad) to (onReady) in order to verify that the fix actually works

giotab commented 4 years ago

Solved