24627 Commits

Author SHA1 Message Date
elpaso
6148bba073 Fixed ui conflict and Fixed UI options 2014-08-22 13:46:22 +02:00
rldhont
324826e6d3 Bug #9797 Add a precision setting for GetFeatureInfo geometry attributes
Add precision to QgsGeometry method exportToWKT and use it in GetFeatureInfo
2014-08-22 13:45:52 +02:00
rldhont
75f596849c Bug #10974 QGIS WFS Server provides too much precision
In the GetFeature request QGIS WFS Server uses the static method: QgsDoubleToString. This method returns double with a precision fixed to 17.

We do not need that much precision for coordinates. Firstly because we are not able to measure a position on earth with a lower micron precision. Secondly because it unnecessarily overload response.

I propose to add the ability to specify the precision in the QgsDoubleToString method.
2014-08-22 13:45:31 +02:00
Matthias Kuhn
b5e9547109 Fix memory alignment issues on ARM 2014-08-22 13:36:24 +02:00
Matthias Kuhn
ae08c3e041 Fix QgsFieldModel on ARM 2014-08-22 13:34:23 +02:00
volaya
2fa73f0b9e [processing] fixed bug in ModelerScene when position of output is not defined 2014-08-22 12:29:06 +02:00
volaya
3fdf12b947 [processing] fixed parameter definition parsing for parameters of type integer 2014-08-22 12:29:05 +02:00
volaya
887469643f [processing] added support for old model file format 2014-08-22 12:29:04 +02:00
Juergen E. Fischer
c7fb837ed4 add missing file from 72e779c3e 2014-08-22 09:58:52 +02:00
DelazJ
23eff1f8ca Add by default the result file to the map canvas 2014-08-21 14:27:29 +02:00
DelazJ
14741e602e Add by default the result file to the map canvas 2014-08-21 14:26:55 +02:00
DelazJ
98bfaa8d58 Add by default the result file to the map canvas 2014-08-21 14:25:08 +02:00
DelazJ
cffdd222b5 Add by default the result file to the map canvas 2014-08-21 14:24:21 +02:00
DelazJ
cebd55c16d Add by default the result file to the map canvas 2014-08-21 14:23:09 +02:00
DelazJ
20ee96f2bf Add by default the result file to the map canvas 2014-08-21 14:15:50 +02:00
DelazJ
9a684409ff Add by default the result file to the map canvas 2014-08-21 14:05:42 +02:00
DelazJ
f0a22fba53 Add by default the result file to the map canvas 2014-08-21 14:01:20 +02:00
DelazJ
2e610bcf4a Add by default the result file to the map canvas 2014-08-21 13:59:52 +02:00
DelazJ
720f2de747 Add by default the result file to the map canvas 2014-08-21 13:53:25 +02:00
DelazJ
de91ea08e3 Add by default the result file to the map canvas 2014-08-21 13:52:31 +02:00
DelazJ
b29af4005b Add by default the result file to the map canvas 2014-08-21 13:51:06 +02:00
DelazJ
580dd9433f Add by default the result file to the map canvas 2014-08-21 13:49:24 +02:00
DelazJ
db34678abc Add by default the result file to the map 2014-08-21 13:47:15 +02:00
DelazJ
7464a4c044 Update frmEliminate.ui 2014-08-21 13:37:25 +02:00
DelazJ
6cfb6e61b1 Add saved file to map canvas by default 2014-08-21 13:15:07 +02:00
DelazJ
0bfd5fbf64 Default srid value to use in new geom column : 0 2014-08-21 13:09:34 +02:00
DelazJ
57c901712a Default srid value to 0 in new table geom column 2014-08-21 13:07:07 +02:00
DelazJ
8164f4b253 set default srid value to 0 in new geom column 2014-08-21 13:05:47 +02:00
Marcel Dancak
8c7b394639 Mapserver: fixed bounding box of points features collection returned in GetFeatureInfo request 2014-08-21 09:59:23 +02:00
Juergen E. Fischer
599255cd5a include pyqt uic module for custom widgets in debian package 2014-08-21 00:40:09 +02:00
Juergen E. Fischer
475d930a2b fix windows build 2014-08-21 00:36:25 +02:00
Juergen E. Fischer
9ee68cfd10 osgeo4w: also move pyqt4 uic module for custom widgets (followup 72e779c3e) 2014-08-20 14:24:37 +02:00
Juergen E. Fischer
72e779c3e4 osgeo4w: move Qt plugins (sql and designer) into qgis directory 2014-08-20 12:08:08 +02:00
Juergen E. Fischer
a34240d5f9 make some rendering errors translatable 2014-08-20 12:08:07 +02:00
Denis Rouzaud
1cba39da6f custom widget lib: include resources to show icons in designer 2014-08-20 11:02:24 +02:00
Juergen E. Fischer
a05c4c8030 make custom widget tooltips translatable 2014-08-20 10:02:35 +02:00
Denis Rouzaud
dbf2834b9b relation reference: correctly initialize and set properties for widget 2014-08-20 08:23:17 +02:00
Denis Rouzaud
eb678e42ab add new custom widgets to Qt Designer plugin 2014-08-20 08:15:29 +02:00
Denis Rouzaud
68bb52ffe3 can create relation reference in a widget (for custom UI forms) 2014-08-20 08:00:33 +02:00
Nyall Dawson
f9b15d3471 [composer] Holding alt while pressing arrow keys results in moving items 1 pixel 2014-08-19 21:57:10 +10:00
Nyall Dawson
9d18220138 [FEATURE][composer] Allow remote urls to be entered as picture path
for picture items, and automatically fetch them. Sponsored by the
City of Uster, Switzerland.
2014-08-19 21:35:14 +10:00
Nyall Dawson
f93e536a00 Add a simplified class for fetching HTTP network content 2014-08-19 20:49:10 +10:00
Denis Rouzaud
e8ee7be3fd Merge pull request #1516 from 3nids/vr_geom_relation
map identification for relations
2014-08-19 11:26:35 +02:00
Denis Rouzaud
4cfe24aea9 custom widget for relation reference widget 2014-08-19 09:48:15 +02:00
Denis Rouzaud
8953a8053e select related feature on the canvas from the relation reference widget (in the attribute form) 2014-08-19 09:48:15 +02:00
Denis Rouzaud
2a1a7944f7 use a specific class for the widget (to be used as a custom widget), rename old _widget to _wrapper 2014-08-19 09:09:06 +02:00
Denis Rouzaud
bc187ba953 identify shows a non-modal feature form 2014-08-19 09:08:57 +02:00
Denis Rouzaud
4588d9bd6c new map tool to select single feature 2014-08-19 08:34:02 +02:00
Matthias Kuhn
1b205be604 Fix python bindings for QgsRelation.fieldPairs() 2014-08-18 14:56:45 +02:00
Nathan Woodrow
978642addb Allow + for string concat in QgsExpression 2014-08-18 22:15:21 +10:00