Changes between Version 16 and Version 17 of GeospatialDataViewerInPgAdmin4ForPostGIS_FinalReport


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

Legend:

Unmodified
Added
Removed
Modified
  • GeospatialDataViewerInPgAdmin4ForPostGIS_FinalReport

    v16 v17  
    2323[[Image(https://trac.osgeo.org/postgis/raw-attachment/wiki/GeospatialDataViewerInPgAdmin4ForPostGIS_FinalReport/screen_4.png, 600px)]]
    2424
    25 == Future Features Suggestions
     25== Future Work
    2626
    2727- **Optimize performance:**
    2828 - Cluster markers using [https://github.com/Leaflet/Leaflet.markercluster Leaflet.markercluster].
    2929 - 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.