Changes between Version 16 and Version 17 of GeospatialDataViewerInPgAdmin4ForPostGIS_FinalReport
- Timestamp:
- 08/05/18 02:56:04 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeospatialDataViewerInPgAdmin4ForPostGIS_FinalReport
v16 v17 23 23 [[Image(https://trac.osgeo.org/postgis/raw-attachment/wiki/GeospatialDataViewerInPgAdmin4ForPostGIS_FinalReport/screen_4.png, 600px)]] 24 24 25 == Future Features Suggestions25 == Future Work 26 26 27 27 - **Optimize performance:** 28 28 - Cluster markers using [https://github.com/Leaflet/Leaflet.markercluster Leaflet.markercluster]. 29 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]. 30 - PgAdmin4 only load 1000 records by default. When users click 'view' button in the column header, show the map firstly and load the other records in the background and then add the records dynamically. 31 32 - **New features:** 33 - Custom geometry style, e.g SELECT *, '#333333' AS __fillcolor, '#232323' as __strokecolor, 0.5 as __strokewidth FROM xxx. 34 - Custom background tile layer. Enable users to select different tile layers and specify their own layer url. 35 - Highlight selected feature. Add 'zoom home extent' button. Remove the geometry column from the feature pop-up box.