rldhont
6cb9997a0d
[Server][Feature][needs-docs] Enhancing WMTS GetTile parameters check with tests
2018-08-24 15:50:29 +02:00
rldhont
ba246532b1
[Server][Feature][needs-docs] Enhancing TileMatrixSetLimits
2018-08-24 15:05:52 +02:00
rldhont
355a3871fc
[Server][Feature][needs-docs] Add ability to define min. scale for WMTS
2018-08-23 14:30:45 +02:00
rldhont
df03b63bc4
[Server][Feature][needs-docs] Add ability to define ResourceURL for WMTS
2018-08-23 14:30:45 +02:00
rldhont
d9095e0b1e
[Server] Various code cleaning for server cache manager and WMTS service
2018-08-23 11:30:36 +02:00
rldhont
1bae625aca
[Server] Fix: QUrl::FullyDecoded is not permitted when reconstructing the full URL
2018-08-21 15:11:53 +02:00
rldhont
c9409e5150
[Server][Feature][needs-docs] Update Cache manager API
2018-08-21 15:11:53 +02:00
rldhont
a53717c153
[Server][Feature][needs-docs] Enhancing WMTS GetCapabilities code
2018-08-21 15:11:52 +02:00
rldhont
408484d486
[Server][Feature][needs-docs] Add QgsWmtsParameters to WMTS service
2018-08-21 15:11:52 +02:00
rldhont
6895926e7b
[Server] Various code cleaning for server cache manager and WMTS service
2018-08-21 15:11:52 +02:00
rldhont
f6d0fc08f9
[Server] Q_FOREACH replaced by for
2018-08-21 15:11:51 +02:00
rldhont
29d280f1ea
[Server] Update deprecated QgsCoordinateTransform instance creation
...
Using the project as the context for QgsCoordinateTransform instance creation
2018-08-21 15:11:51 +02:00
rldhont
2075141af9
[Server] Fixing tests
2018-08-21 15:11:51 +02:00
rldhont
7633d2ab21
[Server] Various code cleaning for server cache manager and WMTS service
2018-08-21 14:11:57 +02:00
rldhont
d0041a22e8
[Server][Feature][needs-docs] Add Cache manager SIP files
2018-08-21 14:11:56 +02:00
rldhont
65f9c91e8e
[Server] Fixing spelling and doc coverage
2018-08-21 14:11:50 +02:00
rldhont
9463d04d54
[Server][Feature][needs-docs] Update cache manager tests for images (tiles)
2018-08-20 11:23:51 +02:00
rldhont
05e9ab9e55
[Server][Feature][needs-docs] Update WMTS service to use cache manager for tiles
2018-08-20 11:23:51 +02:00
rldhont
059232a8c4
[Server][Feature][needs-docs] Server Cache can be used for images (tiles)
...
Extending cache manager to save adn retrieve images.
2018-08-20 11:23:51 +02:00
rldhont
385de9db00
[Server][Feature][needs-docs] Create WMTS service Tests
2018-08-20 11:23:50 +02:00
rldhont
50766ef04c
[Server][Feature][needs-docs] Update WMTS service: Check layer param
...
Verifying the LAYER WMTS parameter
2018-08-20 11:22:50 +02:00
rldhont
cff846926a
[Server][Feature][needs-docs] Update WMTS service: Add GetFeatureInfo
...
Support GetFeatureInfo Request in WMTS.
2018-08-20 11:22:50 +02:00
rldhont
dc7e8e4b81
[Server][Feature][needs-docs] Update WMTS service : use config
...
Reuse the project configuration in the Server WMTS Service.
2018-08-20 11:22:50 +02:00
rldhont
71c7ce1ca6
[Server][Feature][needs-docs] Update WMTS service UI: manage output format
...
The user can choose the image format for WMTS tiles.
2018-08-20 11:22:50 +02:00
rldhont
912effaaf9
[Server][Feature][needs-docs] Create WMTS service UI
...
The user can config the WMTS for Server by selecting: project, group or layer
published through WMTS.
2018-08-20 11:22:22 +02:00
rldhont
6d1a45b738
[Server][Feature][needs-docs] Add WMTS service
...
This commit contains the first line of code for WMTS service in QGIS server.
The implementation is mainly for standard implementation.
2018-08-20 11:20:22 +02:00
rldhont
732b96e252
[Server][WCS] clean comments
2018-08-20 11:20:21 +02:00
rldhont
066f84fd28
[Server][Feature][needs-docs] Using QByteArray in Cache Manager, fixing capabilities pointer and enhancing tests
2018-08-20 11:20:21 +02:00
rldhont
9bd23b5ac3
[Server][Feature][needs-docs] Server Cache can be manage by plugins
...
First commit to add a way to manage the QGIS Server cache with plugins.
In this commit only GetCapabilities document can be cached by plugins.
2018-08-20 11:20:21 +02:00
viktor.sklencar@lutraconsulting.co.uk
b39ee5a40c
Changed font size and wrap mode for multiline text edit.
2018-08-20 10:21:34 +02:00
viktor.sklencar@lutraconsulting.co.uk
5f5499d977
Added identify mode for identify tool
...
Identification all features on all layers from Top to bottom down layers (TopDownAll) or only first non-empty list going from top to down layers.
2018-08-20 10:20:54 +02:00
nirvn
683df59b6a
[ui] add security warning to the plugin manager's install from ZIP
2018-08-20 14:41:07 +07:00
nirvn
2aebeb0157
[ui] add security warning to the python console
2018-08-20 14:41:07 +07:00
Nyall Dawson
91dc84d2ed
Register metatype for QgsFeatureId
...
Fixes warnings with use of slots/signals which require QgsFeatureId
2018-08-20 15:08:48 +10:00
Nyall Dawson
860968b74a
Make QgisApp::showProgress private
...
Just gotta fix the canvas rendering use of this method and we can
finally remove the duplicate progress bar in the status bar...
2018-08-20 15:01:52 +10:00
Nyall Dawson
48bf6278bc
Use proxy task for oracle browser table scanning
2018-08-20 15:01:52 +10:00
Nyall Dawson
485803d819
Use progress progress task for identify tool progress
2018-08-20 15:01:52 +10:00
Nyall Dawson
c7845ddbb4
Deprecate unused QgsAbstractDataSourceWidget progress report signal
...
QgsProxyProgressTask should be used instead for progress reporting
2018-08-20 15:01:52 +10:00
Nyall Dawson
6e9e0e8ba5
Use proxy progress task for Oracle db table scan
2018-08-20 15:01:52 +10:00
Nyall Dawson
aa62f3ae63
Remove unused methods
2018-08-20 15:01:52 +10:00
Nyall Dawson
fd934d84a6
Use a proxy task when scanning for postgres column types
2018-08-20 15:01:52 +10:00
Nyall Dawson
cea8b55480
Remove unused method
2018-08-20 15:01:52 +10:00
Nyall Dawson
2191db44a6
Fix warning when running crssync
2018-08-20 15:01:17 +10:00
nirvn
3c3cc43010
[FEATURE] Add generate_series(start,stop,step) expression function
...
The function creates an array containing a sequence of numbers.
2018-08-20 11:56:49 +07:00
nirvn
cc5e0e174b
[ui] add security warning when executing scripts
2018-08-20 09:19:02 +07:00
nirvn
fcd0157703
[FEATURE] Script-provided algorithms support for run script action
...
Scripts with now launch a processing algorithm dialog (when
appropriate) when:
- drag and dropping a python script onto the main window
- using the browser panel's right-click run script action
2018-08-20 09:19:02 +07:00
Nyall Dawson
a6d0d7a8a9
Fix use of deprecated method
2018-08-20 09:31:37 +10:00
Juergen E. Fischer
1192f949ec
* osgeo4w: build pdbs for releases
...
* disable copying of reports without feedback
2018-08-18 11:24:21 +02:00
Nyall Dawson
5d5d909923
Try to fix doc test
2018-08-18 16:53:32 +10:00
Nyall Dawson
1d62de3f1b
Replace use of deprecated methods
2018-08-18 16:53:32 +10:00