Skip to content

Commit

Permalink
wmts: also accept extents in WGS84BoundingBox (fixes #12432)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 5, 2015
1 parent ee9d9ee commit 7aae459
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/providers/wms/qgswmscapabilities.cpp
Expand Up @@ -1381,6 +1381,8 @@ void QgsWmsCapabilities::parseWMTSContents( QDomElement const &e )
bb.crs = DEFAULT_LATLON_CRS;
bb.box = QgsRectangle( QgsPoint( ll[0].toDouble(), ll[1].toDouble() ),
QgsPoint( ur[0].toDouble(), ur[1].toDouble() ) );

l.boundingBoxes << bb;
}
}

Expand Down

0 comments on commit 7aae459

Please sign in to comment.