<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>mapserver &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/mapserver/</link>
	<description>Feed of posts on WordPress.com tagged "mapserver"</description>
	<pubDate>Mon, 30 Nov 2009 02:45:50 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[MapServer i PostGIS]]></title>
<link>http://gisdiary.wordpress.com/2009/11/26/mapserver-i-postgis/</link>
<pubDate>Thu, 26 Nov 2009 13:55:04 +0000</pubDate>
<dc:creator>meliel</dc:creator>
<guid>http://gisdiary.wordpress.com/2009/11/26/mapserver-i-postgis/</guid>
<description><![CDATA[MapServer obsługuje wiele typów danych. Dane może czerpać z plików (np. shape) lub bezpośrednio z ba]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>MapServer obsługuje <a href="http://mapserver.org/input/index.html" target="_blank">wiele typów danych</a>. Dane może czerpać z plików (np. shape) lub bezpośrednio z baz danych. Dziś zajmę się tym drugim przypadkiem. W związku z tym, iż MapServer jest narzędziem bezpłatnym, chciałabym pokazać jak dodać do niego dane zawarte w również bezpłatnym systemie baz danych &#8211; PostGIS.</p>
<p>Otwieramy stosowny plik *.map i definiujemy nową warstwę (pogrubione zostały elementy, które zmieniamy wedle potrzeby):</p>
<p># Uwaga!<br />
# W taki sposób zaznaczone są komentarze,<br />
# ignorowane przez MapServer,<br />
# a pomocne użytkownikom MapServera <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<blockquote><p>LAYER<br />
# początek warswy</p>
<p>NAME &#8220;<strong>nazwa_warstwy</strong>&#8220;<br />
# nazwa warstwy; służy do identyfikacji warstw</p>
<p>CONNECTIONTYPE postgis<br />
# typ połączenia; zostawiamy bez zmian</p>
<p>CONNECTION &#8220;user=<strong>uzytkownik_bazy</strong> password=<strong>haslo</strong> dbname=<strong>nazwa_bazy</strong> host=<strong>nazwa_hosta </strong>port=<strong>5432</strong>&#8220;<br />
# dane potrzebne do nawiązania połączenia z bazą danych<br />
# niezbędnym minimum do podania jest nazwa użytkownika i nazwa bazy danych</p>
<p>TRANSPARENCY <strong>70</strong><br />
# element dodatkowy, nieobowiązkowy<br />
# określenie przezroczystości warstwy</p>
<p>STATUS <strong>ON</strong><br />
# status może być <strong>on</strong> (warstwa jest włączona i pojawia się automatycznie po<br />
# załadowaniu mapy) lub <strong>off</strong> (warstwa nie pojawia się automatycznie po<br />
# załadowaniu mapy; dopiero użytkownik zaznacza, czy chce tą warstwę wyświetlić)</p>
<p>DATA &#8220;<strong>nazwa_kolumny </strong>from <strong>nazwa_tabeli</strong> using unique <strong>gid</strong> using srid=<strong>4326</strong>&#8220;<br />
# bardzo istotna linijka!<br />
# podajemy nazwę kolumny, która zawiera informacje o obiektach przestrzennych<br />
# w danej tabeli, np. the geom from koleje<br />
# pozostałe elementy opcjonalne</p>
<p>TYPE <strong>LINE<br />
</strong># typ danych &#8211; poligon, linia, punkt, itp&#8230;</p>
<p>CLASSITEM &#8216;<strong>typ</strong>&#8216;<br />
# kolumna, która jest wyróżnikiem klas<br />
# element nieobowiązkowy jeśli będziemy definiować tylko jedną klasę</p>
<p>CLASS<br />
# początek pierwszej klasy; może być ich więcej<br />
# w przypadku pliku wektorowego &#8211; musi być choć jedna<br />
# dla plików rastrowych &#8211; element nieobowiązkowy</p>
<p>NAME &#8216;<strong>klasa1</strong>&#8216;<br />
# nazwa klasy</p>
<p>EXPRESSION &#8216;<strong>typ1</strong>&#8216;<br />
# wyrażenie z kolumny podanej w CLASSITEM</p>
<p>COLOR <strong>60 170 240</strong><br />
# kolor wypełnienia</p>
<p>END<br />
# koniec pierwszej klasy</p>
<p>CLASS<br />
# początek drugiej klasy</p>
<p>NAME &#8216;<strong>klasa2</strong>&#8216;<br />
# nazwa klasy</p>
<p>EXPRESSION &#8216;<strong>typ2</strong>&#8216;<br />
# wyrażenie z kolumny podanej w CLASSITEM</p>
<p>COLOR <strong>220 55 100</strong><br />
# kolor wypełnienia</p>
<p>END<br />
# koniec drugiej klasy</p>
<p>END<br />
# koniec warswy</p></blockquote>
<p>Podany fragment kodu jest przykładem jednej z prostszych możliwości dodania do MapServera danych z bazy PostGIS. Wedle potrzeb można ten kod rozbudować w oparciu o bardziej szczegółowe zapytania do bazy danych.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[FOSS4G tools - dependency map]]></title>
<link>http://anthologis.com/2009/11/13/foss4g-tools-dependency-map/</link>
<pubDate>Fri, 13 Nov 2009 14:30:54 +0000</pubDate>
<dc:creator>Eduardo Kanegae</dc:creator>
<guid>http://anthologis.com/2009/11/13/foss4g-tools-dependency-map/</guid>
<description><![CDATA[In 2008 after some GIS setup tasks, I decided to map package dependencies in order to help me on fut]]></description>
<content:encoded><![CDATA[In 2008 after some GIS setup tasks, I decided to map package dependencies in order to help me on fut]]></content:encoded>
</item>
<item>
<title><![CDATA[Mapserver Experiment - Unlimited (Headaches)]]></title>
<link>http://mygisblog.wordpress.com/2009/10/30/mapserver-experiment-unlimited-headaches/</link>
<pubDate>Fri, 30 Oct 2009 21:51:16 +0000</pubDate>
<dc:creator>Me</dc:creator>
<guid>http://mygisblog.wordpress.com/2009/10/30/mapserver-experiment-unlimited-headaches/</guid>
<description><![CDATA[So I wanted to explore Mapserver ! &#8211; Having recently installed Ubuntu Server 9.04 on one of my]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>So I wanted to explore <a href="http://www.mapserver.org/index.html">Mapserver</a> ! &#8211; Having recently installed Ubuntu Server 9.04 on one of my machines, I thought it would be the perfect home for the Mapserver Experiment.</p>
<p>It didn&#8217;t take long to come up with seemingly perfect instructions from <a href="http://www.paolocorti.net/2008/01/10/installing-mapserver-in-ubuntu/">Paolo Corti</a>. He and his blog have been very helpful in the past. But after probably 10 hours or so over the course of a couple of weeks, I&#8217;m at the point again where I wonder if I will ever turn into a Linuxionado. While my Django adventures have been more fruitful under Ubuntu, the Mapserver adventure has been a nightmare. The silver lining being that I am getting really good working with Linux. (Even though I don&#8217;t seem to get a lot done.) But I am beginning to feel rather at home in Linux, with its file system, permissions, conf files, wget, lynx, vim, sudo&#8230; etc.</p>
<p>After successfully downloading and installing Mapserver, and configuring mapserv and apache multiple times, the project always collapsed when I tried setting up the Mapserver-Demo (Itasca files). I could never get past the mapserver welcoming screen. As soon as I hit &#8220;Initialize&#8221;, the program terminated and gave me a:</p>
<p><span style="color:#800000;"><strong>loadWeb(): Unknown identifier. Parsing error near (C):(line 1) &#8211; </strong><span style="color:#000000;"><em>If you have a simple answer for this problem (other than my own solution below, please let me know.</em></span></span></p>
<p><span style="color:#000000;">There is still, of course, an undeniable chance for human error on my part. For example, I was getting confused whether the root in Mapserver-Demo&#8217;s <strong>index.html</strong> should be the same as the Document Root in <strong><span style="color:#800000;">/etc/apache2/sites-available/default</span></strong>. But I think I&#8217;ve tried every possible combination of referencing directories here. Finally I gave up when I read that the problem may be with using the Demo (the link I had found on Corti&#8217;s page) with Mapserver 5.0 instead of 4.x.</span></p>
<p><span style="color:#000000;">Looks like I will have to try <a href="http://www.mapserver.org/download.html#download">the 5.4 demo</a> after upgrading to Mapserver 5.4. I&#8217;ve installed the most recent stable version of Mapserver from <a href="https://launchpad.net/~ubuntugis/+archive/ppa">Ubuntu-GIS</a> and I will try again. If this fails, I will have to either try <a href="http://books.google.com/books?id=EnoD9fQVmOkC&#38;dq=mapserver+kropla&#38;printsec=frontcover&#38;source=bn&#38;hl=en&#38;ei=yl7rSubYOY2aMaPqnIQM&#38;sa=X&#38;oi=book_result&#38;ct=result&#38;resnum=4&#38;ved=0CA4Q6AEwAw">Bill Kropla&#8217;s</a> setp-by-step-building-from-source instructions, certainly even more error prone that what I have been trying to do. I was hoping to get around that and jump ahead to later chapters in the book once everything&#8217;s up and running. Or, alternatively, and this pains me greatly, I will have to check out MS4w. Yikes !</span></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Instalação do MS4W + C#]]></title>
<link>http://iguessimnotcrazy.wordpress.com/2009/10/16/instalacao-do-ms4w-c/</link>
<pubDate>Fri, 16 Oct 2009 13:07:40 +0000</pubDate>
<dc:creator>iguessimnotcrazy</dc:creator>
<guid>http://iguessimnotcrazy.wordpress.com/2009/10/16/instalacao-do-ms4w-c/</guid>
<description><![CDATA[Completando o post de Paolo Corti sobre o assunto, para o caso por exemplo da instalação do MS4W v3.]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Completando o post de <a href="http://www.paolocorti.net/2006/07/03/installing-mapserver/" target="_self"><strong>Paolo Corti</strong></a> sobre o assunto, para o caso por exemplo da instalação do <a href="http://maptools.org/ms4w/index.phtml?page=downloads.html" target="_blank"><strong>MS4W v3.0 Beta 7 (Sept 1, 2009)</strong></a>,  é necessário também que você realize a instalação <!--more-->do <a href="http://www.microsoft.com/downloads/details.aspx?familyid=a5c84275-3b97-4ab7-a40d-3802b2af5fc2&#38;displaylang=en" target="_blank"><strong>Microsoft Visual C++ 2008 SP1 Redistributable Package</strong></a> e, que as DLLs do C++ sejam removidas do diretório <em>BIN</em> de(s) seu(s) projeto(s).</p>
<h1>Internacionalizando:</h1>
<p>About Paolo Corti&#8217;s post regarding MS4W installation/configuration, I&#8217;d just like to add that you might also need to download and install Microsoft&#8217;s <strong><a href="http://www.microsoft.com/downloads/details.aspx?familyid=a5c84275-3b97-4ab7-a40d-3802b2af5fc2&#38;displaylang=en" target="_blank"><strong>Microsoft Visual C++ 2008 SP1 Redistributable Package</strong></a><strong> AND</strong></strong> remove all C++ DLLs from your .Net projects (these DLLs can be found under <em>ms4w\Apache\cgi-bin</em> folder from the MS4W package).<a href="http://www.microsoft.com/downloads/details.aspx?familyid=a5c84275-3b97-4ab7-a40d-3802b2af5fc2&#38;displaylang=en" target="_blank"><br />
</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[[pt-BR] Treinamentos em MapServer a partir de novembro]]></title>
<link>http://anthologis.com/2009/10/15/pt-br-treinamentos-em-mapserver-a-partir-de-novembro/</link>
<pubDate>Thu, 15 Oct 2009 22:32:13 +0000</pubDate>
<dc:creator>Eduardo Kanegae</dc:creator>
<guid>http://anthologis.com/2009/10/15/pt-br-treinamentos-em-mapserver-a-partir-de-novembro/</guid>
<description><![CDATA[A divisão de treinamentos da SNTGeo Projetos e Inteligência Geográfica, a partir de novembro, oferec]]></description>
<content:encoded><![CDATA[A divisão de treinamentos da SNTGeo Projetos e Inteligência Geográfica, a partir de novembro, oferec]]></content:encoded>
</item>
<item>
<title><![CDATA[Aplikasi GIS Berbasis Web]]></title>
<link>http://blog.mysetiawan.net/2009/08/14/aplikasi-gis-berbasis-web/</link>
<pubDate>Fri, 14 Aug 2009 02:30:42 +0000</pubDate>
<dc:creator>mysetiawan</dc:creator>
<guid>http://blog.mysetiawan.net/2009/08/14/aplikasi-gis-berbasis-web/</guid>
<description><![CDATA[Menampilkan data spasial melalui media internet atau lebih tepatnya melalu web (world wide web) sepe]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Menampilkan data spasial melalui media internet atau lebih tepatnya melalu web (<em>world wide web</em>) seperti halnya <a title="Google Map" href="http://maps.google.co" target="_blank">Google Maps</a>, <a title="Yahoo Maps" href="http://maps.yahoo.com" target="_blank">Yahoo Maps</a>, atau <a title="MSN Maps" href="http://msn.maps.com" target="_blank">MSN Maps</a><a title="Google Map" href="http://maps.google.co" target="_blank"> </a> dapat dilakukan menggunakan aplikasi <em><a title="Open Source" href="http://en.wikipedia.org/wiki/Open_source" target="_blank">open source</a></em>. Layanan tersebut menyajikan data geospasial berupa citra satelit (raster) dan peta jalan (vektor). Yang perlu diperhatikan adalah aplikasi GIS berbasis web sangat erat kaitannya dengan standar dalam bidang geospasial. Hal ini dimaksudkan untuk mendukung interoperabilitas penyediaan dan kerja sama data spasial.</p>
<p><!--more-->Cukup banyak aplikasi open source yang tersedia untuk mengembangkan aplikasi GIS berbasis web, antara lain:</p>
<ul>
<li><a title="MapServer" href="http://mapserver.org/" target="_blank">MapServer</a>. MapServer merupakan aplikasi pemetaan online (web-mapping) yang cukup popular. Dikembangkan oleh Universitas Minnesota dan didukung oleh NASA dan Departemen Sumber Daya Alam Minnesota (Minnesota Department of Natural Resources). Aplikasi ini dapat dijalankan pada berbagai sistem operasi (Linux, Windows, Mac OS X).</li>
<li><a title="MapGuide Open Source" href="http://mapguide.osgeo.org/" target="_blank">MapGuide Open Source</a>. MapGuide Open Source merupakan aplikasi pemetaan online (web-based mapping) dan dikembangkan dan didukung oleh OSGEO Foundation. Mapguide dapat dikembangkan di Linux atau Windows dan dapat didukung oleh web server Apache atau IIS, sedangkan bahasa pemrograman yang dapat dipergunakan adalah ASP .NET, PHP, Java dan Javascript.</li>
<li><a title="GeoServer" href="http://geoserver.org/" target="_blank">GeoServer</a>. GeoServer merupakan aplikasi pemetaan online (web-mapping) yang berbasiskan Java dan dibangun menggunakan library GeoTools. GeoServer merupakan implementasi OpenGIS Consortium untuk Spesifikasi Web Feature Server.</li>
<li><a title="DeeGree" href="http://www.deegree.org/" target="_blank">DeeGree</a>. DeeGree, sebelumnya dikenal dengan nama jaGo, menyediakan beberapa fungsi SIG yang merupakan implementasi dari OpenGIS Consortium.</li>
</ul>
<p>Aplikasi di atas merupakan aplikasi GIS berbasis web yang cukup handal dan sudah cukup teruji mengenai kemampuannya. Aplikasi tersebut memiliki kemampuan dalam melakukan rendering data geospasial sehingga dapat menghasilkan peta yang ditampilkan melalui browser.</p>
<p><a title="OpenLayers" href="http://openlayers.org/" target="_blank">OpenLayers</a> dapat juga digunakan untuk menampilkan data geospasial. Berbeda dengan ke-empat aplikasi di atas, OpenLayers hanya dapat menampilkan data geospasial dari berbagai sumber seperti data dari GeoServer, Google Maps dan lain-lain.</p>
<p>Cukup banyak bukan pilihan untuk menampilkan data geospasial anda melalui media web.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[WebGIS]]></title>
<link>http://emap.wordpress.com/2009/08/13/webgis/</link>
<pubDate>Thu, 13 Aug 2009 16:09:03 +0000</pubDate>
<dc:creator>pkgis2007</dc:creator>
<guid>http://emap.wordpress.com/2009/08/13/webgis/</guid>
<description><![CDATA[______เมื่อวันอาทิตย์ที่ผ่านมาผมมีโอกาสไปสอน WebGIS ให้กับทีมพัฒนาระบบแห่งหนึ่ง สนุกดีครับสิ่งหนึ่งท]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>______เมื่อวันอาทิตย์ที่ผ่านมาผมมีโอกาสไปสอน WebGIS ให้กับทีมพัฒนาระบบแห่งหนึ่ง สนุกดีครับสิ่งหนึ่งที่ได้เรียนรู้คือ ตอนนี้นักโปรแกรมเมอร์หรือเจ้าหน้าที่ IT มาทำงานด้าน GIS กันเยอะ แน่นอนว่าอาจจะไม่ใช่เรื่องยากสำหรับพวกเค้า แต่ก็ไม่ได้ง่ายสักทีเดียวเพราะต้องมาเรียนรู้เรื่องการทำข้อมูล วิเคราะห์ข้อมูล ยันถึงเรื่องของระบบพิกัดแผนที่ ผมเองก็ต้องตอบคำถามที่ว่าทำไมพิกัดประเทศไทยติดลบอยู่บ่อยๆ แต่ว่าถ้าพูดถึงเรื่องทาง IT ก็ไม่ต้องห่วงอธิบายไม่เยอะก็ไปโลด ผมเองก็สอนมาหลายครั้งเพิ่งจะพบนักเรียน จนแลคเชอร์ด้วย mind map ก็งานนี้เอง (ถุกใจให้ 10 คะแนนเลย) เสียดายไม่รู้ล่วงหน้าถ้ายังงั้นผมคงไม่นั่งทำเอกสารสอนซะยาว เขียนเป็น mind map กะ Flowchart ก็น่าจะดี</p>
<p>______ผมเองไม่อยากเก็บ slide ไว้เฉยๆเพราะมันจะเก่า เลยอยากนำมาเผยแพร่เพื่อว่าท่านใดสนใจหรืออยากนำเอาไปทดลองศึกษา slide เป็นการสอนการพัฒนาระบบ WebGIS ด้วยโปรแกรม UMN Mapserver แน่นอนว่าอาจจะไม่ละเอียดเท่า handon ที่สอน LAB แต่ก็อยากให้ได้ดู lacture เพื่อว่าจะใช้เป็น IDEA ในการเริ่มต้อนพัฒนา ผมเน้นไปที่ง่ายและเร็วครับ งานนี้จึงสอน config ตัว Mapserver ด้วย MS4W และใช้ PMapper 4.0 เป็น Web Application งานนี้มีคำถามแรกจากคนที่เรียนที่เป็นขาประจำ emap ว่าทำไมไม่สอน geoserver คำตอบคือถ้าให้ผมเลือกระหว่าง UMN Mapserver กับ Geoserver ผมก็ยังคงตอบได้ทันทีว่าผมเลือก MapServer คงไม่ใช้ว่าเพราะดีกว่ากันหรืออย่างไรอาจจะเป็นเพราะผมชอบที่ว่า Mapserver มันมี Mapscript ที่รองรับการทำระบบขั้นสูงด้วยภาษาอย่าง python แน่นอนว่าสำหรับผมมันเป็นอะไรที่ถนัดกว่า java อยู่แล้ว แต่บางงานผมก็ใช้ Geoserver ประมาณว่ารักพี่เสียดายน้องว่างั้น เข้าไปดาวน์โหลดและแวะชมได้ที่</p>
<p><a href="http://www.slideshare.net/pkgis/webgis">http://www.slideshare.net/pkgis/webgis</a> หรือ</p>
<p><a href="http://emap.files.wordpress.com/2009/08/webmapping.pdf">http://emap.files.wordpress.com/2009/08/webmapping.pdf</a></p>
<p style="text-align:center;"><img class="size-full wp-image-1223  aligncenter" title="999" src="http://emap.wordpress.com/files/2009/08/999.jpg" alt="999" width="450" height="330" /></p>
<p style="text-align:center;">
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[GeoServer 1.7.6 Released]]></title>
<link>http://emap.wordpress.com/2009/08/12/geoserver-1-7-6-released/</link>
<pubDate>Wed, 12 Aug 2009 03:14:37 +0000</pubDate>
<dc:creator>pkgis2007</dc:creator>
<guid>http://emap.wordpress.com/2009/08/12/geoserver-1-7-6-released/</guid>
<description><![CDATA[___ช่วงนี้หายหน้าหายตาไปนานไม่มีเวลา update blog ตัวเองเลยจริงๆ วันนี้พอว่างก็เลยหาที่เงียบๆเขียน bl]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>___ช่วงนี้หายหน้าหายตาไปนานไม่มีเวลา update blog ตัวเองเลยจริงๆ วันนี้พอว่างก็เลยหาที่เงียบๆเขียน blog ซะหน่อย การเขียน blog แรกผมก็ทำสนุกๆเป็นงานอดิเรก แต่ตอนนี้กลายเป็นเสพติดการเขียนไปซะแล้ว ถ้าไม่ได้เขียนก็อาจจะลงแดงได้ คงคลายๆกับการที่เรารับข้อมูลใหม่ๆเข้ามาแล้วไม่ได้ระบายออก งานของผมส่วนหนึ่งคือการต้องอ่านข่าวหรืออ่านบทความที่เกี่ยวกับเทคโนโลยีใหม่ๆ เพื่อนำมาใช้ในงานพัฒนาระบบ แน่นอนว่าถ้าไม่เรียนรู้อะไรใหม่ๆ ก็คงไม่มีอะไรไปพัฒนาต่อยอดให้กับงานที่ทำ ถึงแม้การเขียน blog จะเป็นงานอดิเรกแต่ถ้ามีใครมาจ้างผมให้เขียน blog อย่างเดียวจนเป็นงานประจำผมก็อยากทำนะครับ เพราะว่าอย่างน้อยก็ไม่ต้องมานั่งปวดหัวเหมือนงานที่ทำทุกวันนี้</p>
<p>___Geoserver ซอฟต์แวร์ opensource ตัวเก่งได้ออก 1.7.6 released version มาแล้วโดยเวอร์ชั่นนี้เป็นการแก้ไขและปรับปรุงฟีเจอร์ต่างๆในซีรีย์ 1.7 ก่อนที่จะทำการ upgrade ไปสู่ 2.0 โดย Geoserver 1.7.6 มีการปรับปรุง code ในส่วนของฟีเจอร์การ export ข้อมูล shapefile และในส่วนการทำงานกับ Oracle ในส่วน Oracle datastore รวมไปถึงการเชื่อมต่อกับข้อมูล attribute data (non-spatial table) ของ ArcSDE datastore นอกจากนี้ Geoserver ยังเพิ่มความสามารถในการส่งออกข้อมูลในรูปแบบ KML3D แต่ตอนนี้เสร็จในส่วนของ Line3D ท่านที่สนใจดาวน์โหลดโปรแกรม geoserver ได้ที่ <a href="http://geoserver.org/display/GEOS/Stable">http://geoserver.org/display/GEOS/Stable</a></p>
<p>___สำหรับท่านที่ยังไม่เคยใช้ Geoserver สามารถเข้าไปดาวน์โหลดคู่มือการใช้งานภาษาไทยได้ที่</p>
<p><a href="http://www.slideshare.net/pkgis/geoserver-85">http://www.slideshare.net/pkgis/geoserver-85</a></p>
<p style="text-align:center;"><img class="aligncenter size-full wp-image-1215" title="pag40-1" src="http://emap.wordpress.com/files/2009/08/pag40-1.jpg" alt="pag40-1" width="154" height="213" /></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Visualisasi Data Spasial Melalui Web]]></title>
<link>http://blog.mysetiawan.net/2009/08/03/visualisasi-data-spasial-melalui-web/</link>
<pubDate>Mon, 03 Aug 2009 02:25:47 +0000</pubDate>
<dc:creator>mysetiawan</dc:creator>
<guid>http://blog.mysetiawan.net/2009/08/03/visualisasi-data-spasial-melalui-web/</guid>
<description><![CDATA[Penggunaan data spasial dirasakan semakin diperlukan untuk berbagai keperluan seperti penelitian, pe]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Penggunaan data spasial dirasakan semakin diperlukan untuk berbagai keperluan seperti penelitian, pengembangan dan perencanaan wilayah, dan manajemen sumberdaya alam. Pengguna data spasial merasakan minimnya informasi mengenai keberadaan dan ketersediaan data spasial yang dibutuhkan. Penyebaran (diseminasi) data spasial yang selama ini dilakukan dengan menggunakan media yang telah ada yang meliputi media cetak (peta), cd-rom, dan media penyimpanan lainnya dirasakan kurang mencukupi kebutuhan pengguna. Pengguna diharuskan datang dan melihat langsung data tersebut pada tempatnya (data provider). Hal ini mengurangi mobilitas dan kecepatan dalam memperoleh informasi mengenai data tersebut.</p>
<p><!--more-->Perkembangan media internet yang semakin pesat memungkinkan penyedia jasa informasi spasial dapat menggunakan media ini untuk penyebarluasan informasi data spasial. Dengan menggunakan media internet (website) pengguna dapat langsung mencari dan melihat informasi data spasial yang dibutuhkan tanpa harus mendatangi tempat penyedia jasa tersebut. Pengguna dapat melakukan pencarian data spasial berdasarkan informasi metadata yaitu informasi mengenai data tersebut yang meliputi akurasi, sejarah data, kelengkapan data, kualitas data dan lain sebagainya. Dengan informasi tersebut pengguna dapat langsung menentukan apakah data tersebut sesuai dengan kebutuhan dan kriteria yang diinginkan.</p>
<p><strong>Penggunaan OGC Standar dan Open Source</strong></p>
<p>Aplikasi untuk mendukung pemetaan online (<em>web-mapping</em>) tersedia cukup banyak baik yang komersial maupun yang sumber terbuka (<em>open source</em>). Sistem visualisasi peta dikembangkan menggunakan standar OGC (<em>Open Geospatial Consortium</em>). Standar OGC yang digunakan adalah <em>Web Map Service</em> (WMS) dan <em>Web Feature Service</em> (WFS). Data geo-spatial telah disimpan dan dikelola dalam basis data menggunakan aplikasi basis data Oracle atau PostGIS.</p>
<p>Data geo-spatial tersebut ditambahkan layanan menggunakan standar OGC yaitu WMS dan WFS. Layanan WMS dan WFS memungkinkan pengguna dapat mengakses data baik melalui aplikasi desktop maupun aplikasi berbasis web. Sistem visualisasi merupakan tampilan antar muka berbasis web yang menyajikan data geo-spatial secara kartografis.</p>
<p>Sistem Visualisasi Peta memiliki arsitektur 3 tier (<em>three tier architecture</em>) yang terdiri dari:</p>
<ol>
<li><strong><em>Datastores</em></strong> yaitu penyimpanan basis data geo-spatial. Aplikasi manajemen basisdata yang dapat digunakan adalah Oracle atau <a title="PostGIS" href="http://postgis.refractions.net" target="_blank">PostGIS</a>.</li>
<li><strong><em>GeoServer</em></strong>, merupakan layanan web sesuai standar OGC yaitu WMS dan WFS. Aplikasi layanan web yang dapat digunakan adalah <a title="GeoServer" href="http://geoserver.org" target="_blank">GeoServer</a>.</li>
<li><strong><em>WebServer, </em></strong>merupakan layanan web dan tampilan antar muka sistem visualisasi peta RBI. Aplikasi yang digunakan adalah Apache Web Server yang mendukung PHP dan <a title="MapServer" href="http://mapserver.org" target="_blank">MapServer/MapScript</a>.</li>
</ol>
<div id="attachment_47" class="wp-caption aligncenter" style="width: 330px"><img class="size-full wp-image-47" title="vis-peta" src="http://mysetiawan.wordpress.com/files/2009/08/vis-peta.png" alt="Visualisasi Data Spasial" width="320" height="385" /><p class="wp-caption-text">Visualisasi Data Spasial</p></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[MapServer 5.4.2 Released]]></title>
<link>http://emap.wordpress.com/2009/07/31/mapserver-5-4-2-released/</link>
<pubDate>Fri, 31 Jul 2009 05:02:34 +0000</pubDate>
<dc:creator>pkgis2007</dc:creator>
<guid>http://emap.wordpress.com/2009/07/31/mapserver-5-4-2-released/</guid>
<description><![CDATA[______MapServer ได้ออกเวอร์ชั่นล่าสุดคือ MapServer 5.4.2 มาให้ผู้ใช้ได้ทำการ download ครับ โดยในเวอร]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>______<a style="color:#000000;text-decoration:none;" href="http://trac.osgeo.org/mapserver/browser/tags/rel-5-4-2/mapserver/HISTORY.TXT">MapServer </a>ได้ออกเวอร์ชั่นล่าสุดคือ <a style="color:#000000;text-decoration:none;" href="http://trac.osgeo.org/mapserver/browser/tags/rel-5-4-2/mapserver/HISTORY.TXT">MapServer 5.4.2</a> มาให้ผู้ใช้ได้ทำการ download ครับ โดยในเวอร์ชั่น <a style="color:#000000;text-decoration:none;" href="http://trac.osgeo.org/mapserver/browser/tags/rel-5-4-2/mapserver/HISTORY.TXT"> 5.4.2</a> เป็นเวอร์ชั่นที่ทำการปรับปรุง Bug หลายจุดตามที่ผู้ใช้ได้แจ้งไว้ใน list รวมไปถึงการปรับปรุงและพัฒนาฟังก์ชั่นใหม่ๆอีกบางส่วน ได้แก่</p>
<ul>
<li>Fixed PHP/Mapscript to support PHP 5.3 (#3065, #3066)</li>
<li>New fix for incomplete CVE-2009-0840 security fix made in 5.4.0 (#2943)</li>
<li>Add centroid geomtransform (#2825)</li>
<li>Fixed performance bottleneck when computing a polygon center of gravity for label point computation. (#3053)</li>
<li>Save ALIGN parameter if it is set to CENTER or RIGHT (#3057)</li>
<li>PHP: add a getResults method on the layer object (#2967)</li>
</ul>
<p>สามารถเข้าไปดาวน์โหลดซอสโค้ดได้ที่</p>
<p><a href="http://download.osgeo.org/mapserver/mapserver-5.4.2.tar.gz">http://download.osgeo.org/mapserver/mapserver-5.4.2.tar.gz </a>หรือ binary สำหรับ windows ได้ที่ <a href="http://trac.osgeo.org/osgeo4w/">http://trac.osgeo.org/osgeo4w/</a></p>
<p style="text-align:center;">
<p style="text-align:center;"><img class="aligncenter" src="http://www.netgis.it/mapserver_logo.jpg" alt="" /></p>
<p style="text-align:center;">
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA['Introduction to MapServer' published to MS4W packs]]></title>
<link>http://anthologis.com/2009/07/25/introduction-to-mapserver-is-published-to-ms4w-packs/</link>
<pubDate>Sat, 25 Jul 2009 04:14:38 +0000</pubDate>
<dc:creator>Eduardo Kanegae</dc:creator>
<guid>http://anthologis.com/2009/07/25/introduction-to-mapserver-is-published-to-ms4w-packs/</guid>
<description><![CDATA[Developed in 2006 by Eduardo Kanegae, &#8216;Introduction to MapServer&#8217; ( &#8220;Introdução ao]]></description>
<content:encoded><![CDATA[Developed in 2006 by Eduardo Kanegae, &#8216;Introduction to MapServer&#8217; ( &#8220;Introdução ao]]></content:encoded>
</item>
<item>
<title><![CDATA[GISVM]]></title>
<link>http://emap.wordpress.com/2009/07/24/gisvm/</link>
<pubDate>Fri, 24 Jul 2009 16:42:24 +0000</pubDate>
<dc:creator>pkgis2007</dc:creator>
<guid>http://emap.wordpress.com/2009/07/24/gisvm/</guid>
<description><![CDATA[______ปัจจุบันหลายคนหันมาเล่น Linux กันเยอะมากขึ้น จากเดิมที่มีแค่เฉพาะกลุ่ม แต่เดี่ยวนี้กลุ่มชักใหญ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>______ปัจจุบันหลายคนหันมาเล่น Linux กันเยอะมากขึ้น จากเดิมที่มีแค่เฉพาะกลุ่ม แต่เดี่ยวนี้กลุ่มชักใหญ่ขึ้น ข้อดีคือมันทำให้เกิดการแลกเปลี่ยนและมีการเรียนรู้อะไรใหม่ๆ ที่สำคัญสำหรับ opensource ด้วยนั้นมันทำให้เราได้เข้าใกล้และสามารถใช้งานโปรแกรม opensource ได้อย่างเต็มรูปแบบมากขึ้น</p>
<p>______ Linux ในยุคนี้ใช้งานง่ายขึ้นมากครับโดยเฉพาะ distro บางตัวทำออกมามี GUI ส่วนงามใช้งานง่ายกว่าแต่ก่อนมาก ตัวอย่างเช่น UBUNTU ที่มีสาวกเพิ่มขึ้นทุกวันด้วยความที่ OS ออกแบบมาให้ใช้งานง่าย แต่หยืดหยุ่น สำหรับท่านที่ทำงานด้าน GIS อยากลองมาเรียนรู้ Opensource แบบเต็มรูปแบบก็ไม่ยากครับ ไม่ต้องกังวลเรื่องการติดตั้งโปรแกรมบน linux เพราะปัจจุบันการคอมไพล์ทำได้ง่าย และวันนี้ผมมี VM ที่ทำขึ้นมาเฉพาะงาน GIS มาแนะนำ</p>
<p>______GISVM เป็นเวอร์ชวลแมทชีนที่ทำงานบน VMWare โดยที่ผู้ใช้ที่ต้องการทำงานบน OS 2 ตัวพร้อมกันบนเครื่องเดียวกันก็สามารถทำงานได้อย่างสะดวก เพียงแค่ติดตั้ง VMware player บน windows และใช้ GISVM เป็นตัวจัดการโดย GISVM มาพร้อมกับ Ubuntu OS และโปรแกรม Opensource GIS อีกหลายตัว ท่านสามารถเลือกทำการติดตั้งได้ 2 เวอร์ชั่นทั้งแบบ Ubuntu Desktop และ แบบ Ubuntu Server ซึ่งโปรแกรมที่ถูก config มาก็จะต่างกัน</p>
<p>_____GISVM (Desktop): ประกอบด้วย<br />
A full-feature GIS Desktop Workstation based on free Desktop and Server GIS software:<a href="http://www.postgresql.org/" target="_blank">PostgreSQL</a>, <a href="http://postgis.refractions.net/" target="_blank">PostGIS</a>, <a href="http://geoserver.org/" target="_blank">GeoServer</a>, <a href="http://mapserver.gis.umn.edu/" target="_blank">Mapserver</a>,<a href="http://fwtools.maptools.org/" target="_blank">FWTools</a>, <a href="http://www.qgis.org/" target="_blank">QGIS</a>, <a href="http://grass.itc.it/" target="_blank">GRASS</a>, <a href="http://www.gvsig.gva.es/index.php?id=gvsig&#38;L=2" target="_blank">gvSIG</a>, <a href="http://udig.refractions.net/" target="_blank">uDIG</a>, <a href="http://www.opengis.es/" target="_blank">Kosmo</a>and <a href="http://openjump.org/" target="_blank">OpenJump</a>, on <a href="http://www.ubuntu.com/" target="_blank">Ubuntu Desktop</a>.</p>
<p>_____GISVM Server:<br />
A full-feature GIS Server based exclusively on free Server GIS software: <a href="http://en.wikipedia.org/wiki/LAMP_(software_bundle)" target="_blank">LAMP</a>,<a href="http://www.postgresql.org/" target="_blank">PostgreSQL</a>, <a href="http://postgis.refractions.net/" target="_blank">PostGIS</a>, <a href="http://geoserver.org/" target="_blank">GeoServer</a>, <a href="http://mapserver.gis.umn.edu/" target="_blank">Mapserver</a>,<a href="http://www.deegree.org/" target="_blank">Deegree</a> and <a href="http://www.webmin.com/" target="_blank">Webmin</a>, on <a href="http://www.ubuntu.com/" target="_blank">Ubuntu Server</a>.</p>
<p>____เพียวแค่ติดตั้งท่านก็จะได้ลองใช้งานโปรแกรม Opensource GIS แบบเต็มรูปแบบแน่นอนว่า ครบทั้งแบบ GISEditor และ WebGIS สนใจแวะไปดาวน์โหลดมาใช้งานได้ที่ <a href="http://www.gisvm.com/">http://www.gisvm.com/</a></p>
<p style="text-align:center;">
<p style="text-align:center;"><img class="aligncenter" src="http://gisvm.com/blog/wp-content/uploads/2009/01/on_vista.jpg" alt="" width="500" height="300" /></p>
<p style="text-align:center;">
<p style="text-align:left;">______สำหรับท่านที่สนใจอยากลองใช้ Opensource gis และไม่ทราบว่าจะเริ่มต้นอย่างไร หรือจะเลือกใช้โปรแกรมอะไรบ้างผมแนะนำให้อ่านหนังสือของ ดร.ไพศาล ที่เขียนไว้เข้าไปดาวน์โหลดได้ที่ <a href="http://pioneer.netserv.chula.ac.th/~sphisan/pdfs/WhitePaperFOSS.pdf">http://pioneer.netserv.chula.ac.th/~sphisan/pdfs/WhitePaperFOSS.pdf</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Free &amp; Open Source GIS (FOSS4G) Tools I Frequently Use]]></title>
<link>http://geoux.wordpress.com/2009/07/12/free-open-source-gis-foss4g-tools-i-frequently-use/</link>
<pubDate>Sun, 12 Jul 2009 07:32:00 +0000</pubDate>
<dc:creator>geoux</dc:creator>
<guid>http://geoux.wordpress.com/2009/07/12/free-open-source-gis-foss4g-tools-i-frequently-use/</guid>
<description><![CDATA[Below is a list of some free and open source GIS tools I regularly use: Vector Viewing and Editing O]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Below is a list of some free and open source GIS tools I regularly use:</p>
<div>Vector Viewing and  Editing</div>
<div>
<ol>
<li>OpenJUMP &#8211; for fast analysis, good cartography capabilities</li>
<li>MapWindow GIS &#8211; has some added raster operations as well</li>
<li>Quantum GIS &#8211; comprehensive and complete desktop GIS tool</li>
<li>uDig &#8211; good for re-projecting and exporting to different coordinate system</li>
</ol>
<p>Web Map Server</p></div>
<div>
<ol>
<li>GeoServer WMS and WFS Server</li>
<li>OSGEO MapServer</li>
</ol>
<div>Client-side Web Mapping</div>
<div>
<ol>
<li>OpenLayers Javascript API</li>
<li>OpenScales Flex/ActionScript API</li>
</ol>
<div>I plan to write detailed reviews on each one of them in subsequent posts. So stay tuned!!!</div>
</div>
</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Ontario Base Maps and WMS]]></title>
<link>http://jlebear.wordpress.com/2009/06/28/52/</link>
<pubDate>Sun, 28 Jun 2009 22:59:50 +0000</pubDate>
<dc:creator>jlebear</dc:creator>
<guid>http://jlebear.wordpress.com/2009/06/28/52/</guid>
<description><![CDATA[Part 1- Downloading and viewing data from Geographynetwork What is the Geography Network? The Geogra]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>Part 1- Downloading and viewing data from Geographynetwork</strong></p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="432" height="126" bgcolor="white">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><strong><em>What is the Geography Network?</em></strong></p>
<p><strong><em>The Geography Network Canada is an online resource for finding and     sharing Canadian geographic content, including maps and data from many of     our country&#8217;s leading providers.</em></strong><em> </em></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<p>As a lot of people know you can display a map of Ontario based on Ontario Base Map data and download the data in a variety of projections and GIS formats.</p>
<p>The graphics are complete but a lot of the attribute data has been removed. To access the site, go to:</p>
<p><a href="http://geographynetwork.ca/">http://geographynetwork.ca</a></p>
<p>Nova Scotia, New Brunswick, and Manitoba also have information on this web site.</p>
<p>To get the Ontario data go to <a href="http://www.geographynetwork.ca/website/obm/" target="_blank">Ontario Base Map Data Available on the Geography Network Canada</a>.  This link will give you most of the OBM layers including roads but if you want the road names you have to download from <a href="http://www.geographynetwork.ca/website/orn/" target="_blank">Ontario Road Network Data Available on the Geography Network Canada </a>.</p>
<p style="text-align:center;"><img class="size-full wp-image-56 aligncenter" title="image001" src="http://jlebear.wordpress.com/files/2009/06/image0012.png" alt="image001" width="420" height="190" /></p>
<p>If you go to OBM data, you can zoom into the area you want and then proceed to download by clicking on the bottom button on the toolbar (make sure popups are allowed in your browser first)</p>
<p style="text-align:center;"><img class="size-full wp-image-57 aligncenter" title="image003" src="http://jlebear.wordpress.com/files/2009/06/image0031.png" alt="image003" width="267" height="293" /></p>
<p>You will then be presented with a new dialog box where you can enter your email address if registered already or you can register as a new user.  The data will be emailed to you.</p>
<p style="text-align:center;"><img class="size-full wp-image-59 aligncenter" title="image005" src="http://jlebear.wordpress.com/files/2009/06/image0052.png" alt="image005" width="470" height="233" /></p>
<p>The <a href="http://www.safe.com/">FME</a> Downloading dialog now appears where you can choose GIS format and projection.</p>
<p><img class="alignleft size-full wp-image-62" title="image008" src="http://jlebear.wordpress.com/files/2009/06/image008.jpg" alt="image008" width="470" height="206" /></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="319" valign="top"><img class="alignleft size-full wp-image-60" title="image009" src="http://jlebear.wordpress.com/files/2009/06/image0091.png" alt="image009" width="222" height="341" /></td>
<td width="319" valign="top"><img class="alignleft size-full wp-image-61" title="image011" src="http://jlebear.wordpress.com/files/2009/06/image011.png" alt="image011" width="255" height="304" /></td>
</tr>
</tbody>
</table>
<p>You can also select what layers you want to download or download them all and choose the ones you want later.</p>
<p style="text-align:center;"><img class="size-full wp-image-63 aligncenter" title="image013" src="http://jlebear.wordpress.com/files/2009/06/image013.png" alt="image013" width="231" height="152" /></p>
<p>Note: If you want the roads with the names write down the extents so you can enter the extents later when you go to Ontario Road Network Data Available on the Geography Network Canada.</p>
<p>You now check your e-mail for a zip file.</p>
<p style="text-align:center;"><img class="size-full wp-image-65 aligncenter" title="image015" src="http://jlebear.wordpress.com/files/2009/06/image015.png" alt="image015" width="470" height="43" /></p>
<p>Download the zip file and extract to a new folder.  I use <a href="http://www.ghisler.com/">Total Commander</a> to view, edit, pack, unpack, copy, and move files, connect to network drives, and for ftp.</p>
<p style="text-align:center;"><img class="size-full wp-image-66 aligncenter" title="image017" src="http://jlebear.wordpress.com/files/2009/06/image017.png" alt="image017" width="469" height="208" /></p>
<p>You now start QGIS and load some of the layers.</p>
<p style="text-align:center;"><img class="size-full wp-image-67 aligncenter" title="image019" src="http://jlebear.wordpress.com/files/2009/06/image019.png" alt="image019" width="470" height="180" /></p>
<p>Part 2 Using WMS with Geographynetwork</p>
<p>You can also access the data from Geographynetwork through this link as a WMS.</p>
<p>http://www.geographynetwork.ca/wmsconnector/com.esri.wms.Esrimap/OBM_Full_I</p>
<p>Add the following to the end of the above link</p>
<p>?VERSION=1.1.1&#38;REQUEST=GetCapabilities&#38;SERVICE=WMS&#38;</p>
<p>To get:</p>
<p><a href="http://www.geographynetwork.ca/wmsconnector/com.esri.wms.Esrimap/OBM_Full_I?VERSION=1.1.1&#38;REQUEST=GetCapabilities&#38;SERVICE=WMS&#38;">http://www.geographynetwork.ca/wmsconnector/com.esri.wms.Esrimap/OBM_Full_I?VERSION=1.1.1&#38;REQUEST=GetCapabilities&#38;SERVICE=WMS&#38;</a></p>
<p>Note: For more on WMS see this <a href="http://mapserver.org/ogc/wms_server.html">link at Mapserver</a></p>
<p>When you click on this file a capabilities file will be downloaded called OBM_Full_I</p>
<p>Rename to OBM_Full_I.xml and double click on it.  It should open up in Internet Explorer.</p>
<p>Note: If the xml doesn’t open in IE and you want to change the file association;</p>
<ul>
<li><a href="http://support.microsoft.com/kb/307859">Windows XP</a></li>
<li><a href="http://ask-leo.com/where_did_file_associations_go_in_windows_vista.html">Windows Vista</a></li>
</ul>
<p>Have a look at the capabilities files.  Some important parts:</p>
<p>projections which can be used to access these files<img class="aligncenter size-full wp-image-76" title="image021" src="http://jlebear.wordpress.com/files/2009/06/image0211.png" alt="image021" width="373" height="106" />info on each layer</p>
<p style="text-align:center;"><img class="size-full wp-image-69 aligncenter" title="image023" src="http://jlebear.wordpress.com/files/2009/06/image023.png" alt="image023" width="469" height="63" /></p>
<p>You can view the layers with a WMS Client.</p>
<p style="text-align:center;"><img class="size-full wp-image-70 aligncenter" title="image025" src="http://jlebear.wordpress.com/files/2009/06/image025.png" alt="image025" width="446" height="196" /></p>
<p>If you’re using QGIS go to Layer&#8212;Add WMS Layer and create a new link.</p>
<p>A list of layers available will be displayed, pick Arc Canada Water to test.</p>
<p style="text-align:center;"><img class="size-full wp-image-71 aligncenter" title="image027" src="http://jlebear.wordpress.com/files/2009/06/image027.png" alt="image027" width="470" height="212" /></p>
<p>Note: In MapWindows you must add the link plus the requests. i.e., <a href="http://www.geographynetwork.ca/wmsconnector/com.esri.wms.Esrimap/OBM_Full_I?VERSION=1.1.1&#38;REQUEST=GetCapabilities&#38;SERVICE=WMS&#38;">http://www.geographynetwork.ca/wmsconnector/com.esri.wms.Esrimap/OBM_Full_I?VERSION=1.1.1&#38;REQUEST=GetCapabilities&#38;SERVICE=WMS&#38;</a></p>
<p>So now we know that you can load a WMS layer in a Desktop GIS. What about Openlayers?</p>
<p><a href="http://gismaps.mohawkcollege.ca/maps/openlayers/examples/wmsjack.html">Here’s an example.</a></p>
<p>To view the code in Firefox enter ctrl+u</p>
<p>This works OK  but what if you want to overlay a GeographyNetwork WMS layer over Google maps?  Google maps uses its own projection, a Mercator projection.</p>
<p style="text-align:center;"><img class="size-full wp-image-72 aligncenter" title="image029" src="http://jlebear.wordpress.com/files/2009/06/image029.png" alt="image029" width="150" height="73" /></p>
<p style="text-align:center;">Figure   http://www.diversophy.com/petersmap.htm</p>
<p>The further north you go the more distortion there is.  For a discussion on this <a href="http://docs.openlayers.org/library/spherical_mercator.html">see this link.</a></p>
<p>Here is a Spherical Mercator Openlayers example that gets around this.</p>
<p><a href="http://142.222.6.185/maps/openlayers/examples/seguintrail.html">Here’s an example</a></p>
<p>Again you can use ctrl+u to view the code in Firefox.</p>
<p>The above example is based on downloading a shapefile from GeographyNetwork and using Mapserver to serve this file a WMS layer with the Google Projection.</p>
<p>Here is a link to the <a href="http://142.222.6.185/maps/seguintrail/seguin.map.txt">Mapserver Mapfile </a>.</p>
<p>You can use Mapserver so that it consumes and serves the OBM layers in real time.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[MapFish Studio]]></title>
<link>http://emap.wordpress.com/2009/06/27/mapfish-studio/</link>
<pubDate>Sat, 27 Jun 2009 06:56:58 +0000</pubDate>
<dc:creator>pkgis2007</dc:creator>
<guid>http://emap.wordpress.com/2009/06/27/mapfish-studio/</guid>
<description><![CDATA[เดี่ยวนี้แนวโน้มการพัฒนาระบบ internet gis กลายเป็นเรื่องที่หลายหน่วยงานหรือองค์กรที่ใช้ GIS กำลังจะพ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>เดี่ยวนี้แนวโน้มการพัฒนาระบบ internet gis กลายเป็นเรื่องที่หลายหน่วยงานหรือองค์กรที่ใช้ GIS กำลังจะพัฒนาหรือขยับขยายเพื่อให้เกิดประสิทธิภาพในการเผยแพร่ข้อมูล GIS ที่มีอยู่ไปสู่ผู้ใช้ให้ได้มากที่สุด รวมไปถึงการพัฒนาโปรดักซ์หรือบริการที่สามารถสร้างคุณค่าเพิ่มให้กับตัวข้อมูล ปัจจุบันการพัฒนาระบบสามารถทำได้ง่ายขึ้นกว่าเดิมมาก โดยผู้ใช้ที่ต้องการทำระบบอย่างง่ายแถบจะไม่จำเป็นที่จะได้มีความรู้ในด้านการเขียนโปรแกรมสักเท่าไหร่ เนื่องจาก software ไม่ว่าจะเป็น opensource หรือ commercial ก็ล้วนแต่พัฒนาส่วนของ UI ให้ใช้งานได้ง่ายแบบที่เรียกว่า clickonly แต่แน่นอนว่าขีดจำกัดก็ยังคงมีอยู่ โดยความสามารถในการพัฒนาระบบก็จะมีอยู่เท่าที่ซอฟต์แวร์จัดไว้ให้เท่านั้น</p>
<p>ที่จั่วหัวเรื่องนี้มาเพราะว่าผมอยากจะเขียนถึง Opensource software ตัวหนึ่งที่เน้นไปที่การพัฒนา GUI ให้ผู้ใช้สามารถพัฒนาระบบ internet gis ขึ้นมาได้อย่างง่าย ภายใต้เครื่องมือและสิ่งแวดล้อมที่ซอฟต์แวร์จัดเตรียมไว้ให้ ซอฟต์แวร์ตัวที่ว่าคือ MapFish นั้นเอง Mapfish เป็น ซอฟต์แวร์ที่พัฒนาบนภาษา python ซึ่งปัจจุบันกลุ่มผู้ใช้ก็มีมากขึ้นเรื่อยๆ จนเมื่อไม่นานนี้ทางผู้พัฒนาได้ปล่อย โมดูล Map Fish Studio ขึ้นมาเพื่อลดข้อจำกัดในการใช้งานของผู้ใช้ ทำให้ผู้ใช้สามารถใช้งานได้ง่าย และสะดวกสบายในการ config ระบบ คล้ายๆกับการใช้ Geoserver นั้นเอง</p>
<p>Mapfish Studio ถึงจะเป็นแค่เวอร์ชั่นเริ่มต้นแต่ก็มีความน่าสนใจไม่น้อนเลยทีเดียวนะครับ โดยเฉพาะฟีเจอร์ Map file editor ที่ใช้งานได้ง่่ายและก็สะดวกดีไม่เบา ภายในประกอบด้วย 3 part หลักคือ data mangement, Map File editor และ Map Publishing สนใจแวะไปดาวน์โหลด mapfish มาใช้งานได้ที่ <a href="http://trac.mapfish.org/trac/mapfish/wiki">http://trac.mapfish.org/trac/mapfish/wiki</a></p>
<p>ทดลองใช้ Map fish studio ที่ <a href="http://ec2-79-125-52-245.eu-west-1.compute.amazonaws.com:5000/signin">http://ec2-79-125-52-245.eu-west-1.compute.amazonaws.com:5000/signin</a></p>
<p style="text-align:center;">
<p style="text-align:center;"><img class="aligncenter" src="http://1.bp.blogspot.com/_LDKAMHrPsbE/ScvaZimpRBI/AAAAAAAAGXY/ovoHE7pOurI/s400/MapFishDescription.png" alt="" /></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[More ways to create a Mapserver Mapfile]]></title>
<link>http://jlebear.wordpress.com/2009/06/25/more-ways-to-create-a-mapserver-mapfile/</link>
<pubDate>Thu, 25 Jun 2009 01:32:26 +0000</pubDate>
<dc:creator>jlebear</dc:creator>
<guid>http://jlebear.wordpress.com/2009/06/25/more-ways-to-create-a-mapserver-mapfile/</guid>
<description><![CDATA[I only started creating mapfiles about 5 years ago and used Notepad++.  I liked Notepad ++ over Wind]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I only started creating mapfiles about 5 years ago and used Notepad++.  I liked Notepad ++ over Windows Notepad because of the line numbers. When you forgot a quote or made a typing mistake Mapserver would point out the line number where the mistake was and it could be fixed very quickly.   I did try MapLab (now retired) but couldn’t get it to work the way I wanted.  There is a plug-in for <a href="http://www.mapwindow.org/">Mapwindows</a> that created a mapfile and a complete map application but was difficult to edit.   The plug-in in <a href="http://www.qgis.org/">Quantum GIS</a> works just the way I want&#8230;takes the drudgery out but still gives you lots of control on the map output.   A new program called <a href="http://code.google.com/p/mscompanion/">mscompanion</a> not only creates the Mapfile but will display the map.   Another interesting program called <a href="http://mac.softpedia.com/get/Math-Scientific/Mapserver-Console.shtml">Mapserver Console</a> creates a Mapfile from an ESRI ArcExplorer AXL file.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[BDMapper for OSGEO Mapserver]]></title>
<link>http://khayer.wordpress.com/2009/06/22/bdmapper-for-osgeo-mapserver/</link>
<pubDate>Mon, 22 Jun 2009 09:38:23 +0000</pubDate>
<dc:creator>khayer</dc:creator>
<guid>http://khayer.wordpress.com/2009/06/22/bdmapper-for-osgeo-mapserver/</guid>
<description><![CDATA[OSGeo Mapserver (Previous UNM Mapserver) is a very strong opensource tools for web based GIS mapping]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://mapserver.org/" target="_blank">OSGeo Mapserver</a> (Previous UNM Mapserver) is a very strong opensource tools for web based GIS mapping. It is support all of the server side language like PHP, Perl and JSP. It can render map from ESRI Shape file, Wms, Spitial Database, Raster and others popular <a href="http://mapserver.org/about.html#about" target="_blank">format</a>.</p>
<p>For a begainer, it is very easy to display a hello world map. But for industry use, programmers need to use framework like GMap, Kmap, Openlayer and so on. The Gmap map is a nice tool which is written in PHP. Unfortunately, there is no regular update for GMAP. Besides, OpenLayer is a javaScript API for using Mapser server. But all of available framework are little bit complex to work. They require major changes for minor modification.</p>
<p>I have got chances to work with .NET component of mapping like <a href="http://www.vdstech.com/index.htm" target="_blank">ASP Map</a>, Map Object (Desktop Application), <a href="http://sharpmap.codeplex.com/" target="_blank">SharpMap</a> (Opensource) and <a href="http://www.mapwindow.org/download.php" target="_blank">MapWindowGIS</a> (Opensource). They need small number of line code for creating mapping tool. All the time I am waiting for a Mapserver framework to work like .NET component. Unfortunately most of the Mapserver developer are very high skill, so they can not realize my simple requirement. At last I decided to write a viewer using phpMapscript only for use myself. I gave the viewer name <a href="http://123.49.36.82:8080/bdmapper" target="_blank">BDMapper</a>.</p>
<p><img class="alignleft size-full wp-image-107" title="BdMapper_Home2" src="http://khayer.wordpress.com/files/2009/06/bdmapper_home2.jpg" alt="BdMapper_Home2" width="420" height="304" /></p>
<p>-Live Demo of <a href="http://123.49.36.82:8080/bdmapper" target="_blank">BDMapper</a><br />
-<a href="http://www.mediafire.com/?2hiymuwgine" target="_blank">Source Code of BDMapper</a></p>
<p>BDMapper has developed using PHPMapscript, Mysql and Java Script. Some functions of GMAP are exteded here. User can create a mapping tool with writing some lines of code. But the main objective of BDMapper development is to easy enhancement with other application and easy modification.</p>
<p><img class="alignleft size-full wp-image-108" title="BdMapper_Zoom" src="http://khayer.wordpress.com/files/2009/06/bdmapper_zoom.jpg" alt="BdMapper_Zoom" width="420" height="304" /></p>
<p><img class="alignleft size-full wp-image-109" title="BdMapper_Ident" src="http://khayer.wordpress.com/files/2009/06/bdmapper_ident.jpg" alt="BdMapper_Ident" width="420" height="304" /></p>
<p>If you want to use BDMapper, the first thing you need to install the BDMapper demo in your local machine. You should follow below steps to run the demo in your local machine,</p>
<p><strong>Installing Mapserver</strong><br />
Download mapserver form mapserver.org. To install the OSGeo mapserver, follow the installation guide. For BD mapper some extra configuration is recommended.</p>
<p>Apache Configuration (httpd.conf):<br />
-	Add temp director alias. Here is my local machine setting for temp directory</p>
<p>## Alias for MapServer tmp directory<br />
##<br />
Alias /ms_tmp/ &#8220;c:\OSGeo4w/tmp/ms_tmp/&#8221;</p>
<p>- Create a folder named ms_tmp in &#8220;c:\OSGeo4w/tmp/” directory.<br />
####</p>
<p>** PHP Configuration (php.ini):<br />
-	Load PHP MapScript Extension<br />
extension=php_mapscript.dll<br />
-	Load PHP_dbase Extension<br />
extension=php_dbase.dll</p>
<p>Restart Apache service.</p>
<p><strong>BD Mapper Demo Installation</strong><br />
-	Download Source from <a href="http://www.mediafire.com/?2hiymuwgine" target="_blank">here</a><br />
-	Unzip Source and copy in Apache hottdocs root directory<br />
-	Dirrctory Descrioption</p>
<p>/classes	Main              Class Modules<br />
/data_files                    Map Shape Files<br />
/Documentation      	Help and Documentation<br />
/images                         Default Images<br />
/JS                                 			JS API</p>
<p>-  Change tha MySQL Connection Paramere in Class/clsUmnMapDB.php<br />
if(!($dbCon=mysql_connect(&#8220;localhost&#8221;,&#8221;root&#8221;,&#8221;cegis&#8221;)))<br />
-	Check the default map file (testMap.map) parameters. Extends parameter set a dummy value. Please keep extends value unchanged.</p>
<p><strong>Mysql Database Creation</strong><br />
-	Install Mysql 5 or higher<br />
-	Restore mysql dump using Mysql GUI Administration tools from Doccumentation\bdmapper 20090616 1619.sql file.</p>
<p>-	Make sure that  the Connection paramert in class/clsUmnMapDB.php is updated.</p>
<p><strong>Description of the Main pages:</strong></p>
<p>bdmapper.php:<br />
This the main page of the viewer. There the MapID is hard coded to 102. Currently two map date created as example in Mysql database. You should assign this value dynamically. Program use a default map testMap.map. In every post back program store its view state crating temporary (tmp123.map) map in current directory.</p>
<p>testMap.map:<br />
Default Map for the BDMapper.</p>
<p>clsUmnMap.php:<br />
Main Mapping module.</p>
<p>clsUmnMapDB.php:<br />
Data Access Layer of the program</p>
<p>clsGenFunc.php:<br />
Collection of general use functions.</p>
<p>Please read the Doccumentation/Doccumentation.pdf carefully before any modification of the code.</p>
<p>I have published this script without any restriction. You are free to use this script in your product. You just need to acknowledge me.</p>
<p>Sample GIS Data (/data_files) are not available with the source code. You can mail me for the sample data.</p>
<p>Please give your feedback if this post is helpful.</p>
<p>Thanks,<br />
Md. Abul Khayer<br />
GIS Programmer,<br />
CEGIS, Bangladesh.<br />
<a href="http://Khayer.wordpress.com" target="_blank">Khayer.wordpress.com</a><br />
Khayer117@yahoo.com</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Third Post, With a Very Very Very Very Very Very Very Very Very Long Title]]></title>
<link>http://geoid.wordpress.com/2009/06/16/third-post/</link>
<pubDate>Tue, 16 Jun 2009 15:34:32 +0000</pubDate>
<dc:creator>geoid</dc:creator>
<guid>http://geoid.wordpress.com/2009/06/16/third-post/</guid>
<description><![CDATA[Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, to]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?</p>
<p><!--more--></p>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?</p>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?</p>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?</p>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?</p>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?</p>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?</p>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?</p>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?</p>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?</p>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?</p>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?</p>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Membuat MapServer Mapfile Dengan ArcView GIS dan Gix Export Tool]]></title>
<link>http://blogneonet.wordpress.com/2009/05/28/membuat-mapserver-mapfile-dengan-arcview-gis-dan-gix-export-tool/</link>
<pubDate>Thu, 28 May 2009 08:12:21 +0000</pubDate>
<dc:creator>awi</dc:creator>
<guid>http://blogneonet.wordpress.com/2009/05/28/membuat-mapserver-mapfile-dengan-arcview-gis-dan-gix-export-tool/</guid>
<description><![CDATA[Mapfile merupakan jantung MapServer yang menunjukkan lokasi data spasial dan cara menampilkan data t]]></description>
<content:encoded><![CDATA[Mapfile merupakan jantung MapServer yang menunjukkan lokasi data spasial dan cara menampilkan data t]]></content:encoded>
</item>
<item>
<title><![CDATA[Aplikasi WebGIS dengan MapServer-MapBender-PostgreSQL - 3]]></title>
<link>http://awiblog.wordpress.com/2009/05/28/aplikasi-webgis-dengan-mapserver-mapbender-postgresql-3/</link>
<pubDate>Thu, 28 May 2009 08:00:24 +0000</pubDate>
<dc:creator>awi</dc:creator>
<guid>http://awiblog.wordpress.com/2009/05/28/aplikasi-webgis-dengan-mapserver-mapbender-postgresql-3/</guid>
<description><![CDATA[Membuat MapServer Mapfile Dengan ArcView GIS dan Gix Export Tool Mapfile merupakan jantung MapServer]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><font size="4">Membuat MapServer Mapfile Dengan ArcView GIS dan Gix Export Tool</font></p>
<p>Mapfile merupakan jantung MapServer yang menunjukkan lokasi data spasial dan cara menampilkan data tersebut.</p>
<p>Cara cepat membuat mapfile adalah dengan cara manual dengan mengetiknya di software text editor misalnya notepad. Cara yang lain adalah dengan cara copy mapfile yang sudah jadi kemudian dimodifikasi. Sedangkan cara yang paling mudah adalah dengan bantuan aplikasi software untuk membuat mapfile. Ada banyak tersedia aplikasi software untuk membuat mapfile yang tersedia, misalnya: QuantumGIS, AmeiN (ArcView dan ArcGIS extensions), Gix Export Tool (ArcView extensions). Pada tulisan ini akan dibahas penggunaan Gix Export Tool dan ArcView GIS,</p>
<p>Sebelum menggunakan software aplikasi untuk membuat mapfile, sebaiknya pengguna paham tentang struktur mapfile karena kadang-kadang mapfile yang dibuat perlu sedikit dimodifikasi terlebih dahulu agar bisa berfungsi dengan lain. </p>
<p>Tahapan cara membuat dapat di-download dengan cara click link berikut <a href="http://sites.google.com/site/aw3126notes/Home/my-notes/MembuatMapServerMapfileDenganArcViewGISdanGixExtensions.pdf?attredirects=0">Membuat MapServer Mapfile Dengan ArcView GIS dan Gix Extensions.pdf</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Modul In-Training WebGIS]]></title>
<link>http://blogneonet.wordpress.com/2009/05/26/modul-in-training-webgis/</link>
<pubDate>Tue, 26 May 2009 02:34:30 +0000</pubDate>
<dc:creator>awi</dc:creator>
<guid>http://blogneonet.wordpress.com/2009/05/26/modul-in-training-webgis/</guid>
<description><![CDATA[Modul NEOnet In-House Training WebGIS dengan software MapServer, PotsgeSQL, PostGIS dapat di-downloa]]></description>
<content:encoded><![CDATA[Modul NEOnet In-House Training WebGIS dengan software MapServer, PotsgeSQL, PostGIS dapat di-downloa]]></content:encoded>
</item>
<item>
<title><![CDATA[GeoServer 1.7.3]]></title>
<link>http://emap.wordpress.com/2009/04/07/geoserver-173/</link>
<pubDate>Tue, 07 Apr 2009 14:32:29 +0000</pubDate>
<dc:creator>pkgis2007</dc:creator>
<guid>http://emap.wordpress.com/2009/04/07/geoserver-173/</guid>
<description><![CDATA[          ออกมาได้สักพักหนึ่งแล้วครับกับ Geoserver 1.7.3 เวอร์ั่ชั่นนี้เป็นตัวล่าสุดที่ผู้พัฒนาค่อนข]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>          ออกมาได้สักพักหนึ่งแล้วครับกับ Geoserver 1.7.3 เวอร์ั่ชั่นนี้เป็นตัวล่าสุดที่ผู้พัฒนาค่อนข้างทำได้ดีัทีเดียว ทั้งในเรื่องของการแก้ไข bug จากเดิมและเรื่องของการใส่ฟีเจอร์ใหม่ๆเข้าไปเช่น Restful ซึ่งกำลังเป็นประเด็นอยู่ในช่วงนี้ จริง Restful กับ Geoweb Service เป็นอีกเรื่องที่ผมอยากนำมาเขียนเก็บไว้เพราะเป็นเทคโนโลยีที่ตอนนีั้ค่อนข้่างนิยมนำไปใช้ ทั้งใน software commercial และรวมไปถึงกำลังมีการตอบรับและทำในเรื่องของ ข้อกำหนดมาตรฐานเกี่ยวกับการบริการข้อมูล spatial ที่รองรับ restful แต่ตอนนี้เอาไว้ก่อน</p>
<p>         สำหรับ Geoserver 1.7.3 ผมเองมีโอกาสได้ใช้แล้วโดยไป upgrade ระบบให้กับงานเดิมที่ใช้ Geoserver เป็นแม่ข่ายแผนที่อยู่ก่อน ประกอบกับสัปดาห์ก่อนไป train เรื่อง Geoweb พอดีเลยนำ Geoserver 1.7.3 ไปสอน ผมตอบรับดีเกินคาดใช้งานง่ายปิดงานเร็ว หลายท่านที่เคยใช้ UMN Mapserver มาก่อนจะทราบดีถึงข้อได้เปรียบที่ไม่ต้องทำการเขียน code มากโดยเฉพาะในส่วน configuration ตัว Geoserver 1.7.3 มี ฟีเจอร์ใหม่ดังนี้ครับ</p>
<p>        - Support for ArcSDE rasters</p>
<p style="text-align:center;">
<div class="O">
<div style="text-align:left;"><span lang="EN-US">        - Support REST(</span><span><a href="http://en.wikipedia.org/wiki/Representational_State_Transfer" target="_parent">REpresentational State Transfer</a></span><span> </span><span lang="EN-US">)</span></div>
<div style="text-align:left;"><span lang="EN-US"><br />
</span></div>
<div style="text-align:left;"><span lang="EN-US">        - JDBC Image Mosaic : Store pyramids in a JDBC database</span></div>
<div style="text-align:left;"><span lang="EN-US"><br />
</span></div>
<div style="text-align:left;"><span lang="EN-US">        - WFS output in Excel format</span><span> </span><span lang="EN-US">and CSV</span></div>
<div style="text-align:left;"><span lang="EN-US"><br />
</span></div>
<div style="text-align:left;"><span lang="EN-US">        - Directory Based: Loading and configuring multiple shapefiles in one </span><span lang="EN-US">directory</span></div>
<div style="text-align:left;"><span lang="EN-US">        </span></div>
<div style="text-align:left;"><span lang="EN-US">        - Build in GeoWebCache: caching WMS tiles</span></div>
<div style="text-align:left;"><span lang="EN-US"><br />
</span></div>
<div class="O">
<div style="text-align:left;"><span lang="EN-US">        - Fully support SLD, WMS, WCS and WFS</span></div>
<div style="text-align:left;"><span lang="EN-US"> </span></div>
<div style="text-align:left;"><span lang="EN-US">        - Advance Client : SLD Style with EXTJS framework</span></div>
<div></div>
<div style="text-align:left;"><span lang="EN-US">           ใช้งานง่ายและที่สำคัญสามารถ integrate กับ Google Map และ Google Earth ได้อย่างสะดวก ทำให้ระยะหลังมาผมเลือกใช้ Geoserver บ่อยกว่า Mapserver  แต่ในเรื่องความเก่งและความชอบระหว่าง opensource 2 ตัวนี้ก็ยังเป็นประเด็นที่หลายคนถกเถียงกันมาได้เรื่อยๆ ผมมี slide workshop ของ Geoserver 1.7.3 มาฝากด้วย สามารถเ ข้าไปดูและดาวน์โหลดไ่้ด้ที่ <a href="http://www.slideshare.net/pkgis/geoserver-85">http://www.slideshare.net/pkgis/geoserver-85</a></span></div>
<div style="text-align:center;"></div>
<div style="text-align:center;"><img class="size-full wp-image-1056  aligncenter" title="1" src="http://emap.wordpress.com/files/2009/04/1.jpg" alt="1" width="450" height="364" /></div>
<div style="text-align:center;"><span lang="EN-US"><br />
</span></div>
<div style="text-align:left;"><span lang="EN-US">ปล. ท่านที่ต้องการ download pdf ต้องสมัครเป็นสมาชิกของ shareslide ก่อนนะครับ</span></div>
<div></div>
<div style="text-align:center;"><span lang="EN-US"><br />
</span></div>
</div>
</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Expressions in MapSERVER]]></title>
<link>http://lemostarcisio.wordpress.com/2009/04/03/expressions-in-mapserver/</link>
<pubDate>Fri, 03 Apr 2009 12:58:55 +0000</pubDate>
<dc:creator>lemostarcisio</dc:creator>
<guid>http://lemostarcisio.wordpress.com/2009/04/03/expressions-in-mapserver/</guid>
<description><![CDATA[prezado(s), para complementar o post anterior estou colocando algumas expressoes usadas no desenvolv]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>prezado(s),</p>
<p>para complementar o post anterior estou colocando algumas expressoes usadas no desenvolvimento de uma aplicação SIG com MapServer&#8230;</p>
<p>bom estudo a todos</p>
<p>Link: http://www.megaupload.com/?d=5MIS1U1J</p>
<p>by Tarcisio Lemos</p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
