<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN"
 "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">

<channel>
<title>Geolevel Kft.</title>
<link>http://geolevel.hu</link>
<description>Geolevel Kft.</description>
<language>hu</language>

<item>
<title>Geodézia</title>
<link>http://geolevel.hu/modules.php?name=News&amp;file=article&amp;sid=5000</link>
<description>&lt;?php
if (!eregi(&quot;modules.php&quot;, $PHP_SELF)) {
die (&quot;You can't access this file directly...&quot;);
}
$index = 1;
require_once(&quot;mainfile.php&quot;);
$module_name = basename(dirname(__FILE__));
# get_lang($module_name);
include(&quot;header.php&quot;);



global $cat, $language, $prefix, $multilingual, $currentlang, $db;

 $result = $db-&gt;sql_query(&quot;SELECT * FROM kapcsolatok&quot;);
 $numrows = $db-&gt;sql_numrows($result);
 

 if ($numrows == 0) {
	return;
    } else {
    while ($row = $db-&gt;sql_fetchrow($result)) {
	    $nev = strval($row['nev']);
	    $pozicio = strval($row['pozicio']);
	    $telefon = strval($row['telefon']);
	    $email = strval($row['email']);
	    
	    print (&quot;&lt;B&gt;&quot;);
	    print ($nev);
	    print (&quot;&lt;/B&gt;&lt;I&gt;, &quot;);
	    print ($pozicio);
	    print (&quot;&lt;/I&gt;&lt;br&gt;&quot;);
	    print (&quot;&lt;img src=\&quot;images/sajat/tel.jpg\&quot;&gt; 	&quot;);
	    print ($telefon);
	    print ($email);
	    print &quot;&lt;br&gt;&quot;;
	    //print ($pozicio &amp; &quot;, &quot; &amp; $nev &amp; &quot;, &quot; &amp; $telefon &amp; &quot;, &quot; &amp; $email &amp; &quot;&lt;br&gt;&quot;);
	    /*$title = stripslashes($row['title']);
	    $numrows = $db-&gt;sql_numrows($db-&gt;sql_query(&quot;SELECT * FROM &quot;.$prefix.&quot;_stories WHERE catid='$catid' $querylang LIMIT 1&quot;));
	    if ($numrows &gt; 0) {
		if ($cat == 0 AND !$a) {
		    $boxstuff .= &quot;&lt;strong&gt;&lt;big&gt;&amp;middot;&lt;/big&gt;&lt;/strong&gt;&amp;nbsp;&lt;b&gt;&quot;._ALLCATEGORIES.&quot;&lt;/b&gt;&lt;br&gt;&quot;;
		    $a = 1;
		} elseif ($cat != 0 AND !$a) {
		    $boxstuff .= &quot;&lt;strong&gt;&lt;big&gt;&amp;middot;&lt;/big&gt;&lt;/strong&gt;&amp;nbsp;&lt;a href=\&quot;modules.php?name=News\&quot;&gt;&quot;._ALLCATEGORIES.&quot;&lt;/a&gt;&lt;br&gt;&quot;;
		    $a = 1;
		}
		
		if ($cat == $catid) {
		    $boxstuff .= &quot;&lt;strong&gt;&lt;big&gt;&amp;middot;&lt;/big&gt;&lt;/strong&gt;&amp;nbsp;&lt;b&gt;$title&lt;/b&gt;&lt;br&gt;&quot;;
		} else {
		    $boxstuff .= &quot;&lt;strong&gt;&lt;big&gt;&amp;middot;&lt;/big&gt;&lt;/strong&gt;&amp;nbsp;&lt;a href=\&quot;modules.php?name=News&amp;amp;file=categories&amp;amp;op=newindex&amp;amp;catid=$catid\&quot;&gt;$title&lt;/a&gt;&lt;br&gt;&quot;;
		}
	    }*/
	}
    
    
    }

/*    if ($multilingual == 1) {
	$querylang = &quot;AND (alanguage='$currentlang' OR alanguage='')&quot;; /* the OR is needed to display stories who are posted to ALL languages */
/*    } else {
	$querylang = &quot;&quot;;
    }
    $result = $db-&gt;sql_query(&quot;SELECT catid, title FROM &quot;.$prefix.&quot;_stories_cat ORDER BY title&quot;);
    $numrows = $db-&gt;sql_numrows($result);
    if ($numrows == 0) {
	return;
    } else {
	$boxstuff = &quot;&lt;font class=\&quot;content\&quot;&gt;&quot;;
	while ($row = $db-&gt;sql_fetchrow($result)) {
	    $catid = intval($row['catid']);
	    $title = stripslashes($row['title']);
	    $numrows = $db-&gt;sql_numrows($db-&gt;sql_query(&quot;SELECT * FROM &quot;.$prefix.&quot;_stories WHERE catid='$catid' $querylang LIMIT 1&quot;));
	    if ($numrows &gt; 0) {
		if ($cat == 0 AND !$a) {
		    $boxstuff .= &quot;&lt;strong&gt;&lt;big&gt;&amp;middot;&lt;/big&gt;&lt;/strong&gt;&amp;nbsp;&lt;b&gt;&quot;._ALLCATEGORIES.&quot;&lt;/b&gt;&lt;br&gt;&quot;;
		    $a = 1;
		} elseif ($cat != 0 AND !$a) {
		    $boxstuff .= &quot;&lt;strong&gt;&lt;big&gt;&amp;middot;&lt;/big&gt;&lt;/strong&gt;&amp;nbsp;&lt;a href=\&quot;modules.php?name=News\&quot;&gt;&quot;._ALLCATEGORIES.&quot;&lt;/a&gt;&lt;br&gt;&quot;;
		    $a = 1;
		}
		
		if ($cat == $catid) {
		    $boxstuff .= &quot;&lt;strong&gt;&lt;big&gt;&amp;middot;&lt;/big&gt;&lt;/strong&gt;&amp;nbsp;&lt;b&gt;$title&lt;/b&gt;&lt;br&gt;&quot;;
		} else {
		    $boxstuff .= &quot;&lt;strong&gt;&lt;big&gt;&amp;middot;&lt;/big&gt;&lt;/strong&gt;&amp;nbsp;&lt;a href=\&quot;modules.php?name=News&amp;amp;file=categories&amp;amp;op=newindex&amp;amp;catid=$catid\&quot;&gt;$title&lt;/a&gt;&lt;br&gt;&quot;;
		}
	    }
	}
	$boxstuff .= &quot;&lt;/font&gt;&quot;;
	$content = $boxstuff;
    }*/
include(&quot;footer.php&quot;);

?&gt;</description>
</item>

<item>
<title>Présentation</title>
<link>http://geolevel.hu/modules.php?name=News&amp;file=article&amp;sid=4011</link>
<description>&lt;table width=&quot;80%&quot; border=&quot;0&quot;  background=&quot;images/sajat/kockak.jpg&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;div align=&quot;justify&quot;&gt;&lt;img src=&quot;images/sajat/geolev_logo_2.jpg&quot; align=&quot;left&quot; border=&quot;0&quot; /&gt;  &lt;div class=&quot;MsoNormal&quot;&gt;&lt;/div&gt;
        &lt;br /&gt;&lt;br /&gt;
        &lt;p&gt;En ce moment,  l'interface française ne contient pas l'information de ce thème. &lt;br /&gt;
Si vous êtes  intéressé pour découvrir plus, nous vous invitons à visiter notre interfaces  dans le langue hongrois, l'anglais ou l’allemand, ou nous contacter directement,  par les moyens fournis de contact.  Merci.&lt;/p&gt;
        &lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div align=&quot;justify&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;/table&gt;</description>
</item>

<item>
<title>Prezentare</title>
<link>http://geolevel.hu/modules.php?name=News&amp;file=article&amp;sid=3011</link>
<description>&lt;table width=&quot;80%&quot; border=&quot;0&quot;  background=&quot;images/sajat/kockak.jpg&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;div align=&quot;justify&quot;&gt;&lt;img src=&quot;images/sajat/geolev_logo_2.jpg&quot; align=&quot;left&quot; border=&quot;0&quot; /&gt;&amp;nbsp; &lt;div class=&quot;MsoNormal&quot;&gt;&lt;strong&gt;Bine a&amp;#355;i venit pe pagina noastr&amp;#259;!&lt;/strong&gt;&lt;/div&gt;
        &lt;br /&gt;&lt;br /&gt;
        &lt;p&gt;Firma GEOlevel Geoinformatic&amp;#259; &amp;#351;i Service SRL. A  fost &amp;icirc;nfiin&amp;#355;at&amp;#259; &amp;icirc;n anul 2002, av&amp;acirc;nd atunci 5 angaja&amp;#355;i. &amp;Icirc;n acel timp, pe pia&amp;#355;a  domestic&amp;#259; au activat deja cu succes numeroase companii de geoinformatic&amp;#259;. &lt;/p&gt;
        &lt;p&gt;Pentru a putea intra &amp;icirc;n r&amp;acirc;ndul firmelor de  specialitate cu o activitate &amp;icirc;n general acceptabil&amp;#259; din punct de vedere a  succesului,GEOlevel SRL. a trebuit s&amp;#259; g&amp;#259;seasc&amp;#259; acel profil profesional, care  este caracterizat &lt;br /&gt;
  &amp;icirc;n primul r&amp;acirc;nd de prestarea unei calit&amp;#259;&amp;#355;i determinabile,  &amp;icirc;n care se poate pune &amp;icirc;ncredere, &amp;#351;i care, totodat&amp;#259;, con&amp;#355;ine nout&amp;#259;&amp;#355;i  profesionale care sunt interesante Clien&amp;#355;ilor no&amp;#351;tri.&lt;/p&gt;
        &lt;p&gt;Chiar de la &amp;icirc;nceput, a trebuit s&amp;#259; ne dovedim  cuno&amp;#351;tin&amp;#355;ele profesionale pe terenul ingineriei geoinformatice. Comisionat&amp;#259; de  Societatea Na&amp;#355;ional&amp;#259; al Autostr&amp;#259;zilor SA., firma a preparat planurile &amp;#351;i a  produs REGISTRE DIGITALE &amp;#351;i munca geodezic&amp;#259; necesar&amp;#259; pentru construc&amp;#355;ia  autostr&amp;#259;zilor, pe o perioad&amp;#259; de 3 ani.&lt;/p&gt;
        &lt;p&gt;&amp;Icirc;n anul 2003, activitatea firmei a fost deja  bazat&amp;#259; pe sistemul de standard ISO 9001, fiind certifica&amp;#355;i de firma CERTOP SRL.&lt;/p&gt;
        &lt;p&gt;&amp;Icirc;ncep&amp;acirc;nd cu anul 2004, Ungaria a devenit  membr&amp;#259; a Uniunii Europene. Noua conducere a firmei &amp;#351;i-a pus &amp;icirc;n plan, pe l&amp;acirc;ng&amp;#259;  men&amp;#355;inerea stabilit&amp;#259;&amp;#355;ii companiei, explorarea noilor posibilit&amp;#259;&amp;#355;i comerciale  ale pie&amp;#355;ei &amp;icirc;nnoite, &amp;icirc;n acord cu cerin&amp;#355;ele tehnologiei informatice, &amp;icirc;n  urm&amp;#259;toarele activit&amp;#259;&amp;#355;i:&lt;/p&gt;
        &lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div align=&quot;justify&quot;&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;table width=&quot;100%&quot; border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;ul&gt;
          &lt;li&gt;&lt;strong&gt;Ob&amp;#355;inerea &amp;#351;i prelucrarea  datelor geodezice&amp;nbsp; &lt;/strong&gt;&lt;/li&gt;
        &lt;/ul&gt;&lt;/td&gt;&lt;td&gt;&lt;img src=&quot;images/sajat/geod1.jpg&quot; border=&quot;0&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;ul&gt;
          &lt;li&gt;&lt;strong&gt;Ob&amp;#355;inera &amp;#351;i prelucrarea  datelor fotogrametrice&lt;/strong&gt;&lt;/li&gt;
        &lt;/ul&gt;&lt;/td&gt;&lt;td&gt;&lt;img src=&quot;images/sajat/fotog1.jpg&quot; border=&quot;0&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Deschidere spre pia&amp;#355;a  interna&amp;#355;iobal&amp;#259; &lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;&lt;td&gt;&lt;img src=&quot;images/sajat/inter.jpg&quot; border=&quot;0&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div /&gt;&lt;div align=&quot;justify&quot;&gt;
          &lt;p&gt;I&amp;Icirc;n 2006, noul management a c&amp;acirc;&amp;#351;tigat licita&amp;#355;ia  de suport al Ministerului Economiei &amp;#351;i Transportului Maghiar, cu ajutorul  c&amp;#259;reia, firma &amp;#351;i-a putut implimenta noul Sistem Integral de Calitate &amp;#351;i  Management al Mediului, care a fost creat pe baza standardelor MSZ EN ISO 9001:2001  &amp;#351;i MSZ EN ISO 14001:2005.&lt;/p&gt;
          &lt;p&gt;&amp;Icirc;n Decembrie, 2006, compania GEOlevel a solicitat  certificarea &amp;#351;i a fost acceptat&amp;#259; ca fiind calificat&amp;#259; s&amp;#259; participe la  licita&amp;#355;iile de aprovizionare &amp;#351;i achizi&amp;#355;ii ale NATO.&lt;/p&gt;
          &lt;p&gt;&lt;br /&gt;
            &lt;strong&gt;Imagini ale c&amp;acirc;torva rezultate  de-ale noastre:&lt;/strong&gt; &lt;br /&gt;
            &lt;br /&gt;
          &lt;/p&gt;
        &lt;/div&gt;
        &lt;div&gt;&lt;br /&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Construc&amp;#355;ie de autostrad&amp;#259;&lt;/strong&gt; &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Fotografie aerian&amp;#259; digital&amp;#259;&lt;/strong&gt;&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Producerea h&amp;#259;r&amp;#355;ilor pe baz&amp;#259; de       fotografii aeriene ortorectificate (ortofoto)&lt;/strong&gt;&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Comenzi din str&amp;#259;in&amp;#259;tate&lt;/strong&gt;&lt;/li&gt;
          &lt;/ul&gt;
        &lt;/div&gt;
      &lt;div align=&quot;center&quot;&gt;&lt;img src=&quot;images/sajat/nijos.jpg&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp;&lt;/em&gt;
        &lt;em&gt;ProCaptura &amp;ndash; Proiectul NIJOS&lt;/em&gt; &lt;/div&gt;
      &lt;br /&gt;&lt;br /&gt;&lt;div&gt;
        &lt;p&gt;&lt;strong&gt;Ini&amp;#355;ierea unor noi sec&amp;#355;ii de activitate&lt;/strong&gt;&lt;/p&gt;
        &lt;ol&gt;
            &lt;li&gt;&lt;strong&gt;Sec&amp;#355;ia de Planifica&amp;#355;ie Rutier&amp;#259;&lt;/strong&gt; (2004), pentru  &amp;icirc;ndeplinirea c&amp;#259;reia, compania noastr&amp;#259; a contribuit ca fondatoare la pornirea  firmei Infraplan Zrt., &amp;#351;i unde &amp;icirc;n continuare de&amp;#355;ine proprietate majoritar&amp;#259;. &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Sec&amp;#355;ia de Protec&amp;#355;ie a Mediului&lt;/strong&gt; (2005), av&amp;#259;nd ca rezultat executarea  unor importante sarcini de consultare profesional&amp;#259;, &amp;icirc;n cadrul producerii h&amp;#259;r&amp;#355;ii  de zgomot al Capitalei. &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Sec&amp;#355;ia de Informatic&amp;#259; &lt;/strong&gt;(2005) execut&amp;#259; dezvoltarea  continu&amp;#259; a sistemului OKA Hid pentru Directoratul Coordinativ al Administra&amp;#355;iei  Drumurilor.&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Sec&amp;#355;ia de Inginerie&lt;/strong&gt; (2005) execut&amp;#259; evaluarea  costurilor geodezice &amp;#351;i de construc&amp;#355;ie a investi&amp;#355;iilor infrastructurale. &lt;/li&gt;
            &lt;li&gt;Opera&amp;#355;ia paginilor profesionale  de internet, create de compania noastr&amp;#259;, inclusiv urm&amp;#259;toarele:&lt;/li&gt;
        &lt;/ol&gt;
          &lt;/div&gt;
      &lt;div align=&quot;center&quot;&gt;&lt;div align=&quot;center&quot;&gt;&lt;div align=&quot;center&quot;&gt;&lt;div&gt;&lt;img src=&quot;images/sajat/mckeres1.jpg&quot; border=&quot;0&quot; /&gt;&lt;/div&gt;&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;http://www.mckeres.hu/&quot;&gt;www.mckeres.hu&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;http://www.geoadatszerviz.hu/&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;images/sajat/geoadatsz1.jpg&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;a href=&quot;http://www.geoadatszerviz.hu/&quot;&gt;&lt;br /&gt;www.geoadatszerviz.hu&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; align=&quot;left&quot;&gt;
        &lt;p&gt;&amp;nbsp;&lt;/p&gt;
        &lt;p&gt;Pentru  informa&amp;#355;ii mai detailate despre firma GEOlevel, expertiza tehnologic&amp;#259;, partenerii  no&amp;#351;tri, proiectele de referin&amp;#355;&amp;#259; &amp;#351;i cele pe care lucr&amp;#259;m &amp;icirc;n prezent, etc., v&amp;#259; invit&amp;#259;m  s&amp;#259; vizita&amp;#355;i extensiile prezentate &amp;icirc;n limbile maghiar&amp;#259;, german&amp;#259; sau englez&amp;#259;. &lt;br /&gt;
            &lt;strong&gt;&lt;br /&gt;
            Szabó Richárd&lt;/strong&gt;&lt;/p&gt;
      &lt;/div&gt;
      &lt;div class=&quot;MsoNormal&quot; align=&quot;left&quot;&gt;Director general &lt;/div&gt;
      &lt;div class=&quot;MsoNormal&quot; align=&quot;left&quot;&gt;&lt;a href=&quot;mailto:richard.szabo@geolevel.hu&quot;&gt;richard.szabo@geolevel.hu&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; align=&quot;left&quot;&gt;+36 30/606-1575&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;/table&gt;</description>
</item>

<item>
<title>Women&amp;#8217;s Day Festivity</title>
<link>http://geolevel.hu/modules.php?name=News&amp;file=article&amp;sid=2207</link>
<description>&lt;table width=&quot;80%&quot; align=&quot;center&quot; border=&quot;0&quot;  background=&quot;images/sajat/kockak.jpg&quot;&gt;&lt;tr&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;
&lt;/strong&gt;
      &lt;div align=&quot;center&quot;&gt;
      &lt;div&gt;&lt;/div&gt;
      &lt;div align=&quot;left&quot;&gt;&lt;strong&gt;&lt;/strong&gt;
        &lt;div&gt;
&lt;blockquote&gt;
  &lt;p align=&quot;justify&quot;&gt;We extend our  warm salutations to all Lady visitors of our website, and special greetings to  all our female colleagues, for which we organized a small festivity on the  illustrious day.&lt;br /&gt;
    Shadowed by the  Women&amp;rsquo;s Day, we wish all our dear visitors named Zolt&amp;aacute;n a Happy Name Day. &lt;/p&gt;
  &lt;/blockquote&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;images/rovidhir/nonap.jpg&quot; border=&quot;0&quot; /&gt;&lt;/p&gt;
        &lt;/div&gt;
        &lt;div&gt;&lt;/div&gt;
      &lt;/div&gt;    &lt;/td&gt;
&lt;/tr&gt;&lt;/table&gt;</description>
</item>

<item>
<title>The 17th Super Marathon, Vienna-Budapest</title>
<link>http://geolevel.hu/modules.php?name=News&amp;file=article&amp;sid=2206</link>
<description>&lt;table border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;p&gt;The bicycle  team of Regnum Marianum Parish, from Zoborhegy Square, representing the District of Zugl&amp;oacute;,  was sponsored, among others, by GEOlevel Kft. as well.&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;img height=&quot;133&quot; src=&quot;images/sajat/becs-bud14_tn.jpg&quot; width=&quot;200&quot; border=&quot;0&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</description>
</item>

<item>
<title>Our company became member of the MFTVE on December 1, 2006</title>
<link>http://geolevel.hu/modules.php?name=News&amp;file=article&amp;sid=2205</link>
<description>&lt;table width=&quot;80%&quot; align=&quot;center&quot; border=&quot;0&quot;  background=&quot;images/sajat/kockak.jpg&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img src=&quot;images/sajat/mftve.jpg&quot; border=&quot;0&quot; /&gt;&lt;/td&gt;
&lt;td&gt;&lt;div align=&quot;left&quot;&gt;&lt;div&gt;&lt;p&gt;The  Association of Hungarian Surveying and Mapping Companies (MFTVE) held its board  of directors meeting on November 15,   2006.&lt;br /&gt;
There  were two companies which applied for membership in the Association:&lt;/p&gt;
        &lt;ol&gt;
          &lt;li&gt;DIGI-MAP Kft.,  administered by Attila Bark&amp;oacute;czi, and&lt;/li&gt;
          &lt;li&gt;GEOlevel Kft.,  administered by Rich&amp;aacute;rd Szab&amp;oacute;&lt;/li&gt;
        &lt;/ol&gt;
        &lt;p&gt;Both companies  were in possession of required recommendations, as well as being enterprises of  good reputation, thus, the Association accepted these companies among its  membership, as of December 1,   2006. &lt;/p&gt;
        &lt;strong&gt;Website  of the MFTVE: &lt;a href=&quot;http://www.mftve.hu&quot; target=&quot;_blank&quot;&gt;www.mftve.hu &lt;/a&gt;&lt;/strong&gt;&lt;/div&gt;
&lt;/div&gt;
      &lt;/td&gt;
&lt;/tr&gt;&lt;/table&gt;</description>
</item>

<item>
<title>Member meeting of MMK, Surveying, and Geo-information Division</title>
<link>http://geolevel.hu/modules.php?name=News&amp;file=article&amp;sid=2204</link>
<description>&lt;table width=&quot;80%&quot; align=&quot;center&quot; border=&quot;0&quot;  background=&quot;images/sajat/kockak.jpg&quot;&gt;&lt;tr&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;
&lt;/strong&gt;
  &lt;p&gt;The members&amp;rsquo;  meeting of the Surveying, and  Geo-information Division of the Hungarian Chamber of Engineers&lt;strong&gt; &lt;/strong&gt;(MMK)&lt;strong&gt; &lt;/strong&gt;tackled very important subjects.&lt;/p&gt;
  &lt;p&gt;Member&amp;rsquo;s  meeting agenda minutes were the following:&lt;/p&gt;
  &lt;ul&gt;
    &lt;li&gt;Departmental  report&lt;/li&gt;
    &lt;li&gt;MMK  representative&amp;rsquo;s report&lt;/li&gt;
    &lt;li&gt;Report  of the FVM Land Affairs and GIS Division&amp;rsquo;s representative&lt;/li&gt;
    &lt;li&gt;Report  of the Ministry of Municipal and Regional Development Affairs&amp;rsquo; Division of  Construction and Regional Development&amp;rsquo;s representative&lt;/li&gt;
    &lt;li&gt;Forum  session, with participation of the audience&lt;/li&gt;
  &lt;/ul&gt;
  &lt;p&gt;Further  information can be obtained in .PDF format from the MMK website, at: &lt;a href=&quot;http://www.geod.bme.hu/kamara/&quot;&gt;http://www.geod.bme.hu/kamara/&lt;/a&gt; (sorry, Hungarian only).&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;/table&gt;</description>
</item>

<item>
<title>MFTTT election of officers meeting</title>
<link>http://geolevel.hu/modules.php?name=News&amp;file=article&amp;sid=2203</link>
<description>&lt;table width=&quot;80%&quot; align=&quot;center&quot; border=&quot;0&quot;  background=&quot;images/sajat/kockak.jpg&quot;&gt;&lt;tr&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;
&lt;/strong&gt;
  &lt;p&gt;The Hungarian  Society of Surveying, Mapping and Remote Sensing (MFTTT) is holding its  officers election meeting in May, 2007. &lt;/p&gt;
  &lt;p&gt;The nomination  committee was formed, awaiting for recommended nominees.&lt;/p&gt;
  &lt;p&gt;Website of the  MFTTT: &lt;a href=&quot;http://www.mfttt.hu/&quot;&gt;www.mfttt.hu&lt;/a&gt;&lt;/p&gt;
  &lt;p&gt;Information  regarding the election of officers can be found at: &lt;br /&gt;
      &lt;a href=&quot;http://www.mfttt.hu/mfttthonlap/tiszts&amp;eacute;gek/&quot;&gt;http://www.mfttt.hu/mfttthonlap/tisztsegek/&lt;/a&gt; (sorry, in Hungarian only)&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;/table&gt;</description>
</item>

<item>
<title>Bentley SELECT</title>
<link>http://geolevel.hu/modules.php?name=News&amp;file=article&amp;sid=2202</link>
<description>&lt;table width=&quot;80%&quot; align=&quot;center&quot; border=&quot;0&quot;  background=&quot;images/sajat/kockak.jpg&quot;&gt;&lt;tr&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;
&lt;/strong&gt;
  &lt;p&gt;&lt;strong&gt;Bentley SELECT&lt;/strong&gt;&lt;/p&gt;
  &lt;p&gt;
GEOlevel Kft. has renewed its contract with Bentley SELECT for another year, this allowing updating and expansion of our Bentley software applications, as well as continual knowledge development on behalf of our colleagues.  
&lt;/p&gt;
  &lt;p&gt;&lt;img src=&quot;../images/rovidhir/select.jpg&quot; /&gt;&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;/table&gt;</description>
</item>

<item>
<title>Observations regarding development of the VTopo-25 digital mapping database</title>
<link>http://geolevel.hu/modules.php?name=News&amp;file=article&amp;sid=2201</link>
<description>&lt;table width=&quot;80%&quot; align=&quot;center&quot; border=&quot;0&quot;  background=&quot;images/sajat/kockak.jpg&quot;&gt;&lt;tr&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;
&lt;/strong&gt;
  &lt;p align=&quot;justify&quot;&gt;&lt;strong&gt;The presentation titled &amp;ldquo;Observations regarding  development of the VTopo-25 digital mapping database&amp;rdquo;&lt;/strong&gt;&lt;strong&gt;&amp;nbsp; &lt;/strong&gt;&lt;/p&gt;
  &lt;p align=&quot;justify&quot;&gt;The board-room  of Institute of Geodesy, Cartography and Remote Sensing (F&amp;Ouml;MI) was  the location where Dr. L&amp;aacute;szl&amp;oacute; Alab&amp;eacute;r, M&amp;aacute;rton Fori&amp;aacute;n-Szab&amp;oacute; and Ervin Kov&amp;aacute;cs held  a presentation titled &amp;ldquo;Observations regarding development of the VTopo-25  digital mapping database&amp;rdquo;. In it, they presented details about the update  project of the scale 1:25 000 topographic database, started in 2006 and  which is to be finished in 2007.&amp;nbsp;  Geod&amp;eacute;zia Zrt. assisted in updating a total of 9 sections, at scale 1:25 000, including field checks and  corrections as well. The presentation provided a glimpse on the Geomedia-based  mapping data structure, applied topology rules and implemented verification  process, hopefully contributing as guidance, towards accomplishing the greater  tasks of coming years.&lt;/p&gt;
  &lt;p align=&quot;justify&quot;&gt;The  presentation came through at a high professional standard, providing numerous  valuable professional recommendations to the audience, and we congratulate the  authors for it.&lt;/p&gt;
  &lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;/table&gt;</description>
</item>

</channel>
</rss>
