Changes between Version 53 and Version 54 of wxGUIDevelopment/GUIForPs.map
- Timestamp:
- 09/16/11 08:15:55 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wxGUIDevelopment/GUIForPs.map
v53 v54 16 16 WxGUI Cartographic Composer (formerly called Hardcopy Map Output Utility) is available in '''GRASS 6.4.2+'''. 17 17 18 === Prototype 1 ===18 === Prototype 1 (ready) === 19 19 20 20 * Configuration dialog (paper format, map scale) … … 28 28 * Generate ps.map configuration text file 29 29 * Read configuration files 30 30 31 ==== Known Issues ==== 32 * map scale for ll projections (map window) 31 33 32 * run ps.map in thread (error) 33 * mapinfo (position, color) 34 * add 'Apply' to dialogs, track open dialogs 35 * map scale for ll projections (map window) 36 * icons: page setup, mapinfo 37 === Prototype 2 === 38 39 * Implement other instructions (vlegend, barscale, ...) 40 * If the `ps2pdf` program is installed offer a PDF output option 34 === To be implemented === 35 * Implement other instructions (`grid`, `geogrid`, `eps`, `rectangle`, `line`, `point`, `rgb`, `region`, ...) 36 * Add north arrow (`eps` instruction) 37 * wxGUI integration (load maps from current map display - problem is that ps.map supports only 1 raster map) 38 * GUI preferences 41 39 * If `pstoimg` program is installed offer a PNG output option (latex2html linux package; uses ghostscript. Imagemagick's `convert` does not do as nice a job AFAICT. Alt to try: Inkscape can do non-interactive conversions from the commandline.) 42 40 * Snap to grid 43 === Prototype 3 === 44 45 * wxGUI integration 46 * GUI preferences 41 * Alignment of map elements (expected problem: inaccurate size of map elements) 42 * latex support (`ps2eps`, it would add more possibilities for text customizing and solve the encoding problem) 47 43 * As a parallel task, nice features from ps.output should be ported to ps.map. (contact HB) 48 44 … … 53 49 == Ps.map bugs and inconsistencies == 54 50 51 * ps.map file must be in Latin 1 encoding (missing certain accented characters - #1349) 52 * mapinfo position (it aligns to the left side of map frame - #1333) and color (background color is not visible outside the map frame) 55 53 * color should support RGB for all instructions (e.g. #192) 56 54 * common usage of ref points and units (absolute, relative)