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

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -