' .
'' .
'' . __("Google Map Type") . ': | ' .
''.trim(print_select($gmaps_types,'gmap_type', $gmap_type, "", '', 0, true)) . ' | ' .
'
' .
'' .
'' . __("Google Maps Key") . ': | ' .
'
' .
'' .
'' . print_input_text ('gmap_key', $gmap_key, '', 90, 128, true) . ' | ' .
'
' .
'
';
// Image Map Connection
$optionsConnectionImageTable = '' .
'' .
'' . __("Image URL") . ': | ' .
'' . print_input_text ('url', $mapConnectionDataUrl, '', 45, 90, true) . ' | ' .
'
' .
'' .
'' . __("Corners of the area of the image") . ': | ' .
'
' .
'' .
'' . __("Left") . ': | ' .
''. print_input_text ('bb_left', $bb_left, '', 25, 25, true) . ' | ' .
'' . __("Bottom") . ': | ' .
''. print_input_text ('bb_bottom', $bb_bottom, '',25 , 25, true) . ' | ' .
'
' .
'' .
'' . __("Right") . ': | ' .
''. print_input_text ('bb_right', $bb_right, '', 25, 25, true) . ' | ' .
'' . __("Top") . ': | ' .
''. print_input_text ('bb_top', $bb_top, '', 25, 25, true) . ' | ' .
'
' .
'' .
'' . __("Image Size") . ': | ' .
'
' .
'' .
'' . __("Width") . ': | ' .
''. print_input_text ('image_width', $image_width, '', 25, 25, true) . ' | ' .
'' . __("Height") . ': | ' .
''. print_input_text ('image_height', $image_height, '', 25, 25, true) . ' | ' .
'
' .
'
';
if ($mapConnectionData != null) {
switch ($mapConnection_type) {
case 'OSM':
$optionsConnectionTypeTable = $optionsConnectionOSMTable;
break;
case 'Gmap':
$optionsConnectionTypeTable = $optionsConnectionGmapTable;
break;
case 'Static_Image':
$optionsConnectionTypeTable = $optionsConnectionImageTable;
break;
}
}
echo "" . $optionsConnectionTypeTable . "
";
echo "