Changes between Version 31 and Version 32 of GeospatialDataViewerInPgAdmin4ForPostGIS_FinalReport


Ignore:
Timestamp:
Aug 5, 2018, 5:19:29 AM (6 years ago)
Author:
xurigong
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • GeospatialDataViewerInPgAdmin4ForPostGIS_FinalReport

    v31 v32  
    1717I 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.
    1818
    19 With the geometry viewer I have created, now users can view individual geometry and the whole output geometries in the map. They can also view the properties directly by clicking the geometry. Here are some screenshots:
     19With 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:
    2020
    2121[[Image(https://trac.osgeo.org/postgis/raw-attachment/wiki/GeospatialDataViewerInPgAdmin4ForPostGIS_FinalReport/screen_1.png, 600px)]]
     
    2626== Test
    2727Please test my code following instructions here:
    28 1. Clone the [https://github.com/Gooong/pgadmin4/tree/geoviewer geoviewer branch].
     281. Download the [https://github.com/Gooong/pgadmin4/tree/geoviewer geoviewer branch].
    29292. Build and run pgAdmin4 following README.md in the repository.
    30 3. For unit test {{{cd $PGADMIN4_SRC}}} and run {{{make check-js}}}.
     303. For unit test, run {{{cd $PGADMIN4_SRC}}} and {{{make check-js}}}.
    31313. 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.
    3232