2010-03-01 Miguel de Dios <miguel.dedios@artica.es>
* operation/gis_maps/ajax.php: fix the query to extract the GIS data for agent, in any moment in the past I dirty the query, but now it's clean, and now run fine the agent movement. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2441 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
e343cf66ec
commit
0df96295a1
|
@ -1,3 +1,9 @@
|
|||
2010-03-01 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* operation/gis_maps/ajax.php: fix the query to extract the GIS data for
|
||||
agent, in any moment in the past I dirty the query, but now it's clean, and
|
||||
now run fine the agent movement.
|
||||
|
||||
2010-03-01 Pablo de la Concepción <pablo.concepcion@artica.es>
|
||||
|
||||
* include/javascript/openlayers.pandora.js: Modified js_printMap to support
|
||||
|
|
|
@ -72,7 +72,7 @@ switch ($opt) {
|
|||
$idAgentsWithGIS[] = $id_features;
|
||||
}
|
||||
|
||||
$agentsGISStatus = get_db_all_rows_sql('SELECT t1.nombre, id_parent, t1.id_parent1.id_agente AS tagente_id_agente,
|
||||
$agentsGISStatus = get_db_all_rows_sql('SELECT t1.nombre, id_parent, t1.id_agente AS tagente_id_agente,
|
||||
IFNULL(t2.stored_longitude, ' . $defaultCoords['default_longitude'] . ') AS stored_longitude,
|
||||
IFNULL(t2.stored_latitude, ' . $defaultCoords['default_latitude'] . ') AS stored_latitude
|
||||
FROM tagente AS t1
|
||||
|
|
Loading…
Reference in New Issue