Changes between Version 50 and Version 51 of GeospatialDataViewerInPgAdmin4ForPostGIS
- Timestamp:
- 07/15/18 10:33:33 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeospatialDataViewerInPgAdmin4ForPostGIS
v50 v51 27 27 * [https://trac.osgeo.org/postgis/wiki/GeospatialDataViewerInPgAdmin4ForPostGIS#Week7June25-July1 Week 7 (June 25 - July 1)] 28 28 * [https://trac.osgeo.org/postgis/wiki/GeospatialDataViewerInPgAdmin4ForPostGIS#Week8July2-8 Week 8 (July 2 - 8)] 29 * [https://trac.osgeo.org/postgis/wiki/GeospatialDataViewerInPgAdmin4ForPostGIS#Week9July9-15 Week 9 (July 9 - 15)] 29 30 30 31 === Community Bonding Period (April 24 - May 13) … … 94 95 - Fix the bug caused by unknown SRID. 95 96 - Implement property table to show the property of selected geometry. 97 98 === Week 9 (July 9 - 15) 99 **What did you get done this period?** 100 101 - Fix the bug caused by undefined SRID: https://github.com/Gooong/pgadmin4/commit/cac6cfffb5c62c2dcbf5669aa01a82442fb9aae4 102 - Remove background layer when the SRID is not 4326 or 3857: https://github.com/Gooong/pgadmin4/commit/cac6cfffb5c62c2dcbf5669aa01a82442fb9aae4 103 - Implement property tabe to show the properties of selected geometry: https://github.com/Gooong/pgadmin4/commit/0e6119560ba96ba1d66bfe69b13b99967560d3ed 104 105 **What do you plan on doing next week?** 106 - Create and execute unit tests in the regression frame for all modules to help catch regressions in the code. 107 - Check the code style to meet the [https://pgadmin.org/docs/pgadmin4/dev/coding_standards.html pgAdmin coding standards].