mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
points displayed from a postgis table -- everything hardcoded at this point
git-svn-id: http://svn.osgeo.org/qgis/trunk@19 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
8cf75e0072
commit
d374346cb2
@ -98,17 +98,19 @@ void QgisApp::fileExit(){
|
||||
|
||||
}
|
||||
void QgisApp::zoomIn(){
|
||||
QWMatrix m = mapCanvas->worldMatrix();
|
||||
/* QWMatrix m = mapCanvas->worldMatrix();
|
||||
m.scale( 2.0, 2.0 );
|
||||
mapCanvas->setWorldMatrix( m );
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
void QgisApp::zoomOut()
|
||||
{
|
||||
QWMatrix m = mapCanvas->worldMatrix();
|
||||
/* QWMatrix m = mapCanvas->worldMatrix();
|
||||
m.scale( 0.5, 0.5 );
|
||||
mapCanvas->setWorldMatrix( m );
|
||||
*/
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user