Changes between Version 18 and Version 19 of GeospatialDataViewerInPgAdmin4ForPostGIS_FinalReport
- Timestamp:
- 08/05/18 02:58:50 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeospatialDataViewerInPgAdmin4ForPostGIS_FinalReport
v18 v19 31 31 32 32 - **New features:** 33 - Custom geometry style, e.g SELECT *, '!#333333' AS __fillcolor, '!#232323' as __strokecolor, 0.5 as__strokewidth FROM xxx.33 - Custom geometry style, e.g SELECT *, '!#333333' as !__fillcolor, '!#232323' as !__strokecolor, 0.5 as !__strokewidth FROM xxx. 34 34 - Custom background tile layer. Enable users to select different tile layers and specify their own layer url. 35 35 - Highlight selected feature. Add 'zoom home extent' button. Remove the geometry column from the feature pop-up box.