Changes between Version 27 and Version 28 of GSoC/2015


Ignore:
Timestamp:
Mar 25, 2015, 6:39:05 AM (9 years ago)
Author:
wenzeslaus
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2015

    v27 v28  
    107107  * add units to legend (optionally also title) as parameter
    108108  * possibility to add any image (as in animation tool), use cases: logo/watermark, workaround for overview maps
    109   * disable rendering when adding multiple layers into layer manager using ''Add multiple...'' (disabled rendering when loading workspace already implemeted in r63319)
     109  * disable rendering when adding multiple layers into layer manager using ''Add multiple...'' (disabled rendering when loading workspace already implemented in r63319)
    110110  * determine map window size without the need to change map display size manually when loading workspace (currently there is a bug, when loading workspace, map display has correct size but map window is smaller and one must resize the window to get the right size of map window)
    111111 * second phase:
     
    116116  * general shapes
    117117   * can be implemented using `d.*` commands (e.g. `d.graph`) or wxPython or both (wxPython might be easier for interactivity, `d.*` commands for scripting)
    118    * use cases: workaround missing backgroud of legend or text, manual marking of special points
     118   * use cases: workaround missing background of legend or text, manual marking of special points
    119119  * include map-display-like object
    120120   * useful for overview maps (insets) or histograms
    121121   * would be represented as image but the image would be dynamically generated
    122    * controlled using someting like nested map display
     122   * controlled using something like nested map display
    123123   * might be implemented as a standard Map Display whose saved image would be inserted as an image, perhaps image from other Map Display can be used
    124124   * the important feature is the user does not have to create an intermediate file
     
    147147  * [http://lists.osgeo.org/pipermail/grass-dev/2010-March/049414.html grass-dev future thematic cartography in GRASS]
    148148  * [wiki:GSoC/2014#ColortablemanagementGRASSGISwxGUI slightly related color tables idea from last year]
    149   * #2080 (changing properties of barscale or legend)
    150  * Language requirements: Python, wxPython, (C and OpenGL will be needed for some parts)
    151  * Co-mentors: Anna Petrasova, Helena Mitasova, Martin Landa
     149  * #2080 (changing properties of scale bar or legend)
     150 * Language requirements: Python, wxPython, C and OpenGL will be needed for some parts
     151 * Co-mentors: Anna Petrasova, Helena Mitasova, Martin Landa, Vaclav Petras
    152152
    153153=== GRASS GIS 3D viewer NVIZ module independent of the main GUI ===