Ticket #128 (new irritant)

Opened 4 months ago

OpenLayer 2.6 tileloaded event

Reported by: egouge Assigned to: somebody
Priority: trivial Milestone: Sprint 9
Component: GUI Version:
Keywords: Cc:
Estimate:

Description

When openlayers 2.6 was included the tileloaded event didn't get fired properly. The workaround currently implement is to pass event_types into the layer:

Options op = new Options(); String values[] = {"loadstart", "loadend", "loadcancel", "visibility", "tileloaded"}; JStringArray str = new JStringArray(values); op.setAttribute("EVENT_TYPES", str.getJSObject());

If this is resolved in OpenLayers? this workaround can be removed.