2013-10-17 Miguel de Dios <miguel.dedios@artica.es>
* godmode/setup/gis_step_2.php: fixed typo bug. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8931 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
920ebd966d
commit
62e4e18b5b
|
@ -1,3 +1,7 @@
|
|||
2013-10-17 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/setup/gis_step_2.php: fixed typo bug.
|
||||
|
||||
2013-10-16 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* godmode/setup/setup_netflow.php: Fix aesthetic issues
|
||||
|
|
|
@ -414,7 +414,7 @@ function refreshMapViewSecondStep() {
|
|||
|
||||
//Obtain data of map of fields.
|
||||
inital_zoom = $('input[name=initial_zoom]').val();
|
||||
num_levels_zoom =$('input[name=num_levels_zoom').val();
|
||||
num_levels_zoom =$('input[name=num_levels_zoom]').val();
|
||||
center_latitude = $('input[name=center_latitude]').val();
|
||||
center_longitude = $('input[name=center_longitude]').val();
|
||||
center_altitude = $('input[name=center_altitude]').val();
|
||||
|
|
Loading…
Reference in New Issue