Changes between Version 36 and Version 37 of GeospatialDataViewerInPgAdmin4ForPostGIS


Ignore:
Timestamp:
Jun 24, 2018, 3:05:55 AM (6 years ago)
Author:
xurigong
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • GeospatialDataViewerInPgAdmin4ForPostGIS

    v36 v37  
    5151Add openlayers map and render the parsed result data in the map.
    5252
    53 == Week 5 (June 11 - 17)
     53=== Week 5 (June 11 - 17)
    5454
    5555Add function to group geometries with the same srid and render the group with max geometry number. Related discussion can be found [https://docs.google.com/document/d/15ptfUxnE7kwExfomIGaRu_FaC91b7F_m049XurkozHY/edit?disco=AAAAB5iDaq8 here].
     
    5757This is the [https://github.com/Gooong/pgadmin4/commit/721747b3fece92ec6efa566680560e424ddf03e5 code commit link] in my repository. I have also updated the design document for this function.
    5858
    59 == Week 6 (June 18 - 24)
     59=== Week 6 (June 18 - 24)
     60
     61Add column option for the viewer. For query result with more than one geometry type column, the viewer will offer column option for user to choose which column to show in the map.
     62
     63Create map_view_column_option.jsx and map_view_column_info.jsx file for the column option.See commit [https://github.com/Gooong/pgadmin4/commit/789d143285b4beb5bd966e4ebd96a43caf6f7dfa 'add column option for the viewer']
     64
     65Next week I will optimize the column option and implement geometry selection functionality.
     66