Changes between Version 29 and Version 30 of GeospatialDataViewerInPgAdmin4ForPostGIS_FinalReport


Ignore:
Timestamp:
Aug 5, 2018, 3:37:44 AM (6 years ago)
Author:
xurigong
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • GeospatialDataViewerInPgAdmin4ForPostGIS_FinalReport

    v29 v30  
    3333== Future Work
    3434
    35 - **Optimize performance:**
    36  - Cluster markers using [https://github.com/Leaflet/Leaflet.markercluster Leaflet.markercluster].
     35**Optimize performance:**
     36 - Cluster markers using [https://github.com/Leaflet/Leaflet.markercluster Leaflet.markercluster] and deflates lines and polygons to a marker when their screen size becomes too small using [https://github.com/oliverroick/Leaflet.Deflate Leaflet.Deflate].
    3737 - 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].
    3838 - 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.
    3939
    40 - **New features:**
     40**New features:**
    4141 - Custom geometry style, e.g {{{SELECT *, '#333333' as __fillcolor, '#232323' as __strokecolor, 0.5 as __strokewidth FROM xxx}}}.
    4242 - Custom background tile layer. Enable users to select different tile layers and specify their own layer url.