Nyall Dawson
d95820bac7
[FEATURE] Add new "View Settings" tab to project properties,
...
and add option to manually set the full extent for a project
This extent will be used instead of the extent of all layers
when zooming to full map extent. It's useful when a project contains
web layers/national layers/global layers yet the actual area of
interest for the project is a smaller geographic area
2020-11-28 08:13:50 +10:00
Nyall Dawson
81a9db9f57
[sipify] Fix creation of cross references
2020-06-15 13:43:58 +10:00
Nyall Dawson
1915a16bf3
Port extent parameter to new c++ API widget wrapper
2020-03-25 19:25:40 +10:00
Nyall Dawson
945ab528c1
Allow QgsExtentWidget to be optionally nulled
2020-03-25 19:25:40 +10:00
Nyall Dawson
945eb460fe
Allow dragging and dropping project layers to QgsExtentWidget to copy extent from layer
2020-03-25 19:25:40 +10:00
Nyall Dawson
f231b4a0ce
Add "Condensed" mode for QgsExtentWidget
...
The default appearance is very large, so this mode exposes a more
compact widget (e.g. with the buttons replaced by a toolbutton with
menu entries)
2020-03-25 19:25:40 +10:00
Nyall Dawson
dbc022d8c9
Split guts of QgsExtentGroupBox out to QgsExtentWidget
...
This allows the widget to be used in places where a group box
is not desirable (e.g. when the widget is already in a group box)
2020-03-25 19:25:40 +10:00