TatukGIS menu

Knowledge Base





KB10235 - Support for symbols for complex map presentation, such as a different symbol for each type of vehical, etc.

TatukGIS products support a wide variety of symbol types: BMP, WMF, TrueType, SVG, and the U.S./NATO military standard CGM (download from: http://www.gwg.nga.mil/pfg_documents.php).

One could use, for example:

  ll.MarkerSymbol := SymbolList.Prepare('logo.bmp');
or
  ll.MarkerSymbol := SymbolList.Prepare('logo.cgm');
or
  ll.MarkerSymbol := SymbolList.Prepare('Arial:65:bold:italic');

where '65' means decimal code of a character.
Created: September 14, 2005, Modified: November 01, 2015