Nyall Dawson
9abeeb64e6
[FEATURE] New $atlasfeature expression function for returning the current atlas feature. Also clean up the expression groups and move some unrelated functions out of the 'Record' group.
2014-07-10 15:52:48 +10:00
Nyall Dawson
1e39db6a0f
[FEATURE] New expression functions for $currentfeature (returns current feature) and 'attribute' (returns value stored in specified field within a feature)
2014-07-10 14:10:44 +10:00
Juergen E. Fischer
1691014069
Remove sqlanywhere plugin and provider (implements #10840 )
2014-07-08 08:38:29 +02:00
Juergen E. Fischer
df19f65445
expressions: add help for $uuid ( fixes #10094 )
2014-06-22 04:23:39 +02:00
Juergen E. Fischer
8cd467bea2
generate context_help and function_help in the same order
2014-06-20 14:22:42 +02:00
Tim Sutton
18af0d811a
Fix for Vietnamese UTM 48N projection parameters as reported by Quách Đồng Thắng
2014-06-20 16:57:47 +08:00
Marco Hugentobler
614c1b2199
Change / add ntv2 entries for Portugal
2014-06-20 09:28:39 +02:00
cdavila
a70c865b62
Remove duplicated line
2014-06-17 09:01:16 +02:00
cdavila
8c7b6717c9
Fix wrong reference to geometries in sintax
...
Geometry a was repeated and geometry was missing
2014-06-17 08:44:56 +02:00
Nathan Woodrow
3499a390d6
Fix #8756 - Update function help for colour functions
2014-05-18 23:28:55 +10:00
Nyall Dawson
2ce741678f
Add expression functions for bounding box (bounds), bounding box width & height (bounds_width/bounds_height), and min/max x/y coordinates (xmin/xmax/ymin/ymax)
2014-05-18 21:53:00 +10:00
Juergen E. Fischer
7c75ffa3b0
spelling fixes
2014-05-17 22:02:03 +02:00
Werner Macho
9864bfc11b
adding function help for atlasid and atlasgeometry
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-04-10 12:01:18 +02:00
Marco Hugentobler
3224a2fd9e
Add OSTN02 info to srs.db. Kindly provided by Nicholas Duggan
2014-03-14 14:36:19 +01:00
Juergen E. Fischer
efabcdfc99
german translation update and translation string fixes
2014-03-11 11:46:46 +01:00
Mathieu Pellerin (nirvn)
5105f5f93e
[expression] fix function help following argument ordering shift
2014-02-21 18:43:20 +07:00
Mathieu Pellerin (nirvn)
1c5228cca8
[expression] made wordwrap delimiter string an optional 3rd argument
2014-02-21 18:43:12 +07:00
Mathieu Pellerin (nirvn)
d1c61a02c1
[expression] rework the wordwrap to allow for maximum / minimum line length to wrap, fix test and add two more
2014-02-21 18:43:02 +07:00
Mathieu Pellerin (nirvn)
3cfee81259
[expression] add wordwrap function help file
2014-02-21 18:42:56 +07:00
Marco Hugentobler
c6e0386855
Update srs.db with entries for BeTA2007.gsb (thanks to Robert Nuske)
2014-02-18 14:36:35 +01:00
Radim Blazek
54d3510e75
Reintroduced Google Mercator 900913
...
insert into tbl_srs (description, projection_acronym, ellipsoid_acronym, parameters, srid, auth_name, auth_id, is_geo, deprecated, noupdate) values ('Google Mercator','merc','WGS84','+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +over +no_defs',900913,'EPSG','900913',0,0,0);
2014-02-14 12:51:34 +01:00
Salvatore Larosa
f70e403b71
add help for bbox function
2014-02-09 19:08:19 +01:00
Marco Hugentobler
467e8f1575
Update srs.db
2014-02-05 21:03:40 +01:00
Nyall Dawson
c45bf504e7
Implement $map variable, which returns the current composer map item id where the map is being drawn, or 'canvas' if the map is being drawn in the main QGIS window. Partly implements #9288 .
2014-01-05 13:25:37 +11:00
Juergen E. Fischer
18274a2472
datum transformations:
...
- copy descriptions, preference and deprecation from GDAL
- remember position of dialog
- allow hiding of deprecated transformations
SQL:
ALTER TABLE tbl_datum_transform ADD remarks varchar;
ALTER TABLE tbl_datum_transform ADD scope varchar;
ALTER TABLE tbl_datum_transform ADD preferred boolean;
ALTER TABLE tbl_datum_transform ADD deprecated boolean;
ALTER TABLE tbl_datum_transform ADD area_of_use_code varchar;
2014-01-02 04:01:14 +01:00
Marco Hugentobler
81ea0c66d3
Some updates for ntv2 entries in tbl_datum_transform
2013-12-03 08:42:52 +01:00
Tomas
688952d56a
Fix function example explanation
2013-11-27 20:02:32 +02:00
Marco Hugentobler
f624792255
Add epsg_nr to datum transform table
2013-11-27 17:07:38 +01:00
Marco Hugentobler
fc115a4508
Change epsg datum transform 9607 to 9606 by switching the sign of the rotation parameters
2013-11-25 15:31:06 +01:00
Marco Hugentobler
d8637156a7
apply the IAU2000 sql file to srs.db
2013-11-21 17:56:28 +01:00
Adam Licht
6055a4f566
adding a file of inserts for IAU2000 ellipsoids and srs
2013-11-21 17:49:44 +01:00
Marco Hugentobler
358239cc36
Add pt grid shift entries to srs.db (provided by Giovanni)
2013-11-21 17:44:19 +01:00
Marco Hugentobler
183a4b8199
Add NZGD49<->NZGD2000 to srs.db
2013-11-11 08:55:39 +01:00
Marco Hugentobler
3a14b53849
[FEATURE] selection of datum transformation for otf-reprojection
2013-11-08 17:28:21 +01:00
Marco Hugentobler
3465c3eb50
Set higher coord_op values for ntv2 to separate them from the entries coming from datum_transform.csv
2013-11-08 08:08:18 +01:00
Marco Hugentobler
8372f7eef5
Added swiss ntv2 transformations
2013-10-28 14:05:20 +01:00
Marco Hugentobler
a919eed677
Show datum transform parameters in datum transform selection dialog
2013-10-23 10:58:13 +02:00
Juergen E. Fischer
0f82df1ef2
ILIKE function help fix and german translation update
2013-10-20 23:18:13 +02:00
Marco Hugentobler
63cd0d99bb
Read available datum transformations from gdal file
2013-10-03 15:13:17 +02:00
Juergen E. Fischer
e41857169b
german translation update and some function help fixes
2013-09-15 19:21:58 +02:00
astroidex
1670a27423
new help texts for operators
2013-09-15 17:12:57 +02:00
astroidex
6ec9e75ca1
added help for confexHull function
2013-09-15 16:21:17 +02:00
astroidex
f51dfc52f6
added new help files for geometry functions
2013-09-15 16:18:02 +02:00
astroidex
81d00d35fb
added new help files for geometry functions
2013-09-15 16:06:08 +02:00
astroidex
6adc8746e9
added new help files for geometry functions
2013-09-15 16:00:28 +02:00
Robert Szczepanek
cf6ad67743
[function help] In strpos() needle is string, not number
2013-09-05 00:27:00 -04:00
Tim Sutton
14f639d568
Added South African north orientated CRS definitions for #8487
2013-09-04 01:38:08 +02:00
Werner Macho
6937e4f913
changes to make function help look the same
2013-08-24 09:06:03 +02:00
Salvatore Larosa
1bb27253c5
remove context help for mapserver export plugin: followup 441a46b
2013-08-22 17:33:44 +02:00
Salvatore Larosa
8dc013117f
[pyqgis-console] sextante => processing renaming: followup ec82b52
2013-08-22 17:25:29 +02:00