File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ void QgsProjectionSelector::showEvent( QShowEvent * theEvent )
206
206
pbnPopular4->show ();
207
207
}
208
208
209
- // Pass up the inheritance heirarchy
209
+ // Pass up the inheritance hierarchy
210
210
QWidget::showEvent ( theEvent );
211
211
}
212
212
@@ -256,7 +256,7 @@ QString QgsProjectionSelector::ogcWmsCrsFilterAsSqlExpression( QSet<QString> * c
256
256
QString prefix = " AND (" ;
257
257
foreach ( QString auth_name, authParts.keys () )
258
258
{
259
- sqlExpression += QString ( " %1(auth_name= '%2' AND auth_id IN ('%3'))" )
259
+ sqlExpression += QString ( " %1(lower( auth_name)=lower( '%2') AND auth_id IN ('%3'))" )
260
260
.arg ( prefix )
261
261
.arg ( auth_name )
262
262
.arg ( authParts[auth_name].join ( " ','" ) );
You can’t perform that action at this time.
0 commit comments