[SCM] librasterlite branch, master, updated. debian/1.1d-1-17-g98dcec4

Bas Couwenberg sebastic at xs4all.nl
Wed Oct 2 16:06:11 UTC 2013


The following commit has been merged in the master branch:
commit 1e3fb25e7b317576b8ee59bfb60920f3a9a416de
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Oct 2 16:49:39 2013 +0200

    Add man page for: rasterlite_topmost.

diff --git a/debian/changelog b/debian/changelog
index ddee493..ca43dfa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ librasterlite (1.1g-1) UNRELEASED; urgency=low
     - rasterlite_load
     - rasterlite_pyramid
     - rasterlite_tool
+    - rasterlite_topmost
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Tue, 01 Oct 2013 22:27:37 +0200
 
diff --git a/debian/man/rasterlite_pyramid.1.xml b/debian/man/rasterlite_topmost.1.xml
similarity index 70%
copy from debian/man/rasterlite_pyramid.1.xml
copy to debian/man/rasterlite_topmost.1.xml
index 89c8214..b7ef38c 100644
--- a/debian/man/rasterlite_pyramid.1.xml
+++ b/debian/man/rasterlite_topmost.1.xml
@@ -1,20 +1,20 @@
 <?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='rasterlite_pyramid'>
+<refentry id='rasterlite_topmost'>
 
   <refmeta>
-    <refentrytitle>rasterlite_pyramid</refentrytitle>
+    <refentrytitle>rasterlite_topmost</refentrytitle>
     <manvolnum>1</manvolnum>
   </refmeta>
 
   <refnamediv>
-    <refname>rasterlite_pyramid</refname>
-    <refpurpose>build raster pyramids into a SpatiaLite DB</refpurpose>
+    <refname>rasterlite_topmost</refname>
+    <refpurpose>build raster topmost pyramids levels into a SpatiaLite DB</refpurpose>
   </refnamediv>
 
   <refsynopsisdiv id='synopsis'>
     <cmdsynopsis>
-      <command>rasterlite_pyramid</command>
+      <command>rasterlite_topmost</command>
       <arg choice='opt'><option>-?</option></arg>
       <arg choice='opt'><option>-t</option></arg>
       <arg choice='opt'><option>-v</option></arg>
@@ -27,14 +27,16 @@
         </group>
       </arg>
       <arg choice='opt'><option>-q</option> <replaceable>num</replaceable></arg>
+      <arg choice='opt'><option>-c</option> <replaceable>0xRRGGBB</replaceable></arg>
+      <arg choice='opt'><option>-b</option> <replaceable>0xRRGGBB</replaceable></arg>
     </cmdsynopsis>
   </refsynopsisdiv>
 
   <refsect1 id='description'>
     <title>DESCRIPTION</title>
     <para>
-      <command>rasterlite_pyramid</command> is a tool for building raster
-      pyramids into a SpatiaLite DB.
+      <command>rasterlite_topmost</command> is a tool for building raster
+      topmost pyramid's levels into a SpatiaLite DB.
     </para>
   </refsect1>
 
@@ -98,6 +100,22 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term><option>-c</option> <replaceable>0xRRGGBB</replaceable></term>
+        <term><option>--transparent-color</option> <replaceable>0xRRGGBB</replaceable></term>
+        <listitem>
+          <para>override the default transparency color (default = NONE)</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-b</option> <replaceable>0xRRGGBB</replaceable></term>
+        <term><option>--background-color</option> <replaceable>0xRRGGBB</replaceable></term>
+        <listitem>
+          <para>override the default background color (default = 0x000000)</para>
+        </listitem>
+      </varlistentry>
+
     </variablelist>
 
   </refsect1>
diff --git a/debian/rasterlite-bin.manpages b/debian/rasterlite-bin.manpages
index e5beebf..041a010 100644
--- a/debian/rasterlite-bin.manpages
+++ b/debian/rasterlite-bin.manpages
@@ -2,3 +2,4 @@ debian/man/rasterlite_grid.1
 debian/man/rasterlite_load.1
 debian/man/rasterlite_pyramid.1
 debian/man/rasterlite_tool.1
+debian/man/rasterlite_topmost.1

-- 
library supporting raster data sources for spatialite



More information about the Pkg-grass-devel mailing list