Changes between Version 50 and Version 51 of GeospatialDataViewerInPgAdmin4ForPostGIS


Ignore:
Timestamp:
Jul 15, 2018, 10:33:33 AM (6 years ago)
Author:
xurigong
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • GeospatialDataViewerInPgAdmin4ForPostGIS

    v50 v51  
    2727* [https://trac.osgeo.org/postgis/wiki/GeospatialDataViewerInPgAdmin4ForPostGIS#Week7June25-July1 Week 7 (June 25 - July 1)]
    2828* [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)]
    2930
    3031=== Community Bonding Period (April 24 - May 13)
     
    9495- Fix the bug caused by unknown SRID.
    9596- 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].