<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-4741970181714760187.post7911101034228725519..comments</id><updated>2008-11-12T02:18:03.823Z</updated><title type='text'>Comments on thematic mapping blog: Earth Atlas: Creating a KML tree with Ext JS</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.thematicmapping.org/feeds/7911101034228725519/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4741970181714760187/7911101034228725519/comments/default'/><link rel='alternate' type='text/html' href='http://blog.thematicmapping.org/2008/10/earth-atlas-creating-kml-tree-with-ext.html'/><author><name>Bjørn Sandvik</name><uri>http://www.blogger.com/profile/16080335362672606377</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4741970181714760187.post-1489345477018943076</id><published>2008-11-12T02:18:00.000Z</published><updated>2008-11-12T02:18:00.000Z</updated><title type='text'>Hi.  This EarthAtlas looks like "3D" OpenLayers(ht...</title><content type='html'>Hi.&lt;BR/&gt;&lt;BR/&gt;  This EarthAtlas looks like "3D" OpenLayers(http://openlayers.org) for which I have taken a hands-on tutorial taught by developer himself(Schmidt) recently in Tokyo.&lt;BR/&gt;&lt;BR/&gt; Do you have any plan to integrate yours with this?&lt;BR/&gt;&lt;BR/&gt;&lt;BR/&gt; Regards.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4741970181714760187/7911101034228725519/comments/default/1489345477018943076'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4741970181714760187/7911101034228725519/comments/default/1489345477018943076'/><link rel='alternate' type='text/html' href='http://blog.thematicmapping.org/2008/10/earth-atlas-creating-kml-tree-with-ext.html?showComment=1226456280000#c1489345477018943076' title=''/><author><name>h_ono</name><uri>http://www.blogger.com/profile/16132508845051732872</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.thematicmapping.org/2008/10/earth-atlas-creating-kml-tree-with-ext.html' ref='tag:blogger.com,1999:blog-4741970181714760187.post-7911101034228725519' source='http://www.blogger.com/feeds/4741970181714760187/posts/default/7911101034228725519' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-4741970181714760187.post-724144899191736193</id><published>2008-11-11T15:44:00.000Z</published><updated>2008-11-11T15:44:00.000Z</updated><title type='text'>Greg, thanks for your code. A panel for finding a ...</title><content type='html'>Greg, thanks for your code. A panel for finding a location will be included in the next release. (For your code to work, you need to define the location text field in the initComponent function).</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4741970181714760187/7911101034228725519/comments/default/724144899191736193'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4741970181714760187/7911101034228725519/comments/default/724144899191736193'/><link rel='alternate' type='text/html' href='http://blog.thematicmapping.org/2008/10/earth-atlas-creating-kml-tree-with-ext.html?showComment=1226418240000#c724144899191736193' title=''/><author><name>Bjørn Sandvik</name><uri>http://www.blogger.com/profile/16080335362672606377</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14808413615379559420'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.thematicmapping.org/2008/10/earth-atlas-creating-kml-tree-with-ext.html' ref='tag:blogger.com,1999:blog-4741970181714760187.post-7911101034228725519' source='http://www.blogger.com/feeds/4741970181714760187/posts/default/7911101034228725519' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-4741970181714760187.post-5550210592417867529</id><published>2008-11-10T17:54:00.000Z</published><updated>2008-11-10T17:54:00.000Z</updated><title type='text'>Hi,Nice job! Thanks for posting the source for 'Ex...</title><content type='html'>Hi,&lt;BR/&gt;&lt;BR/&gt;Nice job! Thanks for posting the source for 'Ext.ux.GEarthPanel.js' to Google. I am trying to extend the application by adding a panel for finding a location using the Google Geocoder. I am having a what I think is a scoping issue because 'button.earthPanel.location' is undefined (can't reference the value of the 'location' textfield. What am I doing wrong?&lt;BR/&gt;&lt;BR/&gt;Thanks&lt;BR/&gt;&lt;BR/&gt;Greg&lt;BR/&gt;&lt;BR/&gt;getFindForm: function(){&lt;BR/&gt;var form = new Ext.FormPanel({&lt;BR/&gt; frame: true,&lt;BR/&gt; labelWidth: 30,&lt;BR/&gt; border: true,&lt;BR/&gt; defaultType: 'textfield',&lt;BR/&gt;&lt;BR/&gt; items: [{&lt;BR/&gt;&lt;BR/&gt; fieldLabel: 'Loc',&lt;BR/&gt; width: 195,&lt;BR/&gt; name: 'location'&lt;BR/&gt;&lt;BR/&gt; }],&lt;BR/&gt;&lt;BR/&gt; buttons: [{&lt;BR/&gt; text: 'Find Location',&lt;BR/&gt; earthPanel: this, // Accessible in handler&lt;BR/&gt; handler: function(button, pressed){&lt;BR/&gt;     //It's all about scope...&lt;BR/&gt;&lt;BR/&gt;     alert("Value of location is " + button.earthPanel.location.getValue());&lt;BR/&gt;&lt;BR/&gt;     //google.earth.fetchKml(button.earthPanel.earth, button.earthPanel.kmlUrlField.getValue(), button.earthPanel.addKml.createDelegate(button.earthPanel));&lt;BR/&gt;     //button.earthPanel.kmlUrlField.reset();&lt;BR/&gt;  }&lt;BR/&gt;    }]&lt;BR/&gt;});&lt;BR/&gt;return form;&lt;BR/&gt;},</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4741970181714760187/7911101034228725519/comments/default/5550210592417867529'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4741970181714760187/7911101034228725519/comments/default/5550210592417867529'/><link rel='alternate' type='text/html' href='http://blog.thematicmapping.org/2008/10/earth-atlas-creating-kml-tree-with-ext.html?showComment=1226339640000#c5550210592417867529' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.thematicmapping.org/2008/10/earth-atlas-creating-kml-tree-with-ext.html' ref='tag:blogger.com,1999:blog-4741970181714760187.post-7911101034228725519' source='http://www.blogger.com/feeds/4741970181714760187/posts/default/7911101034228725519' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-4741970181714760187.post-1389386425283965291</id><published>2008-10-14T18:54:00.000+01:00</published><updated>2008-10-14T18:54:00.000+01:00</updated><title type='text'>It's not my top priority, but please tell me if yo...</title><content type='html'>It's not my top priority, but please tell me if you want to contribute.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4741970181714760187/7911101034228725519/comments/default/1389386425283965291'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4741970181714760187/7911101034228725519/comments/default/1389386425283965291'/><link rel='alternate' type='text/html' href='http://blog.thematicmapping.org/2008/10/earth-atlas-creating-kml-tree-with-ext.html?showComment=1224006840000#c1389386425283965291' title=''/><author><name>Bjørn Sandvik</name><uri>http://www.blogger.com/profile/16080335362672606377</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14808413615379559420'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.thematicmapping.org/2008/10/earth-atlas-creating-kml-tree-with-ext.html' ref='tag:blogger.com,1999:blog-4741970181714760187.post-7911101034228725519' source='http://www.blogger.com/feeds/4741970181714760187/posts/default/7911101034228725519' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-4741970181714760187.post-5848696392001112646</id><published>2008-10-14T18:40:00.000+01:00</published><updated>2008-10-14T18:40:00.000+01:00</updated><title type='text'>Thank you very much, Bjorn.Have you any idea to ma...</title><content type='html'>Thank you very much, Bjorn.&lt;BR/&gt;&lt;BR/&gt;Have you any idea to make this script &lt;B&gt;internationalisation&lt;/B&gt;?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4741970181714760187/7911101034228725519/comments/default/5848696392001112646'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4741970181714760187/7911101034228725519/comments/default/5848696392001112646'/><link rel='alternate' type='text/html' href='http://blog.thematicmapping.org/2008/10/earth-atlas-creating-kml-tree-with-ext.html?showComment=1224006000000#c5848696392001112646' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.thematicmapping.org/2008/10/earth-atlas-creating-kml-tree-with-ext.html' ref='tag:blogger.com,1999:blog-4741970181714760187.post-7911101034228725519' source='http://www.blogger.com/feeds/4741970181714760187/posts/default/7911101034228725519' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-4741970181714760187.post-1699414218360027122</id><published>2008-10-14T11:33:00.000+01:00</published><updated>2008-10-14T11:33:00.000+01:00</updated><title type='text'>Hi,You can download the Ext.ux.GEarthPanel extensi...</title><content type='html'>Hi,&lt;BR/&gt;&lt;BR/&gt;You can download the &lt;A HREF="http://code.google.com/p/ext-js-google-earth-api/downloads/list" REL="nofollow"&gt;Ext.ux.GEarthPanel extension on Google Code&lt;/A&gt;.&lt;BR/&gt;&lt;BR/&gt;License: GNU General Public License v3&lt;BR/&gt;&lt;BR/&gt;Bjorn</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4741970181714760187/7911101034228725519/comments/default/1699414218360027122'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4741970181714760187/7911101034228725519/comments/default/1699414218360027122'/><link rel='alternate' type='text/html' href='http://blog.thematicmapping.org/2008/10/earth-atlas-creating-kml-tree-with-ext.html?showComment=1223980380000#c1699414218360027122' title=''/><author><name>Bjørn Sandvik</name><uri>http://www.blogger.com/profile/16080335362672606377</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14808413615379559420'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.thematicmapping.org/2008/10/earth-atlas-creating-kml-tree-with-ext.html' ref='tag:blogger.com,1999:blog-4741970181714760187.post-7911101034228725519' source='http://www.blogger.com/feeds/4741970181714760187/posts/default/7911101034228725519' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-4741970181714760187.post-3512367268489670982</id><published>2008-10-14T08:16:00.000+01:00</published><updated>2008-10-14T08:16:00.000+01:00</updated><title type='text'>Hi. Will source code of this "Earth Atlas" be open...</title><content type='html'>Hi.&lt;BR/&gt;&lt;BR/&gt; Will source code of this "Earth Atlas" be opened?&lt;BR/&gt;&lt;BR/&gt; I'd like to try to add more functions into this.&lt;BR/&gt;&lt;BR/&gt; Regards.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4741970181714760187/7911101034228725519/comments/default/3512367268489670982'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4741970181714760187/7911101034228725519/comments/default/3512367268489670982'/><link rel='alternate' type='text/html' href='http://blog.thematicmapping.org/2008/10/earth-atlas-creating-kml-tree-with-ext.html?showComment=1223968560000#c3512367268489670982' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.thematicmapping.org/2008/10/earth-atlas-creating-kml-tree-with-ext.html' ref='tag:blogger.com,1999:blog-4741970181714760187.post-7911101034228725519' source='http://www.blogger.com/feeds/4741970181714760187/posts/default/7911101034228725519' type='text/html'/></entry></feed>