Changes between Version 31 and Version 32 of GeospatialDataViewerInPgAdmin4ForPostGIS_FinalReport
- Timestamp:
- 08/05/18 05:19:29 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified GeospatialDataViewerInPgAdmin4ForPostGIS_FinalReport
v31 v32 17 17 I propose to implement a geospatial data viewer in pgAdmin4 that will allow users to view the tables in a spatial database and the results of queries executed. With the viewer I intend to develop, users can directly view geospatial data on a map within the pgAdmin4 GUI. 18 18 19 With the geometry viewer I have created, now users can view individual geometry a nd the whole outputgeometries in the map. They can also view the properties directly by clicking the geometry. Here are some screenshots:19 With the geometry viewer I have created, now users can view individual geometry as well as all the geometries in the map. They can also view the properties directly by clicking the geometry. Here are some screenshots: 20 20 21 21 [[Image(https://trac.osgeo.org/postgis/raw-attachment/wiki/GeospatialDataViewerInPgAdmin4ForPostGIS_FinalReport/screen_1.png, 600px)]] … … 26 26 == Test 27 27 Please test my code following instructions here: 28 1. Clonethe [https://github.com/Gooong/pgadmin4/tree/geoviewer geoviewer branch].28 1. Download the [https://github.com/Gooong/pgadmin4/tree/geoviewer geoviewer branch]. 29 29 2. Build and run pgAdmin4 following README.md in the repository. 30 3. For unit test {{{cd $PGADMIN4_SRC}}} and run{{{make check-js}}}.30 3. For unit test, run {{{cd $PGADMIN4_SRC}}} and {{{make check-js}}}. 31 31 3. If you want to have a try or test manually, install [https://postgis.net/ PostGIS] and import some geometry data (for example import [https://drive.google.com/open?id=1NHWW4WPli7kxpuGaDFGVFLDXdc2D20wp this database] using [https://www.postgresql.org/docs/9.2/static/app-psql.html psql]). Then execute query in the pgAdmin4 and view the results. 32 32