Open ClementPinard opened 7 years ago
Sorry I never saw this! I think my notification settings were screwed up.
Check out the newly-added export option under the settings menu. Currently it requires typing commands into the chrome web console, but hopefully should be straight-forward enough .Let me know how it works out for you.
Hello, thanks for your answer !
I have been testing it lately, and unfortunately I can't get it to work, I always endu up with the message
at merc-extreme.js:1194
at Function.j.each.j.forEach (underscore.js:87)
at TextureLayer.numLoadingTiles (merc-extreme.js:1193)
at waitUntilReady (merc-extreme.js:4178)
at merc-extreme.js:4190
Any idea ? Thanks in advance !
Clément
glad you're trying it out. is there more to the error trace? it seems incomplete.
On Thu, Aug 30, 2018 at 2:16 PM Clément Pinard notifications@github.com wrote:
Hello, thanks for your answer !
I have been testing it lately, and unfortunately I can't get it to work, I always endu up with the message
at merc-extreme.js:1194 at Function.j.each.j.forEach (underscore.js:87) at TextureLayer.numLoadingTiles (merc-extreme.js:1193) at waitUntilReady (merc-extreme.js:4178) at merc-extreme.js:4190```
Any idea ? Thanks in advance !
Clément
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/mrgriscom/merc-extreme/issues/19#issuecomment-417417242, or mute the thread https://github.com/notifications/unsubscribe-auth/AAOntSEAscZTfgdSZcNrKNgiwnoRHUYBks5uWCvigaJpZM4M3BNv .
Wow silly me, didn't copy paste the whole stacktrace ! here is it in full :
Uncaught TypeError: Cannot read property 'status' of undefined
at merc-extreme.js:1194
at Function.j.each.j.forEach (underscore.js:87)
at TextureLayer.numLoadingTiles (merc-extreme.js:1193)
at waitUntilReady (merc-extreme.js:4178)
at merc-extreme.js:4190
a few more insight : it only crashes when the export operation needs several tiles to be stitched together, when only one tile is needed (like a regular print screen), the export works. I tested it on chromium and firefox, ubuntu 16.04.
Hi thanks a lot for your awesome project ! I find the images created beautiful and i would like to know if it's possible in a way or another to get a high resolution of this rendering. I don't know much about js so I have no idea how one could do that.
Thanks in advance !