<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: OpenLayers ตอนที่ 2</title>
	<atom:link href="https://www.ninsawat.com/?feed=rss2&#038;p=40" rel="self" type="application/rss+xml" />
	<link>https://www.ninsawat.com/?p=40&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=openlayers-%25e0%25b8%2595%25e0%25b8%25ad%25e0%25b8%2599%25e0%25b8%2597%25e0%25b8%25b5%25e0%25b9%2588-2</link>
	<description>A Personal Blog but not private</description>
	<lastBuildDate>Mon, 17 Oct 2011 20:33:42 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.2</generator>
	<item>
		<title>By: admin</title>
		<link>https://www.ninsawat.com/?p=40&#038;cpage=1#comment-389</link>
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 10 Aug 2009 02:40:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ninsawat.com/?p=40#comment-389</guid>
		<description><![CDATA[ขอโทษด้วยนะครับ ผมไม่เห็น comment พอดีมีพวก spam มาเป็นร้อย ๆ เลย

จากที่อ่านคร่าวน่าจะใช้ projection เพื่อใช้กับข้อมูล Google Map หรือเปล่าครับ

ถ้าอย่างนั้นน่าจะลองดูตัวอย่าง Openlayers ใน sundials-spherical-mercator.html ที่ใช้ function transform จาก จาก display projection to map projection ดูนะครับ]]></description>
		<content:encoded><![CDATA[<p>ขอโทษด้วยนะครับ ผมไม่เห็น comment พอดีมีพวก spam มาเป็นร้อย ๆ เลย</p>
<p>จากที่อ่านคร่าวน่าจะใช้ projection เพื่อใช้กับข้อมูล Google Map หรือเปล่าครับ</p>
<p>ถ้าอย่างนั้นน่าจะลองดูตัวอย่าง Openlayers ใน sundials-spherical-mercator.html ที่ใช้ function transform จาก จาก display projection to map projection ดูนะครับ</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mr.sucherdchai</title>
		<link>https://www.ninsawat.com/?p=40&#038;cpage=1#comment-364</link>
		<dc:creator><![CDATA[mr.sucherdchai]]></dc:creator>
		<pubDate>Thu, 09 Jul 2009 04:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.ninsawat.com/?p=40#comment-364</guid>
		<description><![CDATA[และตรง การรับค่า lat/long ควรเป็นเท่าไร ?
  lon = lon * 1024 / 180;
  lat = Math.log (Math.tan ((90 + lat) * Math.PI / 360)) / (Math.PI / 180);
  lat = lat * 20037508.34 / 180;
  map.setCenter(new OpenLayers.LonLat(lon, lat), zoom);]]></description>
		<content:encoded><![CDATA[<p>และตรง การรับค่า lat/long ควรเป็นเท่าไร ?<br />
  lon = lon * 1024 / 180;<br />
  lat = Math.log (Math.tan ((90 + lat) * Math.PI / 360)) / (Math.PI / 180);<br />
  lat = lat * 20037508.34 / 180;<br />
  map.setCenter(new OpenLayers.LonLat(lon, lat), zoom);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mr.sucherdchai</title>
		<link>https://www.ninsawat.com/?p=40&#038;cpage=1#comment-363</link>
		<dc:creator><![CDATA[mr.sucherdchai]]></dc:creator>
		<pubDate>Thu, 09 Jul 2009 04:32:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.ninsawat.com/?p=40#comment-363</guid>
		<description><![CDATA[//	maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),
	maxExtent: new OpenLayers.Bounds(0,0,1792,1024),

//MinX = 47
//MinY = 28
//MaxX = 53
//MaxY = 31

         numZoomLevels: 18,
         maxResolution: 156543.0399,
         units: &#039;m&#039;,
         projection: new OpenLayers.Projection(&quot;EPSG:900913&quot;),
         displayProjection: new OpenLayers.Projection(&quot;EPSG:4326&quot;)
         });]]></description>
		<content:encoded><![CDATA[<p>//	maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),<br />
	maxExtent: new OpenLayers.Bounds(0,0,1792,1024),</p>
<p>//MinX = 47<br />
//MinY = 28<br />
//MaxX = 53<br />
//MaxY = 31</p>
<p>         numZoomLevels: 18,<br />
         maxResolution: 156543.0399,<br />
         units: &#8216;m&#8217;,<br />
         projection: new OpenLayers.Projection(&#8220;EPSG:900913&#8243;),<br />
         displayProjection: new OpenLayers.Projection(&#8220;EPSG:4326&#8243;)<br />
         });</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mr.sucherdchai</title>
		<link>https://www.ninsawat.com/?p=40&#038;cpage=1#comment-362</link>
		<dc:creator><![CDATA[mr.sucherdchai]]></dc:creator>
		<pubDate>Thu, 09 Jul 2009 04:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ninsawat.com/?p=40#comment-362</guid>
		<description><![CDATA[ถ้าต้องการกำหนด maxExtent: new OpenLayers.Bounds สำหรับเมืองไทยกำหนดอย่างไรคับ
หรือค่าควรเป็นเท่าไร]]></description>
		<content:encoded><![CDATA[<p>ถ้าต้องการกำหนด maxExtent: new OpenLayers.Bounds สำหรับเมืองไทยกำหนดอย่างไรคับ<br />
หรือค่าควรเป็นเท่าไร</p>
]]></content:encoded>
	</item>
</channel>
</rss>
