30043 Commits

Author SHA1 Message Date
Médéric RIBREUX
72c5e375a7 Add formats extensions/protocol already supported by GDAL/OGR.
This should fix bugs:

* #3799 on CouchDB support.
* #4362 on ovr and ovf for VRT files.
* #5242 on KMZ support.
* #6197 on SQLite file extensions support.
2015-12-12 15:14:57 +01:00
Nyall Dawson
62f90d0c5e Merge pull request #2569 from SebDieBln/Improve_CrsReadXML
Improve QgsCoordinateReferenceSystem::readXML()
2015-12-12 11:47:32 +11:00
Sebastian Dietrich
ac1ee1cd50 QgsCoordinateReferenceSystem::readXML() returns false on failure
simplified a check for valid crs
2015-12-12 00:21:22 +01:00
Sebastian Dietrich
2d0be1cf69 Changed the parameter of QgsCoordinateReferenceSystem::readXML() to const
and removed const_cast<> where not needed any longer
2015-12-12 00:05:10 +01:00
Juergen E. Fischer
6e3b1da10e dxf export: add doxymentation 2015-12-11 23:16:08 +01:00
Juergen E. Fischer
3e18fda4ce fix translation string 2015-12-11 20:47:12 +01:00
Juergen E. Fischer
555b7a4319 [FEATURE] dxf export: add option to use title instead of name as dxf layer name in application and server 2015-12-11 20:21:17 +01:00
Matthias Kuhn
a1a19d2b13 Doxymentation 2015-12-11 13:06:03 +01:00
Matthias Kuhn
c9fa33410d Fix rendering geometry generators for line layers
And add more tests
2015-12-11 11:41:41 +01:00
Nyall Dawson
c176e3f41e Fix documentation test failure 2015-12-11 19:30:15 +11:00
Nyall Dawson
233f67b419 QgsPolygonV2 tests and fixes
- fixes for handling Polygon25D
- add QgsAbstractGeometryV2::convertTo( QgsWKBTypes::Type type ) for
easy conversion between geometry types
- fix crash when calculating perimeter with no exterior ring
- ensure that added rings respect dimensionality of polygon (avoids
issues such as polygons with z having a ring without z, or a
Polygon25D with LineStringZ rings)
- if a curved ring is added to a polygon then a segmentized version
of the ring is used (can't have a Polygon with a CircularString
ring)
- when calling setInteriorRings, make sure empty rings are skipped
and that all rings are converted to correct type for polygon
- don't crash when requesting or removing interior ring with
index < 0
2015-12-11 18:40:11 +11:00
Nyall Dawson
d2bf8d8923 Add equality operators to QgsLineStringV2 2015-12-11 18:40:11 +11:00
Nathan Woodrow
6dfffc5f12 Add missing docs 2015-12-11 15:12:11 +10:00
Nathan Woodrow
bc67c082ad Add missing SIP and docs 2015-12-11 14:11:02 +10:00
Nathan Woodrow
ffd7c9436f [FEATURE] Add project loading support from browser 2015-12-11 14:08:03 +10:00
Nyall Dawson
19dcd21b6d Add icons to geometry generator type list 2015-12-11 11:58:34 +11:00
Matthias Kuhn
7daca216b3 Ignore bounds for generated geometries
And guard many other static_casts to avoid crashes.
2015-12-11 01:35:30 +01:00
Nathan Woodrow
d021100e5e [FEATURE] Allow hiding paths from the browser panel 2015-12-11 10:21:07 +10:00
Matthias Kuhn
d1c063419b Rename geometry generator types 2015-12-11 00:50:05 +01:00
Juergen E. Fischer
595f24e40d astyle.sh: skip E265 (block comments should start with '# ') 2015-12-11 00:15:06 +01:00
Matthias Kuhn
8a9399095b Indentation update 2015-12-11 00:07:37 +01:00
Nyall Dawson
c854d05f2e Update doc and sip coverage test thresholds 2015-12-11 08:36:36 +11:00
Nyall Dawson
b23ddfe2b4 Fix taking attribute values in merge attributes dialog (fix #13971)
Also fix handling of long feature ids in tool.
2015-12-11 08:07:10 +11:00
Nyall Dawson
f93fce7390 Avoid warnings 2015-12-11 07:32:38 +11:00
Nyall Dawson
c6c076b082 Implement provider side feature IDs filtering for mssql 2015-12-11 07:14:03 +11:00
Nyall Dawson
a6cf5475c6 [FEATURE] Expression compiler for mssql provider
Also make mssql provider handle requests which cannot be executed
gracefully (was crashing before)
2015-12-11 07:14:03 +11:00
Nyall Dawson
8602a91a1d Add provider test for mssql 2015-12-11 07:14:03 +11:00
Juergen E. Fischer
c9645e478c indentation fix 2015-12-10 20:41:07 +01:00
rldhont
f27e6c27b5 [FEATURE][QGIS-Server] showFeatureCount in GetLegendGraphic
Add non standard parameter 'ShowFeatureCount' to add feature count in the legend.
2015-12-10 16:28:19 +01:00
Matthias Kuhn
ac5ff0c2ca Fix doxymentation also in sip 2015-12-10 15:57:21 +01:00
Matthias Kuhn
0fdfad4283 [ogr] compatibility for 64 bit integers -> ifdefd
GDAL 2 related
2015-12-10 12:59:10 +01:00
Matthias Kuhn
e3a57a358d [ogr] compatibility for 64 bit integers
GDAL 2 related
2015-12-10 12:33:43 +01:00
Matthias Kuhn
aa4f28882d Add geometry generator tests 2015-12-10 12:33:43 +01:00
Matthias Kuhn
c423d64a8e Reduce wkb parsing 2015-12-10 12:33:43 +01:00
Matthias Kuhn
123a60e651 [sip, doxygen] Geometry modifier bindings
and lots of doxymentation
2015-12-10 12:33:43 +01:00
Matthias Kuhn
17f9d554f8 [FEATURE] Add geometry generator symbols 2015-12-10 12:33:43 +01:00
Matthias Kuhn
554b41d28a Symbol rendering engine does not rely on guaranteed types 2015-12-10 12:33:43 +01:00
Matthias Kuhn
68b52094ff Symbol creates geometry instead of the renderer 2015-12-10 12:33:43 +01:00
Juergen E. Fischer
29a3c64c8d wms provider: ignore cache on getcapabilities request with forced refresh (followup 9c340d7) 2015-12-10 11:39:41 +01:00
Nyall Dawson
89b9b67974 Handle type conversion failures for compiled expressions 2015-12-10 20:49:17 +11:00
Nyall Dawson
038646170f Fix spatialite provider test data (was missing primary key) 2015-12-10 16:18:30 +11:00
Nyall Dawson
54776ebd79 Better debugging for provider tests 2015-12-10 16:18:00 +11:00
Nyall Dawson
0a84fbd6b5 Use QgsFields::fieldNameIndex when preparing column refs in expressions 2015-12-10 16:17:46 +11:00
Matthias Kuhn
28cabbe4d0 [Expression] radians and degrees 2015-12-10 00:41:42 +01:00
Juergen E. Fischer
9d67849f85 also set application icon on windows and osx 2015-12-09 22:15:19 +01:00
Nyall Dawson
7d59be880a Fix coverity issues 2015-12-10 08:13:21 +11:00
Alessandro Pasotti
0287daf8ab Merge pull request #2555 from elpaso/bugfix-pg-inherits
Additional tests for tables with inherits
2015-12-09 12:03:59 +01:00
Matthias Kuhn
50092ebbb3 [Travis] Show proper clang version 2015-12-09 11:05:27 +01:00
Matthias Kuhn
c9423c1ac7 [Travis] Don't build with debug info 2015-12-09 10:44:11 +01:00
elpaso
94b5e609de Fixed comment base_table_good 2015-12-09 09:41:08 +01:00