Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 29, 2020
1 parent 99ffa0e commit d0cff49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/wms/qgswmscapabilities.cpp
Expand Up @@ -1078,7 +1078,7 @@ void QgsWmsCapabilities::parseDimension( const QDomElement &element, QgsWmsDimen
void QgsWmsCapabilities::parseExtent( const QDomElement &element, QVector<QgsWmsDimensionProperty> &dimensionProperties )
{
const QString name = element.attribute( QStringLiteral( "name" ) );
// try to find correponsding dimension property -- i.e. we upgrade the WMS 1.1 split of Dimension and Extent to 1.3 style where Dimension holds the extent information
// try to find corresponding dimension property -- i.e. we upgrade the WMS 1.1 split of Dimension and Extent to 1.3 style where Dimension holds the extent information
for ( auto it = dimensionProperties.begin(); it != dimensionProperties.end(); ++it )
{
if ( it->name == name )
Expand Down

0 comments on commit d0cff49

Please sign in to comment.