Opened 9 years ago
Closed 6 years ago
#11521 closed enhancement (wontfix)
[patch][ccla]Map Chart: Layered map feature
Reported by: | ruanqi | Owned by: | cjolif |
---|---|---|---|
Priority: | high | Milestone: | 2.0 |
Component: | Dojox | Version: | 1.5 |
Keywords: | child map layered reviewed | Cc: | apeller@…, deanw@…, rqruanqi@…, Eugene Lazutkin |
Blocked By: | Blocking: |
Description (last modified by )
A multi-layer map feature, shows the detailed map of the region zoomed in. The testcase in the patch shows a map of USA by 3 parts, click each one to show detailed map of east/central/west part of USA.
var map = new dojox.geo.charting.Map("map", "../resources/data/USRegions.json"); map.enableChildMap();
Attachments (3)
Change History (16)
comment:1 Changed 9 years ago by
Cc: | Eugene Lazutkin added |
---|---|
Description: | modified (diff) |
comment:2 Changed 9 years ago by
Owner: | changed from Adam Peller to Tom Trenka |
---|
comment:3 Changed 9 years ago by
comment:4 Changed 9 years ago by
Owner: | changed from Tom Trenka to Chris Mitchell |
---|
Changed 9 years ago by
Attachment: | layered-maps.patch added |
---|
Changed 9 years ago by
Attachment: | pic15719.gif added |
---|
Changed 9 years ago by
Attachment: | back_icon.gif added |
---|
comment:6 Changed 9 years ago by
Owner: | changed from Chris Mitchell to Tom Trenka |
---|
comment:7 Changed 9 years ago by
this looks like a good start, but is going to take more work to allow seamless transitioning between layers and dealing with cache of map layers. I'd recommend we hold of integrating this until 1.8, and work on smoothing the transitioning first.
comment:8 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|
after discussion with Tom, retargetting this to 1.8. Please work with erwan aullus and marc durocher to get this better integrated with the geo mapping work for 1.8.
comment:9 Changed 8 years ago by
Status: | new → assigned |
---|
comment:10 Changed 8 years ago by
Keywords: | reviewed added |
---|
comment:11 Changed 7 years ago by
Milestone: | 1.8 → 2.0 |
---|
1.8 is frozen. Move all enhancements to next release. If you need an exemption from the freeze for this ticket, contact me immediately.
comment:12 Changed 6 years ago by
Owner: | changed from Tom Trenka to cjolif |
---|
I'm honestly not sure where this should go at this point, so I'm reassigning to Christophe (he probably has the best idea of what to do with this).
comment:13 Changed 6 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
In 2.0 spirit this should be hosted as a separated "maps" project. For that we need someone take over this and own it. Until that I'm closing this as nobody will work on it.
patch needs to be updated to latest trunk.