2010-03-02 Miguel de Dios <miguel.dedios@artica.es>
* godmode/setup/gis_step_2.php: fix a mechanographic mistake. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2443 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
6b97c54ae1
commit
442981a212
|
@ -1,3 +1,7 @@
|
|||
2010-03-02 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/setup/gis_step_2.php: fix a mechanographic mistake.
|
||||
|
||||
2010-03-02 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_gis.php: add function "addParentLines", in ths function
|
||||
|
|
|
@ -208,9 +208,9 @@ $optionsConnectionOSMTable = '<table class="databox" border="0" cellpadding="4"
|
|||
'</table>';
|
||||
|
||||
// Google Maps Connection
|
||||
$gmaps_types["G_PHYSICAL_MAP"] = __('Goolge Physical');
|
||||
$gmaps_types["G_HYBRID_MAP"] = __('Goolge Hybrid');
|
||||
$gmaps_types["G_SATELITE_MAP"] = __('Goolge Satelite');
|
||||
$gmaps_types["G_PHYSICAL_MAP"] = __('Google Physical');
|
||||
$gmaps_types["G_HYBRID_MAP"] = __('Google Hybrid');
|
||||
$gmaps_types["G_SATELITE_MAP"] = __('Google Satelite');
|
||||
// TODO: Use label tags for the forms.
|
||||
$optionsConnectionGmapTable = '<table class="databox" border="0" cellpadding="4" cellspacing="4" width="90%">' .
|
||||
'<tr class="row_0">' .
|
||||
|
|
Loading…
Reference in New Issue