faeron

Results 2 comments of faeron

Same issue here. Using the default tiles it is working. But changing the source to a custom tile server gives me an error. Also using webpack ``` Uncaught TypeError: a.V...

I debugged the minified source (formatted) in chrome, and probably found the original openlayers code, causing the problem. ![ol2](https://user-images.githubusercontent.com/2397128/28564928-e658b02c-712a-11e7-9a86-a74137932449.png) This looks like the following code https://github.com/openlayers/openlayers/blob/9fc0fb5e74146cd9a0c99926bed1a0f51fc745ad/src/ol/layer/layer.js#L124-L127 This would mean the...