Juri Strumpflohner

Results 69 comments of Juri Strumpflohner

Most probably because the example are no more up to date with upgraded made on this library, especially with regards to the ol versiob used. Unfortunately I don't have any...

Hmm, I think this is more like a question for the ol3 repository, like what they do to optimize openlayers maps on mobiles and whether there are strategies for caching...

@yong2khoo88 would you be willing to submit a PR for this? You could send me a proposal and we could discuss on this?

@rsharus Hi, can you provide an example of how this can be used? Advantages? Thx :+1:

@raymonschouwenaar It would be cool if you could share your code or even provide is at PR to this library so even others can benefit from it :smiley:

@aagg1234 AFAIK you have implemented some basic authorization mechanism. Can you maybe share some insights with @yong2khoo88 ?

Hi @evisms, I don't think this is possible right now, like to filter features within a layer. Could you paste a code example how you register your layer with this...

Yep, same problem here with my Angular app. Any way to circumvent this, otherwise I have to digg into the codebase :)

Ok, just had a quick look on the codebase ``` javascript $.fn[ pluginName ] = function (options) { return this.each(function () { if (!$.data(this, "plugin_" + pluginName)) { $.data(this, "plugin_"...

That's kinda strange as according to the codebase this shouldn't be possible (if I'm not missing something). Are you sure you're using the latest version? Maybe in a previous one...