<?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: Geocoding with Papervision3D Update</title>
	<atom:link href="http://yourpalmark.com/2009/09/06/geocoding-with-papervision3d-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://yourpalmark.com/2009/09/06/geocoding-with-papervision3d-update/</link>
	<description>lulz</description>
	<lastBuildDate>Sat, 07 Jan 2012 17:17:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: marco</title>
		<link>http://yourpalmark.com/2009/09/06/geocoding-with-papervision3d-update/comment-page-1/#comment-1933</link>
		<dc:creator>marco</dc:creator>
		<pubDate>Thu, 18 Feb 2010 23:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/?p=528#comment-1933</guid>
		<description>Hey Mark,

first of all, great work. 
i&#039;m trying to get a selected marker on click in front of the camera (acutally just on the y-axis). but for some reason, it works not 100%. sometimes it is just slighty beside the center, and sometimes it just spinns the wrong way arround :-)

any idea?

thanks 
marco

&lt;code&gt;
...
protected function rotateGlobeToMarker(marker : DisplayObject3D) : void
{
	Tweener.removeAllTweens();
	var rotationY : int = marker.rotationY;
	Tweener.addTween(cameraTarget, {rotationX : 0, rotationY : rotationY, 
		time : 2, onComplete : autoRotateComplete});
}
...
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hey Mark,</p>
<p>first of all, great work.<br />
i&#8217;m trying to get a selected marker on click in front of the camera (acutally just on the y-axis). but for some reason, it works not 100%. sometimes it is just slighty beside the center, and sometimes it just spinns the wrong way arround <img src='http://yourpalmark.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>any idea?</p>
<p>thanks<br />
marco</p>
<p><code><br />
...<br />
protected function rotateGlobeToMarker(marker : DisplayObject3D) : void<br />
{<br />
	Tweener.removeAllTweens();<br />
	var rotationY : int = marker.rotationY;<br />
	Tweener.addTween(cameraTarget, {rotationX : 0, rotationY : rotationY,<br />
		time : 2, onComplete : autoRotateComplete});<br />
}<br />
...<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael</title>
		<link>http://yourpalmark.com/2009/09/06/geocoding-with-papervision3d-update/comment-page-1/#comment-1931</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Fri, 12 Feb 2010 07:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/?p=528#comment-1931</guid>
		<description>Hi Mark,

your 3d globe is the fastest globe on the market, and I study it all.
Please inform me where to search to do some modification:
1. to create a continuous spinning of the globe, to set a rotation speed.
2. to put the selected marker in the middle of the screen when the marker is selected.
3.to modify the marker with a png icon.

thank you!

Mihai</description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>your 3d globe is the fastest globe on the market, and I study it all.<br />
Please inform me where to search to do some modification:<br />
1. to create a continuous spinning of the globe, to set a rotation speed.<br />
2. to put the selected marker in the middle of the screen when the marker is selected.<br />
3.to modify the marker with a png icon.</p>
<p>thank you!</p>
<p>Mihai</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Land</title>
		<link>http://yourpalmark.com/2009/09/06/geocoding-with-papervision3d-update/comment-page-1/#comment-1905</link>
		<dc:creator>Nick Land</dc:creator>
		<pubDate>Fri, 04 Dec 2009 12:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/?p=528#comment-1905</guid>
		<description>Hi

great work, and thanks for taking the time to update it.

I noticed your changeView function was commented out, I&#039;m trying to get this to work so the globe spins to a new marker, but it fails for positive longitude.

10, -10 works

10, 10 breaks

any chance you can figure this one out?</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>great work, and thanks for taking the time to update it.</p>
<p>I noticed your changeView function was commented out, I&#8217;m trying to get this to work so the globe spins to a new marker, but it fails for positive longitude.</p>
<p>10, -10 works</p>
<p>10, 10 breaks</p>
<p>any chance you can figure this one out?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://yourpalmark.com/2009/09/06/geocoding-with-papervision3d-update/comment-page-1/#comment-1804</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 07 Sep 2009 04:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/?p=528#comment-1804</guid>
		<description>Hey Mike,

Not a problem at all. There is a method in GeoGlobe.mxml called addMarkers.
You&#039;ll just need to parse the xml that has the latitudes and longitudes and then pass those values into that method.

Mark</description>
		<content:encoded><![CDATA[<p>Hey Mike,</p>
<p>Not a problem at all. There is a method in GeoGlobe.mxml called addMarkers.<br />
You&#8217;ll just need to parse the xml that has the latitudes and longitudes and then pass those values into that method.</p>
<p>Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://yourpalmark.com/2009/09/06/geocoding-with-papervision3d-update/comment-page-1/#comment-1803</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 07 Sep 2009 00:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/?p=528#comment-1803</guid>
		<description>Hi, I am hoping to use your code to plot the position of Agents in other countries through an XML file which gives the latitude and longitude of the particular agent. Am i able to parse these values and have markers show up automatically?
Speaking as a designer, I am not sure where to start, or if this is even possible  can you offer any advice?

kind regards
Mike</description>
		<content:encoded><![CDATA[<p>Hi, I am hoping to use your code to plot the position of Agents in other countries through an XML file which gives the latitude and longitude of the particular agent. Am i able to parse these values and have markers show up automatically?<br />
Speaking as a designer, I am not sure where to start, or if this is even possible  can you offer any advice?</p>
<p>kind regards<br />
Mike</p>
]]></content:encoded>
	</item>
</channel>
</rss>

