--
You received this message because you are subscribed to the Google Groups "cesium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cesium-dev+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hey Toby,The WebMapServiceImageryProvider doesn’t currently support grabbing images from multiple URLs. It would probably be pretty easy to add support, though. Take a look at BingMapsImageryProvider for an example of how it can be done. If you add this feature, we'd love to see a pull request with it.Kevin
On Fri, Dec 6, 2013 at 10:25 AM, Toby R <ramo…@gmail.com> wrote:
Hello,got a pretty simple WMS but was looking at ways to speed it up, and thought I'd just try the openlayers theory of multiple URLS; (to avoid the browsers limitation to make a certain amount of simultaneous requests (6?) to the same URL).smWMS = new Cesium.WebMapServiceImageryProvider({url: ['http://url1/servlets/wms?', 'http://url2/servlets/wms?', 'http://url3/servlets/wms?', 'http://url4/servlets/wms?'],layers: layerArray,parameters: {transparent: 'true',format: 'image/png'},proxy: new Cesium.DefaultProxy(proxy)});Now, this does actually display images (surprising, the actual requests look pretty strange), but I don’t know if it is actually any faster - I presume not as this isn’t intended to be done?Toby
--
You received this message because you are subscribed to the Google Groups “cesium-dev” group.
To unsubscribe from this group and stop receiving emails from it, send an email to cesium-dev+…@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to cesium-dev+...@googlegroups.com.