49905 Commits

Author SHA1 Message Date
Etienne Trimaille
5bc848c057 add map_layers variable for MapLayoutItem 2018-08-22 05:16:04 +10:00
Alessandro Pasotti
abc96ce291 [bugfix] Vector file writer: also check for layername before giving up
while (over)writing gpkg &C from vector file writer

With tests

Fixes #19611 - Cannot save selected features back to the same GeoPackage
2018-08-21 19:32:00 +02:00
Matthias Kuhn
26261ca646 More UI enhancements 2018-08-21 18:04:23 +02:00
Matthias Kuhn
c49ec67c4a Add tests for precision and removeDuplicateNodes 2018-08-21 17:57:41 +02:00
Matthias Kuhn
8aca375a6e Add assertGeometriesEqual function for testing 2018-08-21 17:57:14 +02:00
Matthias Kuhn
c82fdabcb7 UI improvements for automatic fixes 2018-08-21 16:34:32 +02:00
Matthias Kuhn
b6251d235f
Merge pull request #7647 from m-kuhn/geomCheckerCodingConventions
Geometry checker code adjustments
2018-08-21 16:33:07 +02:00
Martin Dobias
d4a3f68eb1 Initial support for 3D map item in print layouts GUI
The GUI logic is not working yet, just getting the new files ready.

Many thanks to @nirvn for the icon!
2018-08-21 16:16:05 +02:00
Stéphane Brunner
bc6ea8cb86
Merge pull request #7669 from sbrunner/wfs-namespace
Add tests on WFS GetFeature with right namespace
2018-08-21 16:09:02 +02:00
Matthias Kuhn
2cd1c6c2e4 Some UI improvements
* Add tooltips for configuration options
* Add an icon for the digitizing section
2018-08-21 15:14:27 +02:00
Matthias Kuhn
d77906ab62 Fix save/restore of a layers geometry properties 2018-08-21 15:14:27 +02:00
Matthias Kuhn
c01220cb64 Fix typo 2018-08-21 15:14:27 +02:00
Matthias Kuhn
1d6d4cb11c Add missing docstrings 2018-08-21 15:14:27 +02:00
Matthias Kuhn
256876eb45 Add autofixers for geomtries
* Snap to grid
 * Remove duplicate nodes
2018-08-21 15:14:27 +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
Matthias Kuhn
50acde03be
Merge branch 'master' into geomCheckerCodingConventions 2018-08-21 14:41:12 +02:00
Matthias Kuhn
c0032f1c62 Fix build for Android
Followup 07c80b82815
2018-08-21 14:22:13 +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
Martin Dobias
eb220ed8f9 std::ceil instead of qCeil 2018-08-21 12:59:47 +02:00
Martin Dobias
2e56fadcd1 Add 3D map print layout item
So far this is just support in the layout framework, not yet exposed to the GUI.
2018-08-21 12:59:47 +02:00
Stéphane Brunner
eab6440d96 Add tests on WFS GetFeature with right namespace 2018-08-21 11:18:33 +02:00
Nyall Dawson
9fbef832c9 [processing] Also standardise names for Spatialite algorithms 2018-08-21 16:00:18 +10:00
Nyall Dawson
5fab46f41c [processing][needs-docs] Refine names for 'Import into PostGIS' algs
Renames the existing algorithms for clarity and consistency
to the format 'Export to PostgreSQL...'. Add tags so that they
still show when searching for the old names, and add descriptions
to make their use more obvious from the toolbox.

Fixes #19658
2018-08-21 16:00:18 +10:00
Nyall Dawson
a7bf4f1b99 [processing][needs-docs] Rename "Save Selected Features"
to "Extract selected features"

Adds consistency with other extraction algorithms, and fixes
inconsistent capitalization

Fixes #19656
2018-08-21 15:10:02 +10:00
Nyall Dawson
5241ff3c22 [processing] Fix creation of new layers doesn't default output folder
Fixes #19637
2018-08-21 15:09:37 +10:00
Nyall Dawson
8f3ac4506b [processing] Remove some unused configuration settings 2018-08-21 15:09:37 +10:00
Nyall Dawson
16503b38b2 [processing] Add unit test for gdalinfo algorithm 2018-08-21 14:28:42 +10:00
Nyall Dawson
d0a705fad0 [processing][gdal] Fix ogrinfo algorithm fails when path name has spaces
Fixes #19655
2018-08-21 14:28:42 +10:00
Nyall Dawson
85d740026a [processing] Remove extraneous parameter value check
The subsequent call to checkParameterValues covers the same checks,
but in a more flexible way.

Refs discussion at https://github.com/qgis/QGIS-Documentation/pull/2797
2018-08-21 05:24:30 +10:00
Alessandro Pasotti
b57afa47ed [bugfix] Focus jumps at eol after replacing in the middle of the string
Fixes #19643 : bug modifying name of the project
2018-08-21 05:20:19 +10:00
Matthias Kuhn
245715ced5
Merge pull request #7650 from m-kuhn/geometry_check_uniqueptr
Use std::unique_ptr in QgsGeometryGapCheck
2018-08-20 17:38:53 +02:00
Matthias Kuhn
7c9aa5d0d4
Merge pull request #7660 from 3nids/maplayer_crs_property
add Q_PROPERTY for crs in QgsMapLayer
2018-08-20 17:05:42 +02:00
Denis Rouzaud
0dbb63a054
fix native/CMakeLists.txt for mac (#7658) 2018-08-20 16:45:09 +03:00
Denis Rouzaud
5e050a47eb use Q_OS_MACOS instead of deprecated Q_WS_MAC 2018-08-20 16:28:20 +03:00
Denis Rouzaud
9c97a341fe add Q_PROPERTY for crs in QgsMapLayer 2018-08-20 16:12:02 +03:00
Nyall Dawson
444bf12b31 Fix map canvas current layer is out of sync with layer tree current layer 2018-08-20 20:50:07 +10:00
Nyall Dawson
e6fcce4570 Follow upp bf18f15, fix warning 2018-08-20 20:35:47 +10:00
Nyall Dawson
bf18f15ba9 Improve confusing error message, fix incorrect widget state restoration 2018-08-20 20:07:24 +10:00
Nyall Dawson
e8b29134c8 Avoid unnecessary geometry clone - use shallow copy instead 2018-08-20 20:07:24 +10:00
Nyall Dawson
a59900f786 QgsFeaturePool does not need to be a QObject 2018-08-20 20:07:24 +10:00
Nyall Dawson
0ba7b5fe48 Removed unused code 2018-08-20 20:07:24 +10:00