[QGIS Commit] [qgis/QGIS] ba0a63: Partial fix for #9196 - better handling of boundin...

GitHub noreply at github.com
Wed Jan 29 04:10:37 PST 2014


  Branch: refs/heads/master
  Home:   https://github.com/qgis/QGIS
  Commit: ba0a6378039d5ffa3cc9fda3749c21f1c4a51c63
      https://github.com/qgis/QGIS/commit/ba0a6378039d5ffa3cc9fda3749c21f1c4a51c63
  Author: Martin Dobias <wonder.sk at gmail.com>
  Date:   2014-01-29 (Wed, 29 Jan 2014)

  Changed paths:
    M src/providers/wms/qgswmsprovider.cpp
    M src/providers/wms/qgswmsprovider.h

  Log Message:
  -----------
  Partial fix for #9196 - better handling of bounding boxes of WMS layers

Do not use WGS84 bounding box for all layers - instead use either bounding box
as declared in capabilities document for requested CRS, or make best effort
to get bounding box from WGS84 bounding box.


  Commit: ec7718b55e1040f0ba213469dc79dcf8ecec342a
      https://github.com/qgis/QGIS/commit/ec7718b55e1040f0ba213469dc79dcf8ecec342a
  Author: Martin Dobias <wonder.sk at gmail.com>
  Date:   2014-01-29 (Wed, 29 Jan 2014)

  Changed paths:
    M src/providers/wms/qgswmsprovider.cpp
    M src/providers/wms/qgswmsprovider.h

  Log Message:
  -----------
  Second part of fix for #9196 (WMTS)

If WMTS capabilities do not include a bounding box, try to detect it from
tileset matrix information (instead of using conservative assumption
that the layer spans the whole world: -180,-90 - 180,90 in WGS84)


Compare: https://github.com/qgis/QGIS/compare/7a9e6820043d...ec7718b55e10


More information about the QGIS-commit mailing list