337 Commits

Author SHA1 Message Date
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
Juergen E. Fischer
00b14dcabe some translation string fixes and german translation update 2013-06-14 14:34:49 +02:00
Radim Blazek
e37a6e06b8 customization update 2013-06-12 21:06:25 +02:00
Radim Blazek
b3d184dade Updated towgs84 parameters of geographic JTSK CRS, the towgs84 values were calculated for area of Czech and Slovak Republic as it is described here: http://grass.fsv.cvut.cz/gwiki/%C4%8Ceskoslovensk%C3%BD_transforma%C4%8Dn%C3%AD_kl%C3%AD%C4%8D
UPDATE tbl_srs set parameters = '+proj=longlat +ellps=bessel +towgs84=542.5,89.2,456.9,5.517,2.275,5.516,6.96  +no_defs' WHERE auth_id = '4156';

UPDATE tbl_srs set parameters = '+proj=longlat +ellps=bessel +towgs84=542.5,89.2,456.9,5.517,2.275,5.516,6.96 +pm=ferro +no_defs' WHERE auth_id = '4818';
2013-06-12 11:27:45 +02:00
Radim Blazek
2ffbbded16 Updated towgs84 parameters of JTSK CRS, the towgs84 values were calculated for area of Czech and Slovak Republic as it is described here: http://grass.fsv.cvut.cz/gwiki/%C4%8Ceskoslovensk%C3%BD_transforma%C4%8Dn%C3%AD_kl%C3%AD%C4%8D
UPDATE tbl_srs set parameters = '+proj=krovak +lat_0=49.5 +lon_0=24.83333333333333 +alpha=30.28813972222222 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=542.5,89.2,456.9,5.517,2.275,5.516,6.96 +pm=greenwich +units=m +no_defs' WHERE auth_id = '5513';

UPDATE tbl_srs set parameters = '+proj=krovak +lat_0=49.5 +lon_0=24.83333333333333 +alpha=30.28813972222222 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=542.5,89.2,456.9,5.517,2.275,5.516,6.96 +pm=greenwich +units=m +no_defs' WHERE auth_id = '5514';

UPDATE tbl_srs set parameters = '+proj=krovak +lat_0=49.5 +lon_0=42.5 +alpha=30.28813972222222 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=542.5,89.2,456.9,5.517,2.275,5.516,6.96 +pm=ferro +units=m +no_defs' WHERE auth_id = '5221';

UPDATE tbl_srs set parameters = '+proj=krovak +lat_0=49.5 +lon_0=42.5 +alpha=30.28813972222222 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=542.5,89.2,456.9,5.517,2.275,5.516,6.96 +pm=ferro +units=m +no_defs' WHERE auth_id = '2065';

UPDATE tbl_srs set parameters = '+proj=krovak +lat_0=49.5 +lon_0=24.83333333333333 +alpha=30.28813972222222 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=542.5,89.2,456.9,5.517,2.275,5.516,6.96 +pm=greenwich +units=m +no_defs' WHERE auth_id = '102067';
2013-06-12 11:14:48 +02:00
Borys Jurgiel
62598af640 [Plugin Manage] Include tab title pages to i18n. Don't clutter the resources dir. 2013-06-11 23:30:41 +02:00
Richard Duivenvoorde
ce9ed158b5 texts and context help text for pluginmanager 2013-06-09 19:44:48 +02:00
Borys Jurgiel
24b6b0c0d0 [Plugin Manager] Forgotten CMake entry. Following c490688106941be91e5 2013-06-09 17:12:46 +02:00
Borys Jurgiel
c490688106 [PluginManager] Move title pages for tabs to the resources. Will be included to translations when the contents is ready. 2013-06-09 16:46:27 +02:00
Salvatore Larosa
8201335835 [pyqgis-console] update help
- shows help at the first launch of the console
2013-06-03 18:51:34 +02:00
Juergen E. Fischer
de12f297a5 rename context help from QgsIdentifyResults to QgsIdentifyResultsDialog 2013-06-02 23:26:13 +02:00
Radim Blazek
792ac5a433 JTSK EPSG codes update, added new codes, updated existing.
INSERT INTO tbl_srs VALUES (NULL,'S-JTSK (Greenwich) / Krovak','krovak','bessel','+proj=krovak +lat_0=49.5 +lon_0=24.83333333333333 +alpha=30.28813972222222 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=589,76,480,0,0,0,0 +pm=greenwich +units=m +no_defs',5513,'EPSG','5513',0,0);

INSERT INTO tbl_srs VALUES (NULL,'S-JTSK (Greenwich) / Krovak East North','krovak','bessel','+proj=krovak +lat_0=49.5 +lon_0=24.83333333333333 +alpha=30.28813972222222 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=589,76,480,0,0,0,0 +pm=greenwich +units=m +no_defs',5514,'EPSG','5514',0,0);

INSERT INTO tbl_srs VALUES (NULL,'S-JTSK (Ferro) / Krovak East North','krovak','bessel','+proj=krovak +lat_0=49.5 +lon_0=42.5 +alpha=30.28813972222222 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=589,76,480,0,0,0,0 +pm=ferro +units=m +no_defs',5221,'EPSG','5221',0,0);

-- Add alpha to 2065
UPDATE tbl_srs set parameters = '+proj=krovak +lat_0=49.5 +lon_0=42.5 +alpha=30.28813972222222 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=589,76,480,0,0,0,0 +pm=ferro +units=m +no_defs'  WHERE auth_id = '2065';

-- Add towgs84 to 102067
UPDATE tbl_srs set description = 'S-JTSK (Greenwich) / Krovak East North', parameters = '+proj=krovak +lat_0=49.5 +lon_0=24.83333333333333 +alpha=30.28813972222222 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=589,76,480,0,0,0,0 +pm=greenwich +units=m +no_defs', deprecated = 1 WHERE auth_id = '102067';
2013-05-31 14:42:44 +02:00
Juergen E. Fischer
15539f34ce more Quantum GIS => QGIS updates 2013-05-30 16:19:19 +02:00