[QGIS Commit] [qgis/QGIS] 63cd0d: Read available datum transformations from gdal fil...
GitHub
noreply at github.com
Fri Nov 8 08:40:24 PST 2013
Branch: refs/heads/master
Home: https://github.com/qgis/QGIS
Commit: 63cd0d99bb0b95cada6250366a67d4c35e06d554
https://github.com/qgis/QGIS/commit/63cd0d99bb0b95cada6250366a67d4c35e06d554
Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
Date: 2013-10-03 (Thu, 03 Oct 2013)
Changed paths:
M resources/srs.db
M src/core/qgscoordinatereferencesystem.cpp
M src/core/qgscoordinatereferencesystem.h
Log Message:
-----------
Read available datum transformations from gdal file
Commit: 5e3829c0a359844dd87a4ad10d93720bf7b3e9cd
https://github.com/qgis/QGIS/commit/5e3829c0a359844dd87a4ad10d93720bf7b3e9cd
Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
Date: 2013-10-15 (Tue, 15 Oct 2013)
Changed paths:
M src/core/qgscoordinatereferencesystem.cpp
M src/core/qgscoordinatereferencesystem.h
M src/core/qgscoordinatetransform.cpp
M src/core/qgscoordinatetransform.h
Log Message:
-----------
Add method to lookup datum transformations in srs.db
Commit: 76e43cd1faddeda16d45eb89b8caf8057618af8c
https://github.com/qgis/QGIS/commit/76e43cd1faddeda16d45eb89b8caf8057618af8c
Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
Date: 2013-10-15 (Tue, 15 Oct 2013)
Changed paths:
M src/core/qgscoordinatetransform.cpp
M src/core/qgscoordinatetransform.h
Log Message:
-----------
Initialise coordinate transform with datum transform ids
Commit: 39fd5b8233a9e5feafc038ea1383d4e4701e53af
https://github.com/qgis/QGIS/commit/39fd5b8233a9e5feafc038ea1383d4e4701e53af
Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
Date: 2013-10-16 (Wed, 16 Oct 2013)
Changed paths:
M src/core/qgscoordinatetransform.cpp
M src/core/qgscoordinatetransform.h
M src/core/qgscrscache.cpp
M src/core/qgscrscache.h
Log Message:
-----------
Add source/dest datum transform as member to coordinate transform and change cache options accordingly
Commit: ba524fc2686947aa3820b953dfeb5436231c3452
https://github.com/qgis/QGIS/commit/ba524fc2686947aa3820b953dfeb5436231c3452
Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
Date: 2013-10-17 (Thu, 17 Oct 2013)
Changed paths:
M src/core/qgsmaprenderer.cpp
M src/core/qgsmaprenderer.h
Log Message:
-----------
Store relation between layer and coordinate transform in maprenderer class
Commit: 7612e12702ba03c0c1a030a7b18803911bca6b8a
https://github.com/qgis/QGIS/commit/7612e12702ba03c0c1a030a7b18803911bca6b8a
Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
Date: 2013-10-18 (Fri, 18 Oct 2013)
Changed paths:
M src/core/qgsmaprenderer.cpp
M src/core/qgsmaprenderer.h
Log Message:
-----------
Store relation between layer and coordinate transform in maprenderer class
Commit: c82606cae24d05527f25b81cd5af2e818282b0f2
https://github.com/qgis/QGIS/commit/c82606cae24d05527f25b81cd5af2e818282b0f2
Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
Date: 2013-10-18 (Fri, 18 Oct 2013)
Log Message:
-----------
Store relation between layer and coordinate transform in maprenderer class
Commit: a2e0a1a4a903fc7ef705b9aac3e14eb7acaacc15
https://github.com/qgis/QGIS/commit/a2e0a1a4a903fc7ef705b9aac3e14eb7acaacc15
Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
Date: 2013-10-18 (Fri, 18 Oct 2013)
Changed paths:
M src/core/qgscoordinatetransform.cpp
M src/core/qgsmaprenderer.cpp
M src/gui/qgsmapcanvas.cpp
M src/gui/qgsmapcanvas.h
Log Message:
-----------
Catch datum transform request signal in QgsMapCanvas
Commit: 162d8abc81dd25a71d168e76c2c8aeba2d4da207
https://github.com/qgis/QGIS/commit/162d8abc81dd25a71d168e76c2c8aeba2d4da207
Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
Date: 2013-10-21 (Mon, 21 Oct 2013)
Changed paths:
M src/core/qgscrscache.cpp
M src/core/qgsmaprenderer.cpp
M src/gui/CMakeLists.txt
A src/gui/qgsdatumtransformdialog.cpp
A src/gui/qgsdatumtransformdialog.h
M src/gui/qgsmapcanvas.cpp
A src/ui/qgsdatumtransformdialogbase.ui
Log Message:
-----------
Add Dialog to select datum transformation
Commit: e2148bc91f1db744545770995203c033da98b43b
https://github.com/qgis/QGIS/commit/e2148bc91f1db744545770995203c033da98b43b
Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
Date: 2013-10-21 (Mon, 21 Oct 2013)
Changed paths:
M src/core/qgsmaprenderer.cpp
M src/core/qgsmaprenderer.h
Log Message:
-----------
Fix loading of datum transformation from project
Commit: a919eed6778bcdd7a5cefc7b79d8b274643cb4db
https://github.com/qgis/QGIS/commit/a919eed6778bcdd7a5cefc7b79d8b274643cb4db
Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
Date: 2013-10-23 (Wed, 23 Oct 2013)
Changed paths:
M resources/srs.db
M src/core/qgscoordinatetransform.h
M src/gui/qgsdatumtransformdialog.cpp
M src/ui/qgsdatumtransformdialogbase.ui
Log Message:
-----------
Show datum transform parameters in datum transform selection dialog
Commit: 028e7d90e47b37880d5a2c6203608ec2717b12ee
https://github.com/qgis/QGIS/commit/028e7d90e47b37880d5a2c6203608ec2717b12ee
Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
Date: 2013-10-23 (Wed, 23 Oct 2013)
Changed paths:
M src/gui/qgsdatumtransformdialog.cpp
M src/gui/qgsdatumtransformdialog.h
M src/gui/qgsmapcanvas.cpp
M src/ui/qgsdatumtransformdialogbase.ui
Log Message:
-----------
Add layer name to datum transform dialog title
Commit: 8372f7eef573db3ca58a5221313d5a4566510d71
https://github.com/qgis/QGIS/commit/8372f7eef573db3ca58a5221313d5a4566510d71
Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
Date: 2013-10-28 (Mon, 28 Oct 2013)
Changed paths:
M resources/srs.db
Log Message:
-----------
Added swiss ntv2 transformations
Commit: b9cf9eeaec067d8f8f3ff6a51906e242fc32b0be
https://github.com/qgis/QGIS/commit/b9cf9eeaec067d8f8f3ff6a51906e242fc32b0be
Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
Date: 2013-10-31 (Thu, 31 Oct 2013)
Changed paths:
M src/core/qgsmaprenderer.cpp
Log Message:
-----------
Don't remove layer coordinate transform info if layer is no longer present (layer could be switched off but still present)
Commit: 73d0d9d3dfd63a427e85573aa8b50f8ba74e04c7
https://github.com/qgis/QGIS/commit/73d0d9d3dfd63a427e85573aa8b50f8ba74e04c7
Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
Date: 2013-10-31 (Thu, 31 Oct 2013)
Changed paths:
M src/core/qgscoordinatetransform.cpp
M src/gui/qgsmapcanvas.cpp
Log Message:
-----------
Add debug informations
Commit: 64c0bd45652a107bf560fa5fc821241fcd118d3b
https://github.com/qgis/QGIS/commit/64c0bd45652a107bf560fa5fc821241fcd118d3b
Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
Date: 2013-10-31 (Thu, 31 Oct 2013)
Changed paths:
M src/core/qgscoordinatetransform.cpp
Log Message:
-----------
More debug messages
Commit: 08092cdaa66ee4b5ce35da9815526e92b81c3214
https://github.com/qgis/QGIS/commit/08092cdaa66ee4b5ce35da9815526e92b81c3214
Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
Date: 2013-10-31 (Thu, 31 Oct 2013)
Changed paths:
M src/core/qgscoordinatetransform.cpp
M src/gui/qgsmapcanvas.cpp
Log Message:
-----------
Remove debug code
Commit: 5a2285e2aa71f0b2e2b14d5e4500be0b6f479e2b
https://github.com/qgis/QGIS/commit/5a2285e2aa71f0b2e2b14d5e4500be0b6f479e2b
Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
Date: 2013-10-31 (Thu, 31 Oct 2013)
Changed paths:
M python/core/qgsvectorfilewriter.sip
M src/app/qgisapp.cpp
M src/core/qgsvectorfilewriter.cpp
M src/core/qgsvectorfilewriter.h
Log Message:
-----------
Ask datum transformation if vector layer is saved in another CRS
Commit: 63fbc7526ad362efda3ae88437c7d85a1710e16e
https://github.com/qgis/QGIS/commit/63fbc7526ad362efda3ae88437c7d85a1710e16e
Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
Date: 2013-10-31 (Thu, 31 Oct 2013)
Changed paths:
M src/gui/qgsdatumtransformdialog.h
Log Message:
-----------
Add export macro
Commit: 6cc5db391092e21fa7ada1d0e1f55ccd457c4f45
https://github.com/qgis/QGIS/commit/6cc5db391092e21fa7ada1d0e1f55ccd457c4f45
Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
Date: 2013-11-01 (Fri, 01 Nov 2013)
Changed paths:
M src/core/qgscoordinatetransform.cpp
Log Message:
-----------
Add null grid transformation if necessary
Commit: aec1d5e711eb28cd9d5bb2bf2de2ea93efbdb4bc
https://github.com/qgis/QGIS/commit/aec1d5e711eb28cd9d5bb2bf2de2ea93efbdb4bc
Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
Date: 2013-11-07 (Thu, 07 Nov 2013)
Changed paths:
M src/core/qgsmaprenderer.cpp
M src/core/qgsmaprenderer.h
M src/gui/qgshighlight.cpp
M src/gui/qgsmapcanvas.cpp
M src/gui/qgsmapcanvas.h
Log Message:
-----------
Highlight: get transformation object from maprenderer and added some consts
Commit: 1c47011fbbf1011fb59c51fbf56968f6ed9f0256
https://github.com/qgis/QGIS/commit/1c47011fbbf1011fb59c51fbf56968f6ed9f0256
Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
Date: 2013-11-07 (Thu, 07 Nov 2013)
Changed paths:
M src/core/qgsmaprenderer.cpp
M src/core/qgsmaprenderer.h
M src/mapserver/qgsconfigparser.cpp
M src/mapserver/qgsconfigparser.h
M src/mapserver/qgsprojectparser.cpp
M src/mapserver/qgsprojectparser.h
M src/mapserver/qgswmsserver.cpp
Log Message:
-----------
Use defined datum transform also in server and fix datum transform related bugs
Commit: 3465c3eb509b9285f0b7d99129dcbaad84463771
https://github.com/qgis/QGIS/commit/3465c3eb509b9285f0b7d99129dcbaad84463771
Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
Date: 2013-11-07 (Thu, 07 Nov 2013)
Changed paths:
M resources/srs.db
Log Message:
-----------
Set higher coord_op values for ntv2 to separate them from the entries coming from datum_transform.csv
Commit: 64440cfc81aa703088cfbf4d8804c0bc6fa7d196
https://github.com/qgis/QGIS/commit/64440cfc81aa703088cfbf4d8804c0bc6fa7d196
Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
Date: 2013-11-08 (Fri, 08 Nov 2013)
Changed paths:
M python/core/qgsmaprenderer.sip
M src/core/qgscoordinatereferencesystem.cpp
M src/core/qgsmaprenderer.cpp
M src/core/qgsmaprenderer.h
M src/gui/qgshighlight.cpp
Log Message:
-----------
Change tr() to transformation() and add python binding. Make datum_shift db update in a transaction
Commit: 6aa4d953024ae1d92f91ab915d9bf745c74fbe74
https://github.com/qgis/QGIS/commit/6aa4d953024ae1d92f91ab915d9bf745c74fbe74
Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
Date: 2013-11-08 (Fri, 08 Nov 2013)
Changed paths:
M src/gui/qgsdatumtransformdialog.cpp
M src/gui/qgsmapcanvas.cpp
Log Message:
-----------
Bugfix datum transformation
Commit: 3a14b5384977897de5ac35b74e89d1ae821d212e
https://github.com/qgis/QGIS/commit/3a14b5384977897de5ac35b74e89d1ae821d212e
Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
Date: 2013-11-08 (Fri, 08 Nov 2013)
Changed paths:
M python/core/qgsmaprenderer.sip
M python/core/qgsvectorfilewriter.sip
M resources/srs.db
M src/app/qgisapp.cpp
M src/core/qgscoordinatereferencesystem.cpp
M src/core/qgscoordinatereferencesystem.h
M src/core/qgscoordinatetransform.cpp
M src/core/qgscoordinatetransform.h
M src/core/qgscrscache.cpp
M src/core/qgscrscache.h
M src/core/qgsmaprenderer.cpp
M src/core/qgsmaprenderer.h
M src/core/qgsvectorfilewriter.cpp
M src/core/qgsvectorfilewriter.h
M src/gui/CMakeLists.txt
A src/gui/qgsdatumtransformdialog.cpp
A src/gui/qgsdatumtransformdialog.h
M src/gui/qgshighlight.cpp
M src/gui/qgsmapcanvas.cpp
M src/gui/qgsmapcanvas.h
M src/mapserver/qgsconfigparser.cpp
M src/mapserver/qgsconfigparser.h
M src/mapserver/qgsprojectparser.cpp
M src/mapserver/qgsprojectparser.h
M src/mapserver/qgswmsserver.cpp
A src/ui/qgsdatumtransformdialogbase.ui
Log Message:
-----------
[FEATURE] selection of datum transformation for otf-reprojection
Compare: https://github.com/qgis/QGIS/compare/b21adc1c9ced...3a14b5384977
More information about the QGIS-commit
mailing list