<?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-21167013.post1402341458390584873..comments</id><updated>2007-09-17T12:10:23.936-07:00</updated><title type='text'>Comments on EarthBrowser: JSON beats XML, some comments on GeoJSON</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.earthbrowser.com/feeds/1402341458390584873/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21167013/1402341458390584873/comments/default'/><link rel='alternate' type='text/html' href='http://blog.earthbrowser.com/2007/09/json-beats-xml.html'/><author><name>Matt Giger</name><uri>http://www.blogger.com/profile/08948284981378368476</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-21167013.post-4926475483962310578</id><published>2007-09-17T12:10:00.000-07:00</published><updated>2007-09-17T12:10:00.000-07:00</updated><title type='text'>Yes, I agree that a coordinate list should be an a...</title><content type='html'>Yes, I agree that a coordinate list should be an array of numbers, but not an array of arrays of numbers. [1,2,3,4,5,6,7,8] rather than [[1,2],[3,4],[5,6],[7,8]]. Sure, each coordinate only adds 2 extra characters to the data stream and can be compressed down. However, when loaded, there is a memory storage overhead for each coordinate list, also there is a processing overhead to extract say 10,000 lists with 2 points each versus 1 list with 20,000 points. I'd guess it is significant too.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21167013/1402341458390584873/comments/default/4926475483962310578'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21167013/1402341458390584873/comments/default/4926475483962310578'/><link rel='alternate' type='text/html' href='http://blog.earthbrowser.com/2007/09/json-beats-xml.html?showComment=1190056200000#c4926475483962310578' title=''/><author><name>matt_giger</name><uri>http://www.blogger.com/profile/08948284981378368476</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='06706944231596986727'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.earthbrowser.com/2007/09/json-beats-xml.html' ref='tag:blogger.com,1999:blog-21167013.post-1402341458390584873' source='http://www.blogger.com/feeds/21167013/posts/default/1402341458390584873' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-21167013.post-4769351561898797037</id><published>2007-09-17T11:45:00.000-07:00</published><updated>2007-09-17T11:45:00.000-07:00</updated><title type='text'>A JSON array of numbers is only fractionally longe...</title><content type='html'>A JSON array of numbers is only fractionally longer (in bytes) than the equivalent GML posList. After you compress them, the difference is going to be very slight. With XML you have to put the coordinates in a text node because there is no capacity for arrays. JSON has arrays, and it's natural and appropriate to use them.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21167013/1402341458390584873/comments/default/4769351561898797037'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21167013/1402341458390584873/comments/default/4769351561898797037'/><link rel='alternate' type='text/html' href='http://blog.earthbrowser.com/2007/09/json-beats-xml.html?showComment=1190054700000#c4769351561898797037' title=''/><author><name>Sean</name><uri>http://www.blogger.com/profile/04892958878143369551</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.earthbrowser.com/2007/09/json-beats-xml.html' ref='tag:blogger.com,1999:blog-21167013.post-1402341458390584873' source='http://www.blogger.com/feeds/21167013/posts/default/1402341458390584873' type='text/html'/></entry></feed>