WxGUI Cartographic Composer: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 7: Line 7:
{{cmd|ps.map}} (see also {{AddonCmd|ps.output}}) is a ''cartographic composer'', intended to be a stand-alone hardcopy plot generator. It is not meant to be a ''Print'' button for the maps currently displayed in the map canvas, that will need it own controls.
{{cmd|ps.map}} (see also {{AddonCmd|ps.output}}) is a ''cartographic composer'', intended to be a stand-alone hardcopy plot generator. It is not meant to be a ''Print'' button for the maps currently displayed in the map canvas, that will need it own controls.


The '''Hardcopy Map Output Utility''' (so called {{addonCmd|wx.psmap}}) uses semi-WYSIWYG + tree menu controls which can write a {{cmd|ps.map}} instructions file, and then run {{cmd|ps.map}} to create PostScript output directly. See the [http://lists.osgeo.org/pipermail/grass-user/2011-March/060158.html announcement] in the mailing list.
The '''Hardcopy Map Output Utility''' (so called {{addonCmd|wx.psmap}}) is a GUI application which enables GRASS users to prepare interactively hardcopy map output . The application can write a {{cmd|ps.map}} instructions file, and then run {{cmd|ps.map}} to create PostScript output directly. See the [http://lists.osgeo.org/pipermail/grass-user/2011-March/060158.html announcement] in the mailing list.


The wx.psmap is '''available in GRASS 6.4.2+''' from the menu  
The wx.psmap is '''available in GRASS 6.4.2+''' from the menu  

Revision as of 09:27, 14 June 2011

Back to wxGUI.

For development issues see Trac page.

ps.map (see also ps.output) is a cartographic composer, intended to be a stand-alone hardcopy plot generator. It is not meant to be a Print button for the maps currently displayed in the map canvas, that will need it own controls.

The Hardcopy Map Output Utility (so called wx.psmap) is a GUI application which enables GRASS users to prepare interactively hardcopy map output . The application can write a ps.map instructions file, and then run ps.map to create PostScript output directly. See the announcement in the mailing list.

The wx.psmap is available in GRASS 6.4.2+ from the menu

File -> Hardcopy Map Output Utility
wx.psmap - draft mode

The GUI currently supports the most important mapping instructions

  • paper
  • scale
  • maploc
  • rast
  • vects
  • scalebar
  • mapinfo
  • legend
  • text labels


Video tutorial

Input

  • Ability to load in saved ps.map instructions file. I consider this to be a low priority, deal with it after map creation is fully functional. Start with scripts saved using the GUI, after that is working expand to load any ps.map instructions file.

Outputs

  • ps.map instructions file
  • PostScript file
  • PDF file