346 Commits

Author SHA1 Message Date
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
Chris Crook
bdcc01e9f9 Adding CSVT file reading - using CSVT file alongside data file to determine field types 2013-05-25 10:19:47 +12:00
Juergen E. Fischer
65d3535fc5 - Quantum GIS => QGIS update
- integrate PythonConsole help into main translation
- allow referencing QGIS images in context help(viewer)
2013-05-20 16:48:51 +02:00
Juergen E. Fischer
094c97b0d1 translation update 2013-05-18 16:02:07 +02:00
Chris Crook
198cc39f85 Fixing line spacing in <pre> section of delimited text context help 2013-05-17 08:31:49 +12:00
Chris Crook
8bf3d18c68 Fix merge conflict 2013-05-17 06:51:51 +12:00
Juergen E. Fischer
596e1f12ea drop qgis_help.db and debian packaging update 2013-05-16 09:16:57 +02:00
Juergen E. Fischer
cdd7e9f1c6 - recover japanese translations lost in 4b76600
- german translation fix
2013-05-15 08:33:47 +02:00
Juergen E. Fischer
4b766003e0 - integrate function_help and context_help to translation files
- add some german function help updates
- update helpviewer to show help passed into stdin from qgis
2013-05-15 01:35:03 +02:00
Chris Crook
0f756c9528 Delimited text GUI tidy up. Renamed useWatcher option to watchFile 2013-05-14 10:53:26 +12:00
nyalldawson
10acbe017e Add clamp and scale_exp functions 2013-05-13 22:28:00 +10:00
Matthias Kuhn
97ad3735e9 [attrtable] Update context help 2013-05-13 16:51:39 +02:00
Juergen E. Fischer
27183d9add add to german function help 2013-05-13 15:29:54 +02:00
Nathan Woodrow
e7f8326b83 Change -> to &rarr; in function help 2013-05-13 21:50:07 +10:00
nyalldawson
23a7ebf952 Add a scale_linear function, for linear interpolation between and input domain and output range 2013-05-13 08:14:37 +10:00
nyalldawson
bedd99e684 Add trim function 2013-05-13 08:14:37 +10:00
nyalldawson
ff92b029cf Add abs function 2013-05-13 08:14:37 +10:00
nyalldawson
ebc7a35f7b Add floor and ceil functions 2013-05-13 08:14:37 +10:00
nyalldawson
2076031424 Add max and min functions 2013-05-13 08:14:37 +10:00
nyalldawson
a85b0bc79e Add regexp_substr function for returning matched part of string against regex 2013-05-13 08:14:37 +10:00
nyalldawson
c07b2cc498 Small fixes to function help 2013-05-13 08:14:36 +10:00
nyalldawson
167cc95e35 Add rand and randf functions for generating random numbers 2013-05-13 08:14:36 +10:00
Juergen E. Fischer
4182baaa6e oracle provider:
- make searching in meta data table default
- also list synonyms
- more progress messages
2013-05-12 23:23:24 +02:00
Chris Crook
1f7f2b34d4 Merge branch 'master' into delimited_text_indexing_implemented 2013-05-13 08:38:03 +12:00
Nathan Woodrow
bbdecebd9a Add function help 2013-05-11 13:16:26 +10:00
Chris Crook
0d464b2e1b Delimited text provider indexing implemented.
Efficiency improvements.

Adds capabilities
   SelectAtId
   CreateSpatialIndex

This uses line number as an index.  Allows jumping to a line number
without interpreting all intermediate records, so much more efficient.
Also retains the current record in a buffer, so successive requests for
the same record do not require rereading the file.

With index available have also added indexing of subsets and optional
creation of spatial index.

Note: did try using QTextStream.pos to build a random access index -
this was incredibly slow.  Have found using line based index is
reasonably fast even on quite large (50+Mb) text files.
2013-05-10 13:45:48 +12:00
Juergen E. Fischer
be15de88d7 german translation update 2013-05-09 17:09:08 +02:00
Juergen E. Fischer
94c023317f oracle provider: add context help 2013-05-09 17:08:50 +02:00
nyalldawson
7aa0dd50f2 Small fixes to heatmap plugin
Update context help for heatmap
2013-05-08 13:00:48 +10:00
Juergen E. Fischer
e0907b0f0a more spelling fixes 2013-05-03 21:39:28 +02:00
Chris Crook
1fb60b4c9a Adding subset test and help information 2013-04-30 14:11:40 +12:00
nyalldawson
533030f80e Add regexp_match function, improve help for regexp_replace function 2013-04-29 09:10:57 +10:00
nyalldawson
6e5221cd6d Add color_cmyk and color_cmyka functions 2013-04-29 09:10:48 +10:00
nyalldawson
c038374e41 Add color_hsv and color_hsva functions 2013-04-29 09:10:39 +10:00
nyalldawson
d52e007de8 Add color_hsl and color_hsla functions 2013-04-29 09:10:33 +10:00
Chris Crook
fd57ffa571 Merge branch 'master' into colour_functions 2013-04-26 11:35:32 +12:00
Etienne Tourigny
89f34b20b4 fix cpt-city loading of invalid (non-existent) ramps in Seleections 2013-04-25 16:34:49 -03:00
Etienne Tourigny
8218baf9a6 change QGis to QGIS 2013-04-25 16:34:49 -03:00
Etienne Tourigny
30e48771ac add cpt-city selections to distribution 2013-04-25 16:34:48 -03:00
Chris Crook
01e70b86b4 Replace QGis with QGIS throughout 2013-04-23 08:28:57 +12:00
Chris Crook
3595491f04 Tidying up help file 2013-04-23 08:22:32 +12:00
Chris Crook
75a1d02878 Tidying up help file 2013-04-23 08:09:39 +12:00