Nyall Dawson
3a578d6712
Header update
2024-08-13 20:28:55 +10:00
Nyall Dawson
4c00af517d
Allow source widgets to specify the group name for layer source
...
properties
Allows overriding the default "Layer Source" group box title
2023-12-22 14:00:13 +10:00
Nyall Dawson
94cf996893
Add changed signal to QgsXyzSourceWidget
2023-01-27 14:25:52 +10:00
Samweli
998c58dff1
made canvas methods in source provider widget virtual
2022-05-03 15:58:19 +10:00
Samweli
e38f3996f7
made canvas set and get function non pure virtual functions, include tests for encode/decode uri functions in wcs
...
and minor cleans and code tweaks as suggested in the recent review.
2022-05-03 15:58:19 +10:00
Samweli
5e7e0ae3d3
updated the raster layer properties dialog and wcs provider to accommodate adding an ows provider source widget
2022-05-03 15:58:19 +10:00
Samweli
4a1f27428d
enabled passing a map canvas to a provider source widget
2022-05-03 15:58:19 +10:00
Denis Rouzaud
ba8a445850
run sipify
2021-03-22 21:13:52 +01:00
Nyall Dawson
16f9083562
Spelling
2020-12-26 09:51:34 +10:00
Nyall Dawson
e32c5cdd1a
Add source widget for XYZ layers, allowing users to change properties
...
like the min/max zoom levels and authentication settings for any
XYZ layer in a project on a layer-by-layer basis
2020-12-26 09:51:34 +10:00
Nyall Dawson
d5c3b4b8a5
Add API to allow creation of widgets for customising a layer's source
...
This adds api in the provider gui to allow a provider to create a custom
widget which exposes options to customise and change the layer's source.
E.g. a file based layer provider could expose a widget for selecting
a new file path, and an online one could expose widgets for changing
the host, authentication, etc.
2020-12-26 09:51:34 +10:00