Sandro Santilli 02409e9901 Pass extent of loaded views to the provider via URI
Completes the speed up loading of view layers in TopoViewer.
Finally and definitely fixes #9510.

NOTE: the commit also adds a layer for face's MBR, which serves
the purpose (among others) to allow for easy computing extent.
2014-02-08 19:25:04 +01:00
..
2013-06-09 18:51:47 +02:00
2012-04-16 13:31:13 +02:00
2013-06-09 18:51:47 +02:00
2013-06-09 18:51:47 +02:00
2013-06-09 18:51:47 +02:00
2013-08-20 18:56:03 +02:00
2013-06-09 20:37:53 +02:00
2013-06-09 18:51:47 +02:00
2013-06-09 18:51:47 +02:00
2013-06-09 18:51:47 +02:00
2013-06-09 18:51:47 +02:00
2013-06-09 18:51:47 +02:00
2013-06-09 18:51:47 +02:00
2013-06-09 18:51:47 +02:00
2013-06-09 18:51:47 +02:00
2013-08-25 10:48:41 +02:00
2012-04-16 13:31:13 +02:00
2014-02-07 21:02:11 +01:00
2012-12-10 00:12:07 +01:00
2013-06-09 18:51:47 +02:00
2012-04-16 13:31:13 +02:00

DB Manager * Copyright (c) 2011 Giuseppe Sucameli

DB Manager is a database manager plugin for QGIS.
It allows to you to show the DBs contents and run query on them.

In this moment DB Manager supports the following DBMS backends:
- PostgreSQL/PostGIS through the psycopg2 pymodule
- SQLite/SpatiaLite using the pyspatialite pymodule


For more info about the project, see at the wiki page:
    http://qgis.org/wiki/DB_Manager_plugin_GSoC_2011

or visit my GitHub repository:
    https://github.com/brushtyler/db_manager