Changes between Version 7 and Version 8 of GoogleSummerCode2019


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

Legend:

Unmodified
Added
Removed
Modified
  • GoogleSummerCode2019

    v7 v8  
    1111''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'':
     14
     15Review 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.
    1416
    1517''Additional detail'':
     18
    1619During 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:
    1720 * Overlay queries