Modify ↓
#13880 closed enhancement (fixed)
[PATCH] AbstractTileSourceLayer: Allow additional layer context menu entries
Reported by: | holgermappt | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 16.10 |
Component: | Core imagery | Version: | latest |
Keywords: | Cc: |
Description
The patch adds the method registerMenuAddition()
to the AbstractTileSourceLayer class. It allows plugins to add layer context menu entries. The idea is taken from the GeoImageLayer. The version with argument clazz
allows to specify the class the menu entry is valid for. That makes it possible to add the menu entry to selelcted layers, e.g. to TMS layers only.
Attachments (1)
Change History (3)
by , 8 years ago
Attachment: | TileSourceLayer_menuAddition.patch added |
---|
comment:1 by , 8 years ago
Milestone: | → 16.10 |
---|
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 11197/josm: