Changes between Version 48 and Version 49 of GSoC/2014


Ignore:
Timestamp:
Feb 12, 2014, 6:16:59 PM (10 years ago)
Author:
hamish
Comment:

wordo

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2014

    v48 v49  
    172172
    173173 * There are currently various map decorations/elements available: raster legends (using G7:d.legend), barscale (using G7:d.barscale), north arrow (using G7:d.northarrow) and text (using wxPython).
    174  * This project would add the possibility to add shapes such rectangle or circles into the main map display by enhancing and creating a wxGUI front-end to the G7:d.graph module. Thanks to this, it would be possible to annotate the map in simplified way (comparable to displaying a vector point).
     174 * This project would add the possibility to add shapes such rectangle or circles into the main map display by enhancing and creating a wxGUI front-end to the G7:d.graph module. Thanks to this, it would be possible to annotate the map in a simplified way (comparable to displaying a vector point).
    175175 * Moreover, the project would implement the possibility to add any `d.*` command or their combinations (using `SimpleLayerManager`) to the map display as a smaller image. This would enable to create wxGUI displays with more than one raster legend and also displayed views with smaller area overview, or area detail in one of the corners. (already possible in G7:ps.map as a two step process involving the `eps` instruction)
    176176 * The possibility to add external images would also significantly improve the possibilities and would enable things such as adding logos to maps. For this a SVG import tool or converter would be added to the G7:d.graph module.