Changes between Version 36 and Version 37 of GeospatialDataViewerInPgAdmin4ForPostGIS
- Timestamp:
- 06/24/18 03:05:55 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeospatialDataViewerInPgAdmin4ForPostGIS
v36 v37 51 51 Add openlayers map and render the parsed result data in the map. 52 52 53 == Week 5 (June 11 - 17)53 === Week 5 (June 11 - 17) 54 54 55 55 Add 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]. … … 57 57 This 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. 58 58 59 == Week 6 (June 18 - 24) 59 === Week 6 (June 18 - 24) 60 61 Add 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 63 Create 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 65 Next week I will optimize the column option and implement geometry selection functionality. 66