Opened 14 years ago
Closed 14 years ago
#206 closed task (fixed)
Layer - Vector "blank"
Reported by: | adube | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | widgets | Version: | |
Keywords: | Cc: |
Description
Currently...
Currently, widgets that need to create blank vector layers do so independently. For examples, the shortcut widget create blank vector layers for the purpose of "highlighting" re-centered features, the redlining widget creates its own "cosmetic" vector layer, etc.
Need
We need to have a way for multiple widgets to use the same "blank" vector layer.
Solution
Modify the !Layer widget in order to be able to do so by using the "servicetype" equal to "vector" or something like that, thus creating a blank widget. By using the widget name, we can then use it after as an option value for other widgets.
Map widget
We need to be sure that this method will work with the Map widget as well.
r1017, featuring :
Done.