1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<refentry id='scalebar'>
<refmeta>
<refentrytitle>scalebar</refentrytitle>
<manvolnum>1</manvolnum>
</refmeta>
<refnamediv>
<refname>scalebar</refname>
<refpurpose>create a scalebar image from a mapfile</refpurpose>
</refnamediv>
<refsynopsisdiv id='synopsis'>
<cmdsynopsis>
<command>scalebar</command>
<group>
<arg choice='plain'><replaceable>mapfile</replaceable>
<arg choice='plain'><replaceable>outputimage</replaceable></arg>
</arg>
<arg choice='opt'><option>-v</option></arg>
</group>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1 id='description'>
<title>DESCRIPTION</title>
<para>
<command>scalebar</command> creates a scalebar image from a mapfile.
Output is either PNG or GIF depending on what version of the GD library
used.
</para>
</refsect1>
<refsect1 id='options'>
<title>OPTIONS</title>
<variablelist>
<varlistentry>
<term><replaceable>mapfile</replaceable></term>
<listitem>
<para>Path to the mapfile.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><replaceable>outputimage</replaceable></term>
<listitem>
<para>Path to the output image file.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-v</option></term>
<listitem>
<para>Display mapserver version and build options.</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 id='see-also'>
<title>SEE ALSO</title>
<citerefentry>
<refentrytitle>legend</refentrytitle>
<manvolnum>1</manvolnum>
</citerefentry>
</refsect1>
</refentry>
|