Changes between Version 15 and Version 16 of GeospatialDataViewerInPgAdmin4ForPostGIS_FinalReport


Ignore:
Timestamp:
Aug 5, 2018, 2:43:30 AM (6 years ago)
Author:
xurigong
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • GeospatialDataViewerInPgAdmin4ForPostGIS_FinalReport

    v15 v16  
    1616I 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.
    1717
    18 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:
     18With 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:
    1919
    2020[[Image(https://trac.osgeo.org/postgis/raw-attachment/wiki/GeospatialDataViewerInPgAdmin4ForPostGIS_FinalReport/screen_1.png, 600px)]]
     
    2323[[Image(https://trac.osgeo.org/postgis/raw-attachment/wiki/GeospatialDataViewerInPgAdmin4ForPostGIS_FinalReport/screen_4.png, 600px)]]
    2424
     25== Future Features Suggestions
    2526
     27- **Optimize performance:**
     28 - Cluster markers using [https://github.com/Leaflet/Leaflet.markercluster Leaflet.markercluster].
     29 - Enable vectortile layer using [https://github.com/mapbox/geojson-vt geojson-vt]. Here is an example:[https://www.getbounds.com/blog/leaflet-and-geojson-tiles/ leaflet-and-geojson-tiles].