Chrome on Android crashes when zooming/moving a VectorTile layer -


we creating webppp tablets.

because our webapp needs have offline capabilities, saving entire vectortile layer in pouchdb (around 25k tiles).

this layer used orientation (much google maps),
includes streets, buildings, forests , on.

the tiles generated geoserver 2.11.1 extension.

now our problem is, chrome crashed ('oh no' message) when move map around or zoom in/out. firefox doesn't work better, doesn't crash slow hell.
testing purposes deactivated styling (just basic) , layer displayed.

does know why browser crashes, or there way find out? there alternatives?

tablet used test: galaxy note pro, tablet bad graphical apps?
other tablets did work fine.

thanks

you may running low on memory. configure ol.source.vectortile smaller cachesize, e.g. 32 instead of default (128).

new ol.source.vectortile({   cachesize: 32,   // ... }); 

Comments

Popular posts from this blog

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -