Hi, general layer event_types can be found at: http://dev.openlayers.org/apidocs/files/OpenLayers/Layer-js.html#OpenLayers.Layer.EVENT_TYPES
but then, many different layer types have their own events defined, like vector layer: http://dev.openlayers.org/apidocs/files/OpenLayers/Layer/Vector-js.html#OpenLayers.Layer.Vector.EVENT_TYPES BTW thers tile monitoring example: http://openlayers.org/dev/examples/layerLoadMonitoring.html Cheers On Fri, Oct 16, 2009 at 8:07 AM, Bytechanger <[email protected]> wrote: > Hi, > > thanks, > I´ve shown in your code and build an own code with > xxx.events.register('loadstart', ... > > But somtimes (esp. on local map) the 'loadend' event isn´t thrown, so the > loadimage is shown all the time.... > or on WMS the first loading (without scrolling) theres NO 'loadstart' > event .... > > > BUT is there a list of ALL types of "event"-Types ?? > > > Greetings > > Byte > > > bartvde (via Nabble) schrieb: >> There is the loadend event on a per layer basis. >> >> There is also the addin called LoadingPanel which automates this for you. >> >> http://trac.openlayers.org/wiki/Addins/LoadingPanel >> >> Best regards, >> Bart >> >> > >> > Hi, >> > >> > I load a map from a WMS-Server or local png data. >> > >> > Is there a event or something else, wich tells me, that >> > all pics are loaded??? >> > >> > (Sometimes it takes very long...) >> > >> > Greetings >> > >> > Byte >> > -- >> > View this message in context: >> > >> >> http://n2.nabble.com/Event-Msg-when-all-LayerPics-are-loaded-tp3828940p3828940.html >> > Sent from the OpenLayers Users mailing list archive at Nabble.com. >> > _______________________________________________ >> > Users mailing list >> > [hidden email] >> <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=3828952&i=0> >> > http://openlayers.org/mailman/listinfo/users >> > >> >> >> _______________________________________________ >> Users mailing list >> [hidden email] >> <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=3828952&i=1> >> http://openlayers.org/mailman/listinfo/users >> >> >> ------------------------------------------------------------------------ >> View message @ >> >> http://n2.nabble.com/Event-Msg-when-all-LayerPics-are-loaded-tp3828940p3828952.html >> >> To unsubscribe from Event/Msg when all LayerPics are loaded?, click >> here >> <<Link Removed>>. >> >> > > ________________________________ > View this message in context: Re: [OpenLayers-Users] Event/Msg when all > LayerPics are loaded? > Sent from the OpenLayers Users mailing list archive at Nabble.com. > > _______________________________________________ > Users mailing list > [email protected] > http://openlayers.org/mailman/listinfo/users > > -- Ivan Grcic _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
