planetfederal / gxp

High level components for GeoExt based applications.
http://boundlessgeo.com/
Other
84 stars 97 forks source link

default timeout of 30 seconds does not make sense for ping request (lazy WMS) #157

Closed bartvde closed 12 years ago

bartvde commented 12 years ago

currently when doing lazy loading, the WMS is pinged. This Ext.Ajax.Request uses the default timeout of 30 seconds. I think it would make sense to lower this to 1 second (and make it configurable as well).

Also, error handling when pinging fails should at least give a console.warn message.