Changes between Version 15 and Version 16 of GeospatialDataViewerInPgAdmin4ForPostGIS_FinalReport
- Timestamp:
- 08/05/18 02:43:30 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeospatialDataViewerInPgAdmin4ForPostGIS_FinalReport
v15 v16 16 16 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. 17 17 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:18 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: 19 19 20 20 [[Image(https://trac.osgeo.org/postgis/raw-attachment/wiki/GeospatialDataViewerInPgAdmin4ForPostGIS_FinalReport/screen_1.png, 600px)]] … … 23 23 [[Image(https://trac.osgeo.org/postgis/raw-attachment/wiki/GeospatialDataViewerInPgAdmin4ForPostGIS_FinalReport/screen_4.png, 600px)]] 24 24 25 == Future Features Suggestions 25 26 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].