forked from imincik/QgsPostGIS-Viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
antwise/QgsPostGIS-Viewer
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Simple PostGIS viewer based on QGIS libs.
Usage: postgis_viewer.py <options>
Options:
-h host
-p port
-U user
-W password
-d database
-s schema
-t table
Prerequisities:
Qt, QGIS, libqt4-sql-psql
Using as PgAdmin plugin, copy 'postgis_viewer.py' file on PATH and put following
to 'plugins.ini' (/usr/share/pgadmin3/plugins.ini on Debian):
Title=View PostGIS layer
Command=postgis_viewer.py -h $$HOSTNAME -p $$PORT -U $$USERNAME -W $$PASSWORD -d $$DATABASE -s $$SCHEMA -t $$OBJECTNAME
Description=View PostGIS layer
Platform=unix
ServerType=postgresql
Database=Yes
SetPassword=Yes
Authors:
Copyright (c) 2010 by Ivan Mincik, ivan.mincik@gista.sk
Copyright (c) 2011 German Carrillo, geotux_tuxman@linuxmail.org
License:
GNU General Public License v2.0
About
Simple PostGIS viewer based on QGIS libs
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 89.1%
- HTML 7.9%
- Batchfile 2.2%
- Makefile 0.8%