Opened 12 years ago
Closed 12 years ago
#544 closed defect (fixed)
Generic layer will trigger MAP_LOADED when just reloading map
Reported by: | sparkliu | Owned by: | madair |
---|---|---|---|
Priority: | P3 | Milestone: | Future |
Component: | Core | Version: | SVN |
Severity: | Minor | Keywords: | |
Cc: | Browser: | All | |
External ID: | Operating System: | All | |
state: | New |
Description
When calling generic layer's reloadMap function, the map will send MAP_LOADED event before MAP_RELOADED event. This is because generic layer will call loadMap function during reloadMap function.
Attachments (1)
Change History (2)
by , 12 years ago
Attachment: | Fix patch.patch added |
---|
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fix patch