44 Commits

Author SHA1 Message Date
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
Marco Hugentobler
63cd0d99bb Read available datum transformations from gdal file 2013-10-03 15:13:17 +02:00
Tim Sutton
14f639d568 Added South African north orientated CRS definitions for #8487 2013-09-04 01:38:08 +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
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
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
12106b8b8b allow crs without projection entries (fixes #6117) 2012-07-29 18:25:12 +02:00
Juergen E. Fischer
0da7539e37 sync description of EPSG:102067 with GDAL (fixes #4945 again) 2012-07-11 10:14:48 +02:00
Juergen E. Fischer
7f23d5f481 Fix #4945 2012-07-11 08:57:58 +02:00
Juergen E. Fischer
d4ddf368ba readd google mercartor (pseudo epsg:900913) removed with with 42e02d82c05b4da370be77ef71345ba62457cc66 (IssueID #4652) 2011-12-20 17:58:50 +01:00
Juergen E. Fischer
42e02d82c0 remove "unsynced" EPSG CRS that are not listed in GDAL (closes #4652) 2011-12-16 13:59:00 +01:00
borysiasty
e93c18416f update epsg:42180 proj string (compatibility version of epsg:2180)
git-svn-id: http://svn.osgeo.org/qgis/trunk@15734 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-04-16 18:48:02 +00:00
jef
42831e6067 sync srs.db with current trunk of proj
git-svn-id: http://svn.osgeo.org/qgis/trunk@15617 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-27 15:55:13 +00:00
jef
0d53fc7ee5 sync srs.db with PROJ 4.7
git-svn-id: http://svn.osgeo.org/qgis/trunk@15584 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-23 20:28:38 +00:00
jef
8064d8f900 apply #3136
git-svn-id: http://svn.osgeo.org/qgis/trunk@14418 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-10-20 04:37:27 +00:00
jef
6308416ad6 [FEATURE] allow user specific PROJ.4 search paths and update srs.db to include grid reference (fixes #3099)
git-svn-id: http://svn.osgeo.org/qgis/trunk@14399 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-10-18 19:41:37 +00:00
timlinux
b655635c21 Added over to google projection parameters as per fwarmerdam.blogspot.com/2010/02/world-mapping.html
git-svn-id: http://svn.osgeo.org/qgis/trunk@13651 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-06-04 20:37:59 +00:00
borysiasty
3887ec9708 add GDAL compatible CRSes (without +towgs84 parameters) for Polish epsg: 2172-2180, 3120, 3328-3335 and 4179 as epsg+40000
git-svn-id: http://svn.osgeo.org/qgis/trunk@13615 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-31 22:08:58 +00:00
jef
cc9bfabbc1 apply #2385
git-svn-id: http://svn.osgeo.org/qgis/trunk@13266 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-06 18:29:16 +00:00
jef
7b43dd5eee use same parameters for EPSG:3857, EPSG:GOOGLE and OSGEO:41001 as PROJ.4
git-svn-id: http://svn.osgeo.org/qgis/trunk@13200 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-29 23:28:47 +00:00
jef
40459b0177 add EPSG:3857 (fixes #2484)
git-svn-id: http://svn.osgeo.org/qgis/trunk@13199 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-29 23:11:07 +00:00
jef
300ea3c6d5 fix auth_id field type in srs.db
git-svn-id: http://svn.osgeo.org/qgis/trunk@13129 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-21 11:30:17 +00:00
jef
d323a6ca35 [FEATURE] allow to hide deprecated CRSes
git-svn-id: http://svn.osgeo.org/qgis/trunk@13125 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-20 23:41:55 +00:00
jef
7fb0e90c88 [FEATURE] WMS-C support, new spatial authorities, wms selection improvements
- QgsDataProvider&QgsMapLayer: add dataChanged() signal, so that a provider can signal that the datasource changed
- use QNetworkAccessManager instead of QgsHttpTransaction (including caching and
  dynamic authentification to website and proxies)
- resolve EPSG dependency in spatial reference systems and
  included french IGNF definitions in srs.db
- wms provider:
  - do request asynchronously through QNetworkAccessManager
  - add support for WMS-C
  - dataChanged() is to cause a redraw asynchronously, when new tiles arrive
- wms selection:
  - add support for WMS-C tilesets
  - allow inserting of all layers of a branch
  - add support for more mime types
  - move load/save to button box
  - and more cleanups
- raster provider: reduce debugging noise
- allow adding parts to multi points and lines



git-svn-id: http://svn.osgeo.org/qgis/trunk@13093 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-20 08:54:33 +00:00
mhugent
ec241b300a Added epsg 900913
git-svn-id: http://svn.osgeo.org/qgis/trunk@12969 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-02-24 10:25:33 +00:00
timlinux
d8988cced5 Updates as per #2385
git-svn-id: http://svn.osgeo.org/qgis/trunk@12821 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-01-23 07:14:36 +00:00
timlinux
c7dcfed7a9 Added Italian srs defs. Paolo please test
git-svn-id: http://svn.osgeo.org/qgis/trunk@12770 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-01-15 21:39:08 +00:00
borysiasty
1c929bb5c3 Fix CRS definitions for Polish systems 1992 and 2000 (epsg 2176-2180). This is a temporary workaround until the native epsg base is corrected.
git-svn-id: http://svn.osgeo.org/qgis/trunk@12490 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-16 15:15:19 +00:00
homann
4b4614f3e7 * Added script for updating the srs.db from the GDAL installation (thanks msieczka !)
* Added a small README on the process on how to do the above
* Change the CRS recognition when reading from projects, so it tries to match the proj4 string if valid. This is a must when the srs.db now is updated
* Changed to read ellipsoid an projection acronyms from srs.db nistead of qgis.db (mostly)
* Misc. clean up of comments and deletion of stale code.
* Fixes #1534.

git-svn-id: http://svn.osgeo.org/qgis/trunk@11447 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-19 21:22:31 +00:00
homann
738374eaf1 Fix for #728
git-svn-id: http://svn.osgeo.org/qgis/trunk@9474 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-10-13 14:15:58 +00:00
homann
a185c78394 Modified the swedish RT90 proejctions according to data available on http://www.lantmateriet.se/templates/LMV_Page.aspx?id=5197, removing errors in the range of 100+ meters. Also added an SQL script to perform modifications on srs.db
git-svn-id: http://svn.osgeo.org/qgis/trunk@9452 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-10-07 14:49:28 +00:00
mhugent
9eca6b7c93 New srs.db and code changes to save settings by proj4 string instead of qgis srsid number
git-svn-id: http://svn.osgeo.org/qgis/trunk@8720 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-07 07:40:10 +00:00
mhugent
86c9bcec48 New version of srs.db provided by Richard
git-svn-id: http://svn.osgeo.org/qgis/trunk@8346 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-04-13 11:37:37 +00:00
timlinux
bcfeb79c6e Upstreamed #728 to trunk
git-svn-id: http://svn.osgeo.org/qgis/trunk@7027 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-06-11 20:27:35 +00:00
timlinux
6be4c44fc3 Upstreamed and Aplied patch from ticket #598
git-svn-id: http://svn.osgeo.org/qgis/trunk@7015 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-06-11 03:07:19 +00:00
mhugent
ed41e1f7dd Commited new parameters for swiss coordinate system CH1903 (changes from Horst Duester)
git-svn-id: http://svn.osgeo.org/qgis/trunk@6961 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-05-25 05:52:04 +00:00
homann
a8ba9707d5 Added projections from SWEREF 99 to RT90. These are much better than existing.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5962 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-15 17:07:05 +00:00
g_j_m
5c2d41dc21 Apply some changes to the parmater field - +stere changes to +sterea. See ticket #209 for more details.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5645 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-07-27 21:07:10 +00:00
g_j_m
cd5105ca71 Remove the trailing space in the parameters column of the tbl_srs table
git-svn-id: http://svn.osgeo.org/qgis/trunk@5373 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-25 03:20:07 +00:00
morb_au
90f7f6b8f2 Improvements to WMS - users can now see what projections are available for their chosen layers. (However, the projection they select is not hooked up to anything yet.) Also, the projection selector now shows groupings in italics, for better visual distinction.
* QgsServerSourceSelect is now hooked up to QgsLayerProjectionSelector.
* QgsLayerProjectionSelector and QgsProjectionSelector can now filter their results by a list of WMS-format CRSs (Coordinate Reference Systems).
* QgsProjectionSelector now delays the calling of getProjList() and getUserProjList() until the filter has a chance to be set (using the new setOgcWmsCrsFilter).
* The projection databases now have epsg added to the view so that it too can be searched upon.
* Early works on the WMS Provider itself to accept new CRSs.  Not hooked up to anything useful yet though.



git-svn-id: http://svn.osgeo.org/qgis/trunk@4937 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-03-02 13:40:04 +00:00
timlinux
ef715a8e0e Moved images svg themes and resources out of src/
Moved svg and themes into images dir
Tidy up to configure.in


git-svn-id: http://svn.osgeo.org/qgis/trunk@4492 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-07 02:25:11 +00:00