2010-03-04 Pablo de la Concepción <pablo.concepcion@artica.es>
* godmode/gis_maps/configure_gis_map.php: Change help link. * godmode/gis_maps/index.php: Added help link. * include/help/en/help_gis_map_builder.php, include/help/en/help_configure_gis_map.php: first version of the help pages. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2473 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
ba344c2a39
commit
3770fd48a7
|
@ -1,3 +1,13 @@
|
|||
2010-03-04 Pablo de la Concepción <pablo.concepcion@artica.es>
|
||||
|
||||
* godmode/gis_maps/configure_gis_map.php: Change help link.
|
||||
|
||||
* godmode/gis_maps/index.php: Added help link.
|
||||
|
||||
* include/help/en/help_gis_map_builder.php,
|
||||
include/help/en/help_configure_gis_map.php: first version of the help
|
||||
pages.
|
||||
|
||||
2010-03-04 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_gis.php: in function "printMap2" disable by default
|
||||
|
|
|
@ -17,7 +17,7 @@ global $config;
|
|||
|
||||
check_login ();
|
||||
|
||||
print_page_header (__('GIS Maps builder'), "images/server_web.png", false, "gis_map_builder", true);
|
||||
print_page_header (__('GIS Maps builder'), "images/server_web.png", false, "configure_gis_map", true);
|
||||
|
||||
|
||||
require_once ('include/functions_gis.php');
|
||||
|
|
|
@ -53,7 +53,7 @@ switch ($action) {
|
|||
break;
|
||||
}
|
||||
|
||||
print_page_header (__('GIS Maps builder'), "images/server_web.png", false, "", true);
|
||||
print_page_header (__('GIS Maps builder'), "images/server_web.png", false, "gis_map_builder", true);
|
||||
|
||||
$table->width = '500px';
|
||||
$table->head[0] = __('Map name');
|
||||
|
|
|
@ -0,0 +1,53 @@
|
|||
<?php
|
||||
/**
|
||||
* @package Include/help/en
|
||||
*/
|
||||
?>
|
||||
<h1>GIS Map Configuration</h1>
|
||||
|
||||
<p>
|
||||
This page is the place to configure a GIS Map.
|
||||
</p>
|
||||
<h2>Map Name</h2>
|
||||
<p>
|
||||
Each map has a desciptive name used to recognice the map within Pandora FMS.
|
||||
</p>
|
||||
<h2>Select Connections</h2>
|
||||
<p>
|
||||
The first step is to select the main </strong>connection</strong> used in this GIS Map. At least one connection must be selected to configure the GIS Map, but it's possible to add more by pressing the <img src="../images/add.png" alt="Add" /> (Add) icon.
|
||||
</p>
|
||||
<p>
|
||||
When the firs connection is set, Pandora FMS asks if you want to use the default values of the connection for the map, to avoid to write again all the information. Also if the default connection for the map is changed (using the radio button), Pandora FMS will ask again if you want to use the values of the new default connection.
|
||||
</p>
|
||||
<h2>Map Paramteres</h2>
|
||||
<p>
|
||||
Once the selection of the connection (or connections) is done, there is a posibility of changing the parameters that were set for the connection and personalize this map. It is possble to set the <strong>center</strong> of the map (the place that will apear when the map is open), the <strong>default zoom</strong> level (the level of zoom to set when the map is open), and the <strong>default position</strong> (the place to put the agents that does not have positional information).
|
||||
</p>
|
||||
<p>
|
||||
<strong>Options:</strong>
|
||||
</p>
|
||||
<div>
|
||||
<dl>
|
||||
<dt>Map name</dt>
|
||||
<dd>Set the <strong>Map Name</strong>. Use sort and descriptive names</dd>
|
||||
<dt>Group</dt>
|
||||
<dd>Set the <strong>Group</strong> that owns the map for ACL purposes</dd>
|
||||
<dt>Default Zoom</dt>
|
||||
<dd>Set the <strong>Default zoom</strong> for the map, when the map is open this is the level of zoom that is set...</dd>
|
||||
<dt>Center Longitude</dt>
|
||||
<dt>Center Latitude</dt>
|
||||
<dt>Center Altitude</dt>
|
||||
<dd>Set the <strong>Longitude</strong>, <strong>Latitude</strong> and <strong>Altitude</strong> for the <strong>center</strong> of the map, when the map is open this is the center of the view </dd>
|
||||
<dt>Default Longitude</dt>
|
||||
<dt>Default Latitude</dt>
|
||||
<dt>Default Altitude</dt>
|
||||
<dd>Set the <strong>Longitude</strong>, <strong>Latitude</strong> and <strong>Altitude</strong> for the <strong>default position</strong> of the map, this is the place where all the agents <strong>without</strong> positional information are placed</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<h2>Layer setup</h2>
|
||||
<p>
|
||||
Each map has one or more layers<sup><span style="font-size:75%">1</span></sup> to show the agents. Each layer can have show the agents of a <strong>group</strong> and/or a <strong>list of agents</strong>. This way it's easy to set up the agents that will be shown on each Layer.
|
||||
</p>
|
||||
<hr/>
|
||||
<sup><span style="font-size:75%;">1</span></sup> <span style="font-size:85%;">The default map can have 0 layers as is the one used in the agent GIS view and only uses one layer with the agent name.</span>
|
||||
|
|
@ -0,0 +1,30 @@
|
|||
<?php
|
||||
/**
|
||||
* @package Include/help/en
|
||||
*/
|
||||
?>
|
||||
<h1>GIS Map builder</h1>
|
||||
|
||||
<p>
|
||||
This page shows a list of the defined maps, and let you edit, delete or view any of them. Also from this page is where the <strong>default Map</strong> of Pandora FMS is set.
|
||||
</p>
|
||||
To create a map a connection to a map server is needed, the connections are created by the Adminstrator in the <strong>Setup</strong> menu.
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
Options:
|
||||
</p>
|
||||
<div>
|
||||
<dl>
|
||||
<dt>Map name</dt>
|
||||
<dd>Click on the <strong>Map Name</strong> corresponding to the map you want edit the map </dd>
|
||||
<dt><img src="../images/eye.png" alt="View" /> View</dt>
|
||||
<dd>Click on the view icon to <strong>view</strong> the map.</dd>
|
||||
<dt>Default radio button</dt>
|
||||
<dd>Click on the <strong>radio button</strong> corresponding to the map you want to make the default to set the <strong>default map</strong> </dd>
|
||||
<dt><img src="../images/cross.png" alt="Delete" /> Delete</dt>
|
||||
<dd>Click on the delete icon to <strong>delete</strong> the map.</dd>
|
||||
<dt>Create Button</dt>
|
||||
<dd>Click on Create button to <strong>create</strong> a new map.</dd>
|
||||
</dl>
|
||||
</div>
|
Loading…
Reference in New Issue