Opened 12 years ago
Closed 12 years ago
#570 closed enhancement (fixed)
Add digitization APIs to Map widget
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | P2 | Milestone: | Future |
Component: | Widgets | Version: | 2.0 |
Severity: | Major | Keywords: | |
Cc: | Browser: | All | |
External ID: | Operating System: | All | |
state: | New |
Description
The reason we have issues with MapGuideViewerApi.js is because it is trying to reinvent functionality that should be present in Fusion itself, namely APIs for digitizing geometry.
The key to solving #569 is to have MapGuideViewerApi.js be a pure wrapper free of any global state (with the exception of Fusion and OpenLayers). This requires the map widget (that the MapGuideViewerApi.js functions are accessing) has the digitizing functionality built-in.
Change History (2)
comment:1 by , 12 years ago
Owner: | changed from | to
---|
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed r2721 and r2722