The "Iconography" plugin is used to allow types to have icons associated to them, more specifily, "Post Types."
The plugin has one value:
- Location Icon
The icon to be used on the map. The icons' values should be in the format [type/]filename[?attribute=value].
Leaving type blank defaults to look for the icon in the /public/_resources/images/mapmarkers/ directory. Currently "skin" is the only valid type and icons are looked for in the /public/_skins/[skinname]/images/mapmarker/ directory.
The filename is the filename of the icon without the extension.
Possible attributes are:
- Extension
The file extension to be used (defaults to png) - Width
The integer width of the icon in pixels (defaults to 33) - Height
The integer height of the icon in pixels (defaults to 40) - OffsetX
The offset on the x-axis from the center of the image in pixels (defaults to 0) - OffsetY
The offset on the y-axis from the center of the image in pixels (defaults to 20)