Adrien
Adrien
I don't know how the update of the tiles can be forced and done, maybe @gchoqueux can answer this question ? > Curiously enough that tileLayer.object3d.rotateZ() does't work with default...
I'm not familiar with OpenElevation API, can you give us more context ? What does a request look like for example ?
Concerning OpenElevation: it seems that it only returns the elevation of asked points, so you can't use it with an `ElevationLayer` in iTowns. But you should be able to code...
You don't need a key to use iTowns. If you have only changed the API key in your code, it should works. I don't really know how those keys works,...
I think I saw an issue about that, but can't seem to find it ! From what I looked, Google doesn't offer a way to query tiles only, you need...
The `Too many requests` doesn't surprise me, as there is not API key to specify, so this may be a limited stream. You could compute the zoom, knowing the size...
> Agree, but it seems the only "easy" way to use google layer with API key. Yeah, they really don't want people using other library than their ;) Let me...
Thanks for the suggestion ! Unfortunately, there is no CeCILL-B 2.1 license. It is either CeCILL-B (the one we are using), either CeCILL 2.1. The one you are interested in...
Thanks for creating this issue ! This can be a good first contribution for anyone wanting to contribute to iTowns. @jailln yes, in fact the `CONTRIBUTING` file could be rewritten...
This is due to [this line](https://github.com/iTowns/itowns/blob/master/examples/js/DragNDrop.js#L123), because the dimensions of the extent of this file is quite big, resulting in a `range` value approximately equals to 23634000000. To fix it,...