Git commit 6584bd87df7486870ca8509800d586d4c896dfcd by Gilles Caulier. Committed on 20/02/2017 at 07:48. Pushed by cgilles into branch 'master'.
compile fine with second link uncommented M +20 -8 digikam/tool-geolocationeditor.docbook https://commits.kde.org/digikam-doc/6584bd87df7486870ca8509800d586d4c896dfcd diff --git a/digikam/tool-geolocationeditor.docbook b/digikam/tool-geolocationeditor.docbook index 85b66f8..a8ea993 100644 --- a/digikam/tool-geolocationeditor.docbook +++ b/digikam/tool-geolocationeditor.docbook @@ -16,34 +16,46 @@ <title>Geolocation Editor</title> <para> + There are three tools regarding geolocation in &digikam;: + <orderedlist numeration="arabic"> + <listitem><para> - <!-- The <link linkend="using-mainwindow-mapview">Map View</link> --> - The Map View - on the Left Sidebar which is the search tool for finding images by their GPS data. + + The <link linkend="using-mainwindow-mapview">Map View</link> on the Left Sidebar which is the search tool for finding images by their GPS data. + </para></listitem> + <listitem><para> + The Geolocation Editor we describe in this chapter and which is accessible via <menuchoice><shortcut><keycombo action="simul">&Ctrl;&Shift;<keycap>G</keycap></keycombo></shortcut><guimenu>Item</guimenu><guimenuitem>Edit Geolocation...</guimenuitem></menuchoice> + </para></listitem> + <listitem><para> + The <link linkend="using-sidebar-maps">Map</link> tab on the Right Sidebar which shows the location of the image on a map and is purely informative. + </para></listitem> - </orderedlist> - All three are based on the &marble; widget. + + </orderedlist> + + All three are based on the &marble; widget. + </para> - + <note><para> These tools only work for image formats that have EXIF or XMP metadata supported by <ulink url="http://www.exiv2.org">Exiv2 library</ulink>. </para></note> - + <para> <inlinemediaobject> <imageobject><imagedata fileref="tool-geolocation-editcoords.png" format="PNG" /></imageobject> </inlinemediaobject> </para> - + <para> The <quote>Geolocation Editor</quote> provides the tools to localize pictures geographically in the common spherical coordinate system (used by GPS/Galileo). Altitude, latitude and longitude, speeed, number of satellites, fix type and DOP are editable. </para>
