Opened 13 years ago
Closed 13 years ago
#399 closed enhancement (fixed)
InitialView - support user-custom locations
Reported by: | adube | Owned by: | adube |
---|---|---|---|
Priority: | major | Milestone: | 1.2.0 |
Component: | widgets | Version: | trunk |
Keywords: | bis-1.2.0 | Cc: |
Description
The InitialView widget currently support recentering on resource features using the featureserver service. It would be nice if it could also support using a list of user-custom locations setup inside the config itself.
Note:
See TracTickets
for help on using tickets.
r1282, featuring major changes to the InitialView widget. Below is a complete and detailed list of the changes that were made. The sample and documentation were both updated, so it might be a good idea to look at them too.
Unbound
The InitialView widget is now "unbound", so it no longer needs to be linked to resources in the config
LocalViews and ResourceViews
It can now be used with user-custom locations, which are called "localViews" and it can still be used with resources, which are called "resourceViews".
Number of widgets
resource options
widget options modifications
new widget options
See in documentation to know more.
Conclusion
This completes the work done for this widget to support user-custom locations. It required a big change, but it was a nice one.