<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>海边拾贝 &#187; map</title>
	<atom:link href="http://www.seebit.org/tag/map/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seebit.org</link>
	<description>www.seebit.org</description>
	<lastBuildDate>Tue, 03 May 2011 16:03:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>初试Google Earth和Maps API</title>
		<link>http://www.seebit.org/2010/03/learn-google-earth-and-maps-api/</link>
		<comments>http://www.seebit.org/2010/03/learn-google-earth-and-maps-api/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 08:20:17 +0000</pubDate>
		<dc:creator>Tony Zhu</dc:creator>
				<category><![CDATA[GIS]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.seebit.org/?p=266</guid>
		<description><![CDATA[本quarter Geodetic Science 634 &#8211; Digital Mapping Systems最后一个实验：Google&#8217;s Solution of WebGIS，照着指导写了点东西。总结一下吧。 首先是用Google SketchUp建了几个简单的建筑模型，保存为kmz文件后可以直接在google earth中查看。然后熟悉了一下google的（确切地说已经是OpenGIS的标准了，不过这里还用到了一些google的专有扩展）kml文件格式，用flyto标签创建一个展示3D建筑的动画。除了这些算是单机的之外，剩下的就全部都是web实现了——又是天天在写的html+javascript。 一共写了这么几个文件： Google earth API with own 3D model 自己用SketchUp建了个模，上传到服务器，利用google earth api将其显示在网页中内嵌的earth frame中。 Google maps API with routes 在google earth下生成了两个路线的kml文件，上传到服务器，利用google maps api显示两条路线。为两条路线显示增加开关，另加一开关切换使用普通google maps网页api显示或调用google earth插件3D显示。 Geocoding with google maps api and show in earth 利用google maps api提供的geocoder对地址进行定位，结果用google earth显示。另外控制google earth，显示边界层和道路层。 Smooth animation with google [...]]]></description>
			<content:encoded><![CDATA[<p>本quarter Geodetic Science 634 &#8211; Digital Mapping Systems最后一个实验：Google&#8217;s Solution of WebGIS，照着指导写了点东西。总结一下吧。</p>
<p>首先是用Google SketchUp建了几个简单的建筑模型，保存为kmz文件后可以直接在google earth中查看。然后熟悉了一下google的（确切地说已经是OpenGIS的标准了，不过这里还用到了一些google的专有扩展）kml文件格式，用flyto标签创建一个展示3D建筑的动画。除了这些算是单机的之外，剩下的就全部都是web实现了——又是天天在写的html+javascript。</p>
<p>一共写了这么几个文件：</p>
<ul>
<li><a href="http://www.seebit.org/glab/earth/">Google earth API with own 3D model</a></li>
<p>自己用SketchUp建了个模，上传到服务器，利用google earth api将其显示在网页中内嵌的earth frame中。</p>
<li><a href="http://www.seebit.org/glab/maps/">Google maps API with routes</a></li>
<p>在google earth下生成了两个路线的kml文件，上传到服务器，利用google maps api显示两条路线。为两条路线显示增加开关，另加一开关切换使用普通google maps网页api显示或调用google earth插件3D显示。</p>
<li><a href="http://www.seebit.org/glab/geocoding/">Geocoding with google maps api and show in earth</a></li>
<p>利用google maps api提供的geocoder对地址进行定位，结果用google earth显示。另外控制google earth，显示边界层和道路层。</p>
<li><a href="http://www.seebit.org/glab/animation/">Smooth animation with google earth api</a></li>
<p>利用google earth api，打开边界层、道路层和3D建筑层，向正北方向飞行的动画效果。动画利用googleearthplugin的frameend事件产生。Google官方例子。</p>
<li><a href="http://www.seebit.org/glab/geocoding-with-animation/">Geocoding with google map api and animation in earth</a></li>
<p>上面两个功能的综合，外加控制飞行方向。另外用到了GEView的viewchangeend事件控制动画产生。</p>
<li><a href="http://www.seebit.org/glab/tour/">Load models and tour by kml</a></li>
<p>在上面基础上自己研究出来的功能，用google earth api实现了最初提到的单机在google earth中显示建筑模型并动画展示的功能。建筑通过kml加载dae，动画直接加载kml动画。</ul>
<p>另外写了一个索引文件<a href="http://www.seebit.org/glab/">http://www.seebit.org/glab/</a>（英文）</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seebit.org/2010/03/learn-google-earth-and-maps-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

