Changes between Version 5 and Version 6 of GoogleSummerCode2019


Ignore:
Timestamp:
Feb 5, 2019, 8:20:03 PM (5 years ago)
Author:
vrautenbach
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • GoogleSummerCode2019

    v5 v6  
    33**Query overlay and styling for the pgAdmin4 geometry viewer**
    44
    5 ''Expected outcome'': new features for overlaying queries and basic styling in the pgAdmin4 geometry viewer
     5''**Expected outcome**'': new features for overlaying queries and basic styling in the pgAdmin4 geometry viewer
    66
    7 ''Skills required'': Python, JavaScript and JavaScript APIs such as, require.js, bootstrap and Leaflet
     7''**Skills required**'': Python, JavaScript and JavaScript APIs such as, require.js, bootstrap and Leaflet
    88
    9 ''Mentors'': Frikan Erwee and [https://www.up.ac.za/geography-geoinformatics-and-meteorology/article/2735602/victoria-rautenbach Victoria Rautenbach]
     9''**Mentors**'': Frikan Erwee and [https://www.up.ac.za/geography-geoinformatics-and-meteorology/article/2735602/victoria-rautenbach Victoria Rautenbach]
    1010
    11 ''Difficulty'': Medium
     11''**Difficulty**'': Medium
    1212
    13 ''Test for student'': Review all the strings in the pgAdmin4 geometry viewer JS code in the repo, and ensure they are properly wrapped in gettext calls. Some info strings are not localized at all, and a couple are built using constructs like str = gettext("There were ") + num + gettext(" geometries rendered") which won't work with some languages.
     13''**Test for student**'': Review all the strings in the pgAdmin4 geometry viewer JS code in the repo, and ensure they are properly wrapped in gettext calls. Some info strings are not localized at all, and a couple are built using constructs like str = gettext("There were ") + num + gettext(" geometries rendered") which won't work with some languages.
    1414
     15****Additional detail****:
    1516During the 2018 GSoC, Xuri Gong developed a geometry viewer for pgAdmin4. The new geometry viewer was released as part of pgAdmin from pgAdmin4 v3.3 ([http://www.bostongis.com/blog/index.php?/archives/272-pgAdmin4-now-offers-PostGIS-geometry-viewer.html read more here]). The viewer allows the user to view geometires directly in pgAdmin, which was not possible previously . The report from 2018 GSoC is available [https://trac.osgeo.org/postgis/wiki/GeospatialDataViewerInPgAdmin4ForPostGIS here]. We have asked the community for ideas and suggestion to improve the geometry viewer. The mailing thread is available [https://lists.osgeo.org/pipermail/postgis-devel/2019-January/027677.html here]. The main ideas for improvements or new functionalities are as follows:
    1617 * Overlay queries