349 Commits

Author SHA1 Message Date
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
Richard Duivenvoorde
4ba9c47e8d purge olde PluginInstallerDialog context help
there will be a new QgsPluginManager help file
2013-08-13 08:28:02 +12:00
Nyall Dawson
2087de1060 Add note that non-greedy regular expressions are not supported to function help 2013-08-09 07:31:26 +10:00
Werner Macho
eeb2cb44dd Fixing some typos 2013-07-04 10:29:52 +02:00
Juergen E. Fischer
7805af3cf1 crssync: exclude some records from updates from GDAL
sqlite3 resources/srs.db
sqlite> alter table tbl_srs add noupdate boolean;
sqlite> update tbl_srs set noupdate=(auth_name='EPSG' and auth_id in (5513,5514,5221,2065,102067,4156,4818));
2013-07-04 08:29:00 +02:00
Juergen E. Fischer
1e0b9c217d expression builder widget: hide sample buttons and context menu, when no layer is set (fixes #6802)
wfs source select: rename slots to avoid autoconnect warning
attribute table: remove stale connect
2013-06-30 15:02:14 +02:00
Juergen E. Fischer
d1e410585b missed query builder help in c6a4bb86aa 2013-06-22 21:18:38 +02:00
Juergen E. Fischer
99f998aa30 - add missing sip bindings
- port widgets_tree.py to QtXml and update customization.xml (fixes #5752 and  #8054)
2013-06-22 19:41:34 +02:00
Juergen E. Fischer
c6a4bb86aa context_help/function_help:
- remove en_US postfix
- remove translated files (translation were moved to ts files earlier)
- remove unused jQuery (python help doesn't use it anymore)
- change expression label in QgsQueryBuilder and add context help (partly fixes
  #8129)
2013-06-21 23:59:40 +02:00
Salvatore Larosa
28efcda1f5 [pyqgis-console] small update to help 2013-06-16 23:59:29 +02:00