Changes between Version 55 and Version 56 of GeospatialDataViewerInPgAdmin4ForPostGIS


Ignore:
Timestamp:
Jul 22, 2018, 6:49:58 PM (6 years ago)
Author:
xurigong
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • GeospatialDataViewerInPgAdmin4ForPostGIS

    v55 v56  
    110110**What did you get done this period?**
    111111- Create visualiser for individual geometry in datagrid: https://github.com/Gooong/pgadmin4/commit/d6407baa3a0a96adac169d183bed8bc044dbb8f5
     112- Fix image url errors in leaflet: https://github.com/Gooong/pgadmin4/commit/3b160b668c4f9b5867b4b2189714c934a5de85c6
    112113
    113114This visualiser is independent from the geoviewer, which is in the [https://github.com/Gooong/pgadmin4/tree/geometry_visualiser geometry_visualiser branch]. Here is the screen shot:
     
    116117
    117118**What do you plan on doing next week?**
    118 - Create and execute unit tests in the regression frame for all modules to help catch regressions in the code.
     119- Create test for both geometry_visualiser and geoviewer.
    119120- Check the code style to meet the [https://pgadmin.org/docs/pgadmin4/dev/coding_standards.html pgAdmin coding standards].