GuittonHubert

Results 4 comments of GuittonHubert

I'm playing around with the same stuff and still have no solution. I'm attempting to modify the json schema on the fly to match the actual json value, that is...

I added the proposed option in the file ImageCanvas.js in the constructor: `this._context = this._canvas.getContext("2d", { willReadFrequently: true });` The warning message disappeared then. Duno if there is a benefit.

This is what I suspected. Removing the night and specular effects are a temporary solution. Maybe I will try to re-project the night_4096.png and night.png into the epsg:4326.

FYI, reprojecting works better. Please find command reference for anyone facing the same issue: EPSG:3857 extent is 180W, 90N and 180E,90S. Let's get the extent in EPSG:3857 ``` cs2cs +init=epsg:4326...