Nyall Dawson
b5197c8c53
Port drop geometries to c++
2017-10-13 08:29:37 +10:00
Nyall Dawson
2951afa324
Port boundary algorithm to c++
...
Also allow feature based algorithms to customise their appectable
input layers types and set suitable filters for all applicable
algorithms
2017-10-13 08:28:34 +10:00
Nyall Dawson
97c1b0d322
[FEATURE] Port autoincremental field to c++
...
Also add:
- support for setting initial value for field to start at
- support for user-set field names (instead of always using 'AUTO')
2017-10-13 08:26:36 +10:00
Nyall Dawson
61dc8ea28f
[FEATURE][processing] New 'assign projection' algorithm
...
This algorithm assigns a new projection to a vector layer.
It creates a new layer with the exact same features and
geometries as the input one, but assigned to a new CRS.
E.g. the geometries are not reprojected, they are just
assigned to a different CRS.
This algorithm can be used to repair layers which have
been assigned an incorrect projection.
2017-10-13 08:26:36 +10:00
Nyall Dawson
bd24c8b664
Allow selection of a subset of fields to keep for hub lines algorithm
2017-10-13 08:26:36 +10:00
Nyall Dawson
cc19d0a70d
Port hub lines algorithm to c++
...
Also:
- optimise a bit
- retain z/m values
- use point on surface for non-point layers, instead of
center of geometry bounding box
2017-10-13 08:26:36 +10:00
Nyall Dawson
cac171a2e0
Port Join Attributes to c++, add option to select subset of fields to copy
2017-10-13 08:26:36 +10:00
lbartoletti
e208bc0e86
Change QgsMapTool *mAddFeature to QgsMapToolAddFeature *mAddFeature and
...
remove dynamic_cast
2017-10-12 22:37:45 +02:00
lbartoletti
775ac7ba8c
Avoid duplicate code for check if the layer is editable
2017-10-12 21:36:16 +02:00
lbartoletti
299fff7fde
Use lambdas in the connect for tools (and circular tools)
2017-10-12 21:29:11 +02:00
Mathieu Pellerin
edf734677e
[processing] use a vector feature source for gdal clip raster by mask ( #5351 )
2017-10-12 22:08:34 +07:00
Martin Dobias
5b74bdfe21
Fix numerical problems in the tessellator
...
Due to the recent changes to allow non-horizontal surfaces, tessellator was loosing precision
in float math with large numbers, so there could be artefacts on extruded buildings between roof and walls
Also clean up the code a bit - move stuff out of the main method + remove some duplicate code
2017-10-12 13:52:12 +02:00
rldhont
2f29e162d1
[Server][WFS] check const and indetation
2017-10-12 13:50:13 +02:00
rldhont
1558b03e9a
[Server][WFS] Update Transaction 1.1.0
2017-10-12 13:50:03 +02:00
rldhont
24a68547e2
[Server][WFS] Update GML GetFeature document
2017-10-12 13:50:03 +02:00
rldhont
0d350b8865
[Server][WFS][Feature] Support resultType=hits from GetFeature 1.1.0
2017-10-12 13:49:51 +02:00
rldhont
1e009b47e6
[Server][Tests] Update PyQgsServerWFS test for 1.1.0
2017-10-12 13:49:42 +02:00
rldhont
96ec4bba0b
[Server][Tests] Enhance assertXMLEqual
2017-10-12 13:49:42 +02:00
rldhont
c7a396bd1a
[Server][WFS] Update GetFeature 1.1.0
2017-10-12 13:49:32 +02:00
rldhont
44754edf16
[Server][WFS] Update QgsWfsParameters for GetFeature
2017-10-12 13:49:24 +02:00
rldhont
5d2c0350f6
[Server] Request handler reads the document root attributes to expose parameters
2017-10-12 13:49:24 +02:00
rldhont
b8ebbc1455
[Server][Tests] Add PyQgsServerWFS test
2017-10-12 13:49:09 +02:00
rldhont
d7a48c6a92
[Server][WFS] Update DescribeFeatureType 1.1.0
2017-10-12 13:49:00 +02:00
rldhont
c8a4407d7a
[Server][WFS] add QgsWfsParameters
2017-10-12 13:48:53 +02:00
rldhont
c0117dfd87
[Server][WFS] Update GetCapabilities 1.1.0
2017-10-12 13:48:43 +02:00
rldhont
1b9d8ee404
[Server][WFS,1.1.0] Add layout for WFS supports
2017-10-12 13:45:33 +02:00
Alexander Bruy
d97a51b532
Merge pull request #5243 from alexbruy/processing-gdal
...
[processing] restore GDAL algorithms
2017-10-12 08:00:20 +03:00
Nyall Dawson
0028486a96
Merge pull request #5185 from nyalldawson/materialize
...
QgsFeatureSource::materialize experiment
2017-10-12 13:58:44 +10:00
Harrissou Sant-anna
5f401815c3
Fix duplicate widget name
2017-10-12 13:54:21 +10:00
Mathieu Pellerin
8fd3733446
[processing] use raster iterator in raster layer unique values report ( #5343 )
2017-10-12 10:52:11 +07:00
Etienne Trimaille
098611c3f6
add helper to build a QgsRectangle from a WKT string
2017-10-12 06:32:02 +10:00
Harrissou Sant-anna
c6565da36f
[needs-docs] Move Locale tab to General tab
2017-10-11 21:47:39 +02:00
Martin Dobias
5515d68219
[FEATURE] Data-defined extrusion and height for 3D polygon symbols
...
... because buildings with even heights are boring!
2017-10-11 21:17:16 +02:00
Alexander Bruy
ea7ca58442
[processing] add second hash for linear grid interpolation test
2017-10-11 17:55:26 +03:00
Alexander Bruy
c0e47a71ae
[processing] disable test for script-based algorithms as GDAL scripts
...
are not available on Travis
2017-10-11 17:06:11 +03:00
Alexander Bruy
21e4fc515e
[processing] exclude location field from check
2017-10-11 17:06:11 +03:00
Alexander Bruy
49f9ceef1a
[processing] disable clip by polygon tests as they pass locally but
...
fail on Travis with TopologyException
ERROR 1: TopologyException: Input geom 1 is invalid: Self-intersection
at or near point 2 -1 at 2 -1
2017-10-11 17:06:11 +03:00
Alexander Bruy
2104b273af
[processing][API]introduce QgsProcessingOutputFile output and fix gdal2xyz test
2017-10-11 17:06:11 +03:00
Alexander Bruy
79c26c384d
[processing] fix execute sql test
2017-10-11 17:06:11 +03:00
Alexander Bruy
4ac442f5a3
[processing] fix test for clip vector by mask algorithms
2017-10-11 17:06:11 +03:00
Alexander Bruy
f65de2caa9
[processing] fix clip by extent tests
2017-10-11 17:06:11 +03:00
Alexander Bruy
97238fd687
[processing] fix SQL-based geoprocessing tools and tests
2017-10-11 17:06:11 +03:00
Alexander Bruy
e165d45a0f
[processing] fix GDAL raster tests
2017-10-11 17:06:11 +03:00
Alexander Bruy
613852758e
fix indentation
2017-10-11 17:06:11 +03:00
Alexander Bruy
c4c780fa04
[processing] tests for clipping (raster and vector) algorithms
2017-10-11 17:06:11 +03:00
Alexander Bruy
67265c64c1
[processing] reproject extent into input CRS where possible
2017-10-11 17:06:11 +03:00
Alexander Bruy
2c50fd8dd8
[processing] use feature source in the interpolation algorithms
2017-10-11 17:06:11 +03:00
Alexander Bruy
874c7f545e
[processing] fix copy-paste error in Execute SQL
2017-10-11 17:06:11 +03:00
Alexander Bruy
1ece552c40
[processing] fix import
2017-10-11 17:06:11 +03:00
Alexander Bruy
ff75873eb8
[processing] tests for OGR-based algorithms
2017-10-11 17:06:11 +03:00