Hi Kevin, I dont know which tiles are fetched first and i dont think that there is an option to control this. Could you elaborate on what you are trying to achieve?
The amount of concurrently loaded tiles is governed by the browser that you are using. Chrome is able to run 6 concurrent http requests. (Further reading <http://sgdev-blog.blogspot.fr/2014/01/maximum-concurrent-connection-to-same.html>) There might be a way to tell your browser to allow more or less concurrent connections. The amount of tiles loaded for a specific layer can be controlled using the loadingStrategy in your vector source or the tileSize in your TileGrid for WMS layers. (see this <http://openlayers.org/en/v3.18.2/apidoc/ol.tilegrid.TileGrid.html> and that <http://openlayers.org/en/v3.18.2/apidoc/ol.source.Vector.html>) Hopefully I was any help, Stefan -- You received this message because you are subscribed to the Google Groups "OL3 Dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/ol3-dev. To view this discussion on the web visit https://groups.google.com/d/msgid/ol3-dev/faeaa189-3187-49b1-8aba-a1a63673c20b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
