Opened 15 years ago
Closed 15 years ago
#384 closed defect (fixed)
Buffer on the map with consume maps caused the map Zoom To Extents
Reported by: | liuar | Owned by: | madair |
---|---|---|---|
Priority: | P2 | Milestone: | Future |
Component: | Widgets | Version: | 1.1.1 |
Severity: | Major | Keywords: | |
Cc: | Browser: | All | |
External ID: | 1312969 | Operating System: | All |
state: | New |
Description
- Open one flexible web layout with Consume maps.
- Zoom in
- Select one object -> Buffer
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | Fusion384BufferZoomTrunk.patch added |
---|
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Submitted fix with revision 2138: http://trac.osgeo.org/fusion/changeset/2138
Note:
See TracTickets
for help on using tickets.
The attached patch resolves the issue by adding a reloadNamedMap method to Map.js, allowing the buffer function to reload only the MapGuide layer, rather than reloading the consumer mapping layer as well.
The patch does not address the issue that the reloadMap method in Generic.js (as used by consumer maps) causes the map to revert to its initial extents. Although that is also reasonably easy to address, it's a separate problem.