This SymbolReferenceLibrary has one property that lets you specify the SymbolImageMaker it should use to create image icons.
symbolreferencelibrary.class=com.bbn.openmap.tools.symbology.milStd2525.SymbolReferenceLibrary # properties to use for GIF image data files symbolreferencelibrary.imageMakerClass=com.bbn.openmap.tools.symbology.milStd2525.GIFSymbolImageMaker # optional property used as a path to the parent of the data files if it's not in the classpath. symbolreferencelibrary.path=<path to image data file directory> # optional background color for icons if you want something other than clear. symbolreferencelibrary.background=AAGGRRBB # properties to use for SVG image data files obtained from DISA. You need to have Batik jars in # your classpath to use the SVG files, as well as the omsvg.jar file symbolreferencelibrary.imageMakerClass=com.bbn.openmap.tools.symbology.milStd2525.SVGSymbolImageMaker # optional property used as a path to the parent of the data files if it's not in the classpath. symbolreferencelibrary.path=<path to image data file directory> # optional background color for icons if you want something other than clear. symbolreferencelibrary.background=AAGGRRBB
|
|