Feature #4846
Add overview map
| Status: | Rejected | Start Date: | 01/19/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | - | |||
| Patch supplied: | No |
Description
Chose a map object in composer as being an overview, and draw a bounding box over this map to show current coverage.
History
Updated by Hien TRAN-QUANG about 1 year ago
- File atlas_overview.zip added
- File Test_Atlas_QGis.zip added
Hello,
I have done this feature on my spare time. Here it is.
I added a combobox in the dialog, to choose a second map which will get the bounding box.
You'll find some data and the qgs file I used.
One flaw is that 1.7.4 seems broken : it cannot load QgsComposerShape. But the plugin does work with master.
Can you tell me if every think works for you?
Hien.
Updated by Hien TRAN-QUANG about 1 year ago
Hien TRAN-QUANG wrote:
One flaw is that 1.7.4 seems broken : it cannot load QgsComposerShape.
A precision : in fact, it can load QgsComposerShape but it doesn't know setTransparentFill method. (QGis 1.7.4 standalone/Windows XP)
Hien.
Updated by Hien TRAN-QUANG about 1 year ago
- File atlasdialog.py added
- File ui_atlas.py added
I sorted it out.
Version 1.7.4 is missing some Python bindings (setTransparentFill, removeComposerItem)
SetTransparentFill is optionnal as there's no brush by default.
removeComposerItem has been replace by calling QgraphicsScene.removeItem (but no type checking as type is known)
So here is the final modified atlasdialog.py and its dialog form.
Hien.
Updated by Vincent Picavet 7 months ago
- Status changed from New to Rejected
Atlas features have been incorporated into QGIS master as of Oct 2012. This plugin is now obsolete and will not evolve any longer.