Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
|
@@ -498,7 +498,7 @@ void QgsProjectionSelector::loadUserCrsList( QSet<QString> *crsFilter ) |
|
|
if ( result ) |
|
|
{ |
|
|
// XXX This will likely never happen since on open, sqlite creates the |
|
|
// database if it does not exist. But we checked earlier for its existance |
|
|
// database if it does not exist. But we checked earlier for its existence |
|
|
// and aborted in that case. This is because we may be runnig from read only |
|
|
// media such as live cd and don't want to force trying to create a db. |
|
|
showDBMissingWarning( databaseFileName ); |
|
@@ -894,7 +894,7 @@ long QgsProjectionSelector::getLargestCRSIDMatch( const QString& theSql ) |
|
|
if ( result ) |
|
|
{ |
|
|
// XXX This will likely never happen since on open, sqlite creates the |
|
|
// database if it does not exist. But we checked earlier for its existance |
|
|
// database if it does not exist. But we checked earlier for its existence |
|
|
// and aborted in that case. This is because we may be runnig from read only |
|
|
// media such as live cd and don't want to force trying to create a db. |
|
|
showDBMissingWarning( databaseFileName ); |
|
|
|
@@ -79,7 +79,7 @@ ENDMACRO(DETECT_OSG_VERSION) |
|
|
# full path of the library name. in order to differentiate release and debug, this macro get the |
|
|
# NAME of the variables, so the macro gets as arguments the target name and the following list of parameters |
|
|
# is intended as a list of variable names each one containing the path of the libraries to link to |
|
|
# The existance of a variable name with _DEBUG appended is tested and, in case it' s value is used |
|
|
# The existence of a variable name with _DEBUG appended is tested and, in case it' s value is used |
|
|
# for linking to when in debug mode |
|
|
# the content of this library for linking when in debugging |
|
|
####################################################################################################### |
|
|
|
@@ -15,11 +15,12 @@ |
|
|
|
|
|
#include "qgsglobefeatureidentify.h" |
|
|
#include "qgsmapcanvas.h" |
|
|
#include "featuresource/qgsglobefeaturesource.h" |
|
|
|
|
|
#include <qgsmaplayerregistry.h> |
|
|
#include <qgsrubberband.h> |
|
|
#include <qgsvectorlayer.h> |
|
|
|
|
|
#include "featuresource/qgsglobefeaturesource.h" |
|
|
|
|
|
#include <osg/ValueObject> |
|
|
#include <osgEarth/Registry> |
|
|
|
|
|
|
@@ -78,7 +78,7 @@ class TestQgsSymbolLayerV2(unittest.TestCase): |
|
|
""" |
|
|
|
|
|
def testBinding(self): |
|
|
"""Test python bindings existance.""" |
|
|
"""Test python bindings existence.""" |
|
|
mType = type(QgsSymbolLayerV2) |
|
|
mExpectedType = pyqtWrapperType |
|
|
mMessage = 'Expected "%s" got "%s"' % (mExpectedType, mType) |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.