2010-03-02 Miguel de Dios <miguel.dedios@artica.es>
* operation/gis_maps/render_view.php: clean source code. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2448 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
7d56f9d580
commit
9c18d9638c
|
@ -1,3 +1,7 @@
|
|||
2010-03-02 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* operation/gis_maps/render_view.php: clean source code.
|
||||
|
||||
2010-03-02 Pablo de la Concepción <pablo.concepcion@artica.es>
|
||||
|
||||
* include/functions_gis.php: Added a missing break and remove debugging
|
||||
|
|
|
@ -64,8 +64,6 @@ if ($confMap !== false) {
|
|||
}
|
||||
}
|
||||
}
|
||||
//debugPrint($gmap_layer);
|
||||
//debugPrint($gmap_key);
|
||||
if ($gmap_layer === true) {
|
||||
?>
|
||||
<script type="text/javascript" src="http://maps.google.com/maps?file=api&v=2&sensor=falsei&key=<?php echo $gmap_key ?>" ></script>
|
||||
|
|
Loading…
Reference in New Issue