Juri Strumpflohner

Results 69 comments of Juri Strumpflohner

@markuspalme Note that there exists already the possibility to get hold of the underlying ol3 map object. ``` javascript function SomeController(olData) { ... olData.getMap().then(function(map) { // use map to directly...

Hey, something like this may work. ```html ``` and in the controller ```javascript var component = { templateUrl: 'map.html', controller: MapController, controllerAs: 'vm' }; function MapController($scope) { var vm =...

Hi, I'm sorry, but I need more detail to be able to help.

Can you paste me the essential parts of the ``?

@dulcedilip Awesome, thx for your contribution. Would you mind squashing your changes into a single commit that follows our [contribution guidelines](https://github.com/tombatossals/angular-openlayers-directive/blob/master/CONTRIBUTING.md#commit)? Let me know if you need help with that....

@dulcedilip Ok, I see. could you submit that branch as another PR? Would that be possible? thx :smile:

Sure, can you elaborate bit more on this?

Interesting. > Do you think there is other side effect by doing that ? No, not really. It's an edge case where the developer might want to go native with...

HI @HendrikZero72, I'm helping @tombatossals out on maintaining this project. However I'm quite busy currently by myself with lots of other stuff. That's why things are proceeding a bit slowly...