Changes between Version 27 and Version 28 of GSoC/2015
- Timestamp:
- 03/25/15 06:39:05 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC/2015
v27 v28 107 107 * add units to legend (optionally also title) as parameter 108 108 * 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 impleme ted in r63319)109 * disable rendering when adding multiple layers into layer manager using ''Add multiple...'' (disabled rendering when loading workspace already implemented in r63319) 110 110 * 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) 111 111 * second phase: … … 116 116 * general shapes 117 117 * 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 backgrou d of legend or text, manual marking of special points118 * use cases: workaround missing background of legend or text, manual marking of special points 119 119 * include map-display-like object 120 120 * useful for overview maps (insets) or histograms 121 121 * would be represented as image but the image would be dynamically generated 122 * controlled using somet ing like nested map display122 * controlled using something like nested map display 123 123 * 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 124 124 * the important feature is the user does not have to create an intermediate file … … 147 147 * [http://lists.osgeo.org/pipermail/grass-dev/2010-March/049414.html grass-dev future thematic cartography in GRASS] 148 148 * [wiki:GSoC/2014#ColortablemanagementGRASSGISwxGUI slightly related color tables idea from last year] 149 * #2080 (changing properties of barscaleor 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 152 152 153 153 === GRASS GIS 3D viewer NVIZ module independent of the main GUI ===