Changes between Version 26 and Version 27 of GeospatialDataViewerInPgAdmin4ForPostGIS_FinalReport
- Timestamp:
- 08/05/18 03:33:31 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeospatialDataViewerInPgAdmin4ForPostGIS_FinalReport
v26 v27 35 35 - **Optimize performance:** 36 36 - Cluster markers using [https://github.com/Leaflet/Leaflet.markercluster Leaflet.markercluster]. 37 - 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].37 - 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]. 38 38 - 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. 39 39