<?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>The &#34;geo:&#34; URI scheme &#187; Applications</title>
	<atom:link href="http://geouri.org/category/applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://geouri.org</link>
	<description>a Uniform Resource Identifier for geographic locations</description>
	<lastBuildDate>Fri, 06 Aug 2010 08:26:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>&#8220;geo:&#8221; and SIP Location Conveyance</title>
		<link>http://geouri.org/2010/08/06/geo-and-sip-location-conveyance/</link>
		<comments>http://geouri.org/2010/08/06/geo-and-sip-location-conveyance/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 08:25:21 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Applications]]></category>

		<guid isPermaLink="false">http://geouri.org/?p=61</guid>
		<description><![CDATA[&#8220;geo:&#8221; is getting more attention in other areas of the Internet Engineering Task Force. After the VCARDDAV working group has included &#8220;geo:&#8221; URIs in their revision of the vCard scheme, the SIPCORE working group is now discussing the use of &#8220;geo:&#8221; in their &#8220;Location Conveyance&#8221; draft. SIP is the IETF&#8217;s protocol for establishing Realtime Application [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;geo:&#8221; is getting more attention in other areas of the Internet Engineering Task Force. After the <a href="http://tools.ietf.org/wg/vcarddav" onclick="javascript:urchinTracker ('/outbound/article/tools.ietf.org');">VCARDDAV </a>working group has <a href="http://geouri.org/2010/06/10/geo-and-vcards/" >included &#8220;geo:&#8221; URIs</a> in their revision of the vCard scheme, the <a href="http://tools.ietf.org/wg/sipcore" onclick="javascript:urchinTracker ('/outbound/article/tools.ietf.org');">SIPCORE </a>working group is now discussing the use of &#8220;geo:&#8221; in their <a href="http://tools.ietf.org/html/draft-ietf-sip-location-conveyance" onclick="javascript:urchinTracker ('/outbound/article/tools.ietf.org');">&#8220;Location Conveyance&#8221;</a> draft.</p>
<p><strong>SIP </strong>is the IETF&#8217;s protocol for establishing Realtime Application Sessions, and is very commonly used for <strong>Voice over IP</strong>. It has gained massive popularity in recent years, and is not just be used in VoIP-Software, but also in Public Branch Exchanges from various vendors, open source products such as <a href="http://www.ipcom.at/en/telephony/asterisk/" onclick="javascript:urchinTracker ('/outbound/article/www.ipcom.at');">Asterisk</a>, <a href="http://www.ipcom.at/en/telephony/kamailio_sip_proxy/" onclick="javascript:urchinTracker ('/outbound/article/www.ipcom.at');">Kamailio</a> and a wide range of carrier products. SIP is <em>the</em> base for telephoney in the upcoming Next Generation networks such as LTE, and a major component of IMS systems. A good percentage of phone calls being routed between carriers as of today already uses SIP.</p>
<p>For those reasons, the IETF is looking into ways to <strong>embed location information</strong> into SIP messages. This is important for services such as Emergency Services, but can of course be used for any other realtime application that needs to transmit location information in its session setup. An example of that could be location conveyance between contacts in a social network, or applications for &#8220;checking in&#8221;, such as <a href="http://www.gowalla.com" onclick="javascript:urchinTracker ('/outbound/article/www.gowalla.com');">Gowalla </a>and <a href="http://www.foursquare.com" onclick="javascript:urchinTracker ('/outbound/article/www.foursquare.com');">Foursquare</a>.</p>
<p>The current version of the <a href="http://tools.ietf.org/html/draft-ietf-sip-location-conveyance" onclick="javascript:urchinTracker ('/outbound/article/tools.ietf.org');">SIP Location Conveyance Specification</a> uses &#8220;Content ID&#8221; URIs (besides &#8220;sip&#8221;/&#8221;sips&#8221;/&#8221;pres&#8221;) to refer from the new &#8220;<strong>Geolocation:</strong>&#8221; header to a MIME body part, which then contains the location embedded in a <a href="http://tools.ietf.org/rfc/rfc4119" onclick="javascript:urchinTracker ('/outbound/article/tools.ietf.org');">PIDF-LO</a> Presence/Location document. Such a geolocation header (and respective body part) would look like this:</p>
<pre style="padding-left: 30px;">
<pre>Geolocation: &lt;cid:target123@atlanta.example.com&gt;
     ;inserted-by="alice@atlanta.example.com"

   --boundary1

   &lt;?xml version="1.0" encoding="UTF-8"?&gt;
      &lt;presence xmlns="urn:ietf:params:xml:ns:pidf"
          xmlns:gp="urn:ietf:params:xml:ns:pidf:geopriv10"
          xmlns:cl="urn:ietf:params:xml:ns:pidf:geopriv10:civicAddr"
          xmlns:gml="http://www.opengis.net/gml"
          entity="pres:alice@atlanta.example.com"&gt;
        &lt;dm:device id="point2d"&gt;
         &lt;timestamp&gt;2007-12-02T14:00:00Z&lt;/timestamp&gt;
</pre>
<pre>
         &lt;status&gt;
          &lt;gp:geopriv&gt;
            &lt;gp:location-info&gt;
              &lt;gml:location&gt;
                &lt;gml:Point srsName="urn:ogc:def:crs:EPSG::4326"&gt;
                  &lt;gml:pos&gt;33.001111 -96.68142&lt;/gml:pos&gt;
                &lt;/gml:Point&gt;
               &lt;/gml:location&gt;
            &lt;/gp:location-info&gt;
            &lt;gp:usage-rules&gt;
              &lt;gp:retransmission-allowed&gt;no&lt;/gp:retransmission-allowed&gt;
              &lt;gp:retention-expiry&gt;2007-12-07T18:00:00Z&lt;/gp:retention-
                            expiry&gt;
            &lt;/gp:usage-rules&gt;
            &lt;gp:method&gt;DHCP&lt;/gp:method&gt;
            &lt;gp:provided-by&gt;www.example.com&lt;/gp:provided-by&gt;
          &lt;/gp:geopriv&gt;
         &lt;/status&gt;
        &lt;/dm:device&gt;
      &lt;/presence&gt;
   --boundary1--
</pre>
</pre>
<p>PIDF-LO allows for great flexibility of location types, can contain civic addresses, and extensive privacy rules. However, conveyance of a simple &#8220;point&#8221; type location could also be achieved by using the &#8220;geo:&#8221; URI in the Geolocation header directly as follows:</p>
<pre style="padding-left: 60px;">Geolocation: &lt;geo:33.001111,-96.68142&gt;
</pre>
<p>Which, obviously, would be much more compact, probably easier to parse, and not in the need of a seperate MIME body part.</p>
<p>However, the &#8220;geo:&#8221; URI specifically lacks privacy rules, because an URI itself does not identify a Target, but rather reflects just a physical location in space. In SIP Location Conveyance as a &#8220;GEOPRIV Using Protocol&#8221;, privacy is required.</p>
<p>There is currently a <a href="http://www.ietf.org/mail-archive/web/sipcore/current/msg03091.html" onclick="javascript:urchinTracker ('/outbound/article/www.ietf.org');">discussion </a>going on the SIPCORE mailing list, and the <a href="http://www.ietf.org/mail-archive/web/sipcore/current/msg03099.html" onclick="javascript:urchinTracker ('/outbound/article/www.ietf.org');">proposal</a> is that a &#8220;geo:&#8221; URI (when used in an &#8220;Geolocation&#8221; SIP header) would come with implicit default rules (currently under discussion whether those default rules would be GEOPRIV&#8217;s general default rules, or defaults specific to the use of &#8220;geo:&#8221; in the context of the &#8220;Geolocation:&#8221; header).</p>
<p>We&#8217;ll keep watching the discussion.</p>
]]></content:encoded>
			<wfw:commentRss>http://geouri.org/2010/08/06/geo-and-sip-location-conveyance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;geo:&#8221; and vCards</title>
		<link>http://geouri.org/2010/06/10/geo-and-vcards/</link>
		<comments>http://geouri.org/2010/06/10/geo-and-vcards/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 09:13:28 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Applications]]></category>

		<guid isPermaLink="false">http://geouri.org/?p=42</guid>
		<description><![CDATA[vCard &#8211; the first spec to use &#8220;geo:&#8221;? The first specification that is using the &#8220;geo:&#8221; scheme seems to be the revision of the vCard format. vCards are &#8220;virtual business cards&#8221;, and contain a multitude of contact information about a person or an organization. vCard GEO property The geographic location of a person&#8217;s office is [...]]]></description>
			<content:encoded><![CDATA[<p><strong>vCard &#8211; the first spec to use &#8220;geo:&#8221;?</strong></p>
<p>The first specification that is using the &#8220;geo:&#8221; scheme seems to be the <a href="http://tools.ietf.org/html/draft-ietf-vcarddav-vcardrev"title="IETF vCard Revision Draft"  onclick="javascript:urchinTracker ('/outbound/article/tools.ietf.org');">revision of the vCard format</a>. vCards are &#8220;virtual business cards&#8221;, and contain a multitude of contact information about a person or an organization.</p>
<p><strong>vCard GEO property</strong></p>
<p>The geographic location of a person&#8217;s office is of course one of those properties &#8211; even the original specification of vCard (<a href="http://tools.ietf.org/html/rfc2426"title="RFC 2426 - vCard"  onclick="javascript:urchinTracker ('/outbound/article/tools.ietf.org');">RFC 2426</a>) contained an &#8220;GEO&#8221; property (defined in <a href="http://tools.ietf.org/html/rfc2426#section-3.4.2"title="GEO property of vCard"  onclick="javascript:urchinTracker ('/outbound/article/tools.ietf.org');">Section 3.4.2</a>). That property has a range of shortcomings:</p>
<ul>
<li>There&#8217;s no way to specify altitude</li>
<li>the Coordinate Reference System is not defined (see <a href="http://www.gichd.org/fileadmin/pdf/IMSMA/fact-sheets/GICHDFactSheet3-Datums-WhyYouShouldCare-July07.pdf"title="Wrong datum - Why you should care.."  onclick="javascript:urchinTracker ('/outbound/article/www.gichd.org');">here</a> [PDF] why you should care)</li>
<li>Recommends to always use six decimal places (roughly one meter) rather than allowing for uncertainty values</li>
</ul>
<p><strong>New revision of vCard includes &#8220;geo:&#8221; URI</strong></p>
<p>The current revision of the vCard specification (currently worked on in the IETF&#8217;s <a href="http://datatracker.ietf.org/wg/vcarddav/charter/" onclick="javascript:urchinTracker ('/outbound/article/datatracker.ietf.org');">VCARDDAV working group</a>) has changed the format of the &#8220;GEO&#8221; property. The <a href="http://tools.ietf.org/html/draft-ietf-vcarddav-vcardrev-11#section-6.5.2"title="revised vCard GEO property definition"  onclick="javascript:urchinTracker ('/outbound/article/tools.ietf.org');">new definition</a> requires a URI rather than the lat/lon tupel as value, and notes in an example that the &#8220;geo:&#8221; URI scheme is &#8220;particularly well-suited&#8221;, although other URI schemes are allowed too. A example vCard using the &#8220;geo:&#8221; URI looks like this (edited for brevity):</p>
<blockquote>
<pre>BEGIN:VCARD
VERSION:4.0
FN:Simon Perreault
...
<strong>GEO;TYPE=work:geo:46.772673,-71.282945</strong>
...
CLASS:PUBLIC
END:VCARD
</pre>
</blockquote>
<p>As outlined above, the structure of vCards allows to supply parameters for properties &#8211; in the example above, the GEO property is specified for the &#8220;work&#8221; location of the contact.</p>
<p><strong>vCard applications become geo: aware</strong></p>
<p>The integration of the URI scheme into the very popular vCard format means that very likely future revisions of vCard applications will be able to parse and use &#8220;geo:&#8221; URIs. Looking at the <a href="http://microformats.org/wiki/vcard-implementations"title="vCard applications"  onclick="javascript:urchinTracker ('/outbound/article/microformats.org');">list of applications</a> that support vCards, it looks like a bright future for our newly-born URI scheme.</p>
]]></content:encoded>
			<wfw:commentRss>http://geouri.org/2010/06/10/geo-and-vcards/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Perl module URI::geo</title>
		<link>http://geouri.org/2009/04/28/perl-module-urigeo/</link>
		<comments>http://geouri.org/2009/04/28/perl-module-urigeo/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 09:49:37 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Applications]]></category>

		<guid isPermaLink="false">http://geouri.org/2009/04/28/perl-module-urigeo/</guid>
		<description><![CDATA[Andy Armstrong of hexten has created yet another implementation of the &#8220;geo&#8221; URI scheme &#8211; this time it&#8217;s CPAN module for all the Perl fans out there: URI::geo provides a class to create and parse &#8220;geo&#8221; URIs from within Perl scripts &#8211; a simple example to create a URI from latitude and longitude information looks [...]]]></description>
			<content:encoded><![CDATA[<p>Andy Armstrong of <a href="http://www.hexten.com/" onclick="javascript:urchinTracker ('/outbound/article/www.hexten.com');">hexten</a> has created yet another implementation of the &#8220;geo&#8221; URI scheme &#8211; this time it&#8217;s CPAN module for all the Perl fans out there: <a href="http://search.cpan.org/~andya/URI-geo/" onclick="javascript:urchinTracker ('/outbound/article/search.cpan.org');">URI::geo</a> provides a class to create and parse &#8220;geo&#8221; URIs from within Perl scripts &#8211; a simple example to create a URI from latitude and longitude information looks like this:</p>
<pre>use URI::geo;</pre>
<pre>my $guri = URI::geo->new( { lat => 55, lon => -1 } );</pre>
<p>The current module version 0.0.4 is available from CPAN <a href="http://search.cpan.org/CPAN/authors/id/A/AN/ANDYA/URI-geo-0.04.tar.gz" onclick="javascript:urchinTracker ('/outbound/article/search.cpan.org');">here</a>, API documentation can be found <a href="http://search.cpan.org/~andya/URI-geo/lib/URI/geo.pm" onclick="javascript:urchinTracker ('/outbound/article/search.cpan.org');">here</a>.</p>
<p>Andy, thanks for implementing and getting the module into CPAN!</p>
]]></content:encoded>
			<wfw:commentRss>http://geouri.org/2009/04/28/perl-module-urigeo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android implements &#8220;geo&#8221; URI, IETF accepts draft specification</title>
		<link>http://geouri.org/2009/04/02/android-implements-geo-uri-ietf-accepts-draft-specification/</link>
		<comments>http://geouri.org/2009/04/02/android-implements-geo-uri-ietf-accepts-draft-specification/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 14:58:34 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Drafting]]></category>

		<guid isPermaLink="false">http://geouri.org/2009/04/02/android-implements-geo-uri-ietf-accepts-draft-specification/</guid>
		<description><![CDATA[A new version of the &#8220;geo&#8221; URI specification was discussed at the IETF&#8217;s 74th meeting in San Francisco. As more and more applications pop up around the internet, the GEOPRIV working group recognized that there is definitely a need for a simple, short, but yet standardized way to refer to a spatial location. Following the [...]]]></description>
			<content:encoded><![CDATA[<p>A new version of the <a href="http://tools.ietf.org/html/draft-mayrhofer-geopriv-geo-uri-01"title="draft-mayrhofer-geopriv-geo-uri"  onclick="javascript:urchinTracker ('/outbound/article/tools.ietf.org');">&#8220;geo&#8221; URI specification</a> was discussed at the IETF&#8217;s 74th meeting in San Francisco. As more and more applications pop up around the internet, the <a href="http://www.ietf.org/html.charters/geopriv-charter.html" onclick="javascript:urchinTracker ('/outbound/article/www.ietf.org');">GEOPRIV working group</a> recognized that there is definitely a need for a simple, short, but yet standardized way to refer to a spatial location.</p>
<p>Following the 20 minute <a href="http://www.ietf.org/proceedings/09mar/slides/geopriv-3.pdf" onclick="javascript:urchinTracker ('/outbound/article/www.ietf.org');">presentation</a> of the new draft version (which primarily incorporated some clarifications regarding WGS84, and the semantics of coordinates reflecting the poles), the working group was asked whether it would want to accept the &#8220;geo&#8221; URI draft as an official working group item.</p>
<p>The draft was accepted with overwhelming concensus, and will soon be renamed to reflect the working group adoption. That also means we&#8217;re a big step closer towards publication of the document as a draft standard RFC.<br />
In other news, an esteemed colleage of mine discovered that Google&#8217;s mobile operating system <a href="http://www.android.com/" onclick="javascript:urchinTracker ('/outbound/article/www.android.com');">&#8220;Android&#8221;</a> already supports the &#8220;geo&#8221; URI! So anybody who happens to use such a phone (or has installed the emulator) can already make use of web pages containing &#8220;geo&#8221; URIs &#8211; once they are clicked, the phone starts the mapping application, and pans to the location indicated in the URI.</p>
<p>This is the first wide-spread implementation we&#8217;re aware of &#8211; see the relevant <a href="http://developer.android.com/guide/appendix/g-app-intents.html" onclick="javascript:urchinTracker ('/outbound/article/developer.android.com');">API documentation page</a>. We&#8217;re quite excited, and looking forward to more platforms containing early implementations of the URI scheme.</p>
]]></content:encoded>
			<wfw:commentRss>http://geouri.org/2009/04/02/android-implements-geo-uri-ietf-accepts-draft-specification/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;geo:&#8221; URI JavaScript parser</title>
		<link>http://geouri.org/2007/03/12/geo-uri-javascript-parser/</link>
		<comments>http://geouri.org/2007/03/12/geo-uri-javascript-parser/#comments</comments>
		<pubDate>Mon, 12 Mar 2007 15:19:01 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Applications]]></category>
<category>geouri</category><category>Gutenkarte</category><category>JavaScript</category><category>jQuery</category><category>Mashup</category><category>Parser</category>
		<guid isPermaLink="false">http://geouri.org/2007/03/12/geo-uri-javascript-parser/</guid>
		<description><![CDATA[As another proof of concept I wrote a little &#8220;geo:&#8221; URI JavaScript parser. Basically it scans all anchors in a given text for &#8220;geo:&#8221; links, extracts location and meta information (e.g. coordinates and corresponding text), places them on a map and appends the map to the text. I choose to go with a Google Map [...]]]></description>
			<content:encoded><![CDATA[<p>As another proof of concept I wrote a little &#8220;geo:&#8221; URI JavaScript parser.<br />
Basically it scans all anchors in a given text for &#8220;geo:&#8221; links, extracts location and meta information (e.g. coordinates and corresponding text), places them on a map and appends the map to the text.</p>
<p>I choose to go with a Google Map because I already knew the API, so it was the easiest way. Of course one could modify the script to use any other mapping API&#8217;s, create a KML or even transfer the data to a GIS application. If I can free some time in the next weeks I&#8217;ll spice the script a little up, some more user defined parameters (e.g. map dimension, marker symbols) and the interpretation of query arguments would be nice though.</p>
<p>See a quick example <a href="http://www.spanring.eu/geouri/"title="geoURI JavaScript parser example"  onclick="javascript:urchinTracker ('/outbound/article/www.spanring.eu');">here</a>: the locations of a few cultural venues are marked with &#8220;geo:&#8221; anchors, scanned by the script and dynamically shown in the map below.</p>
<p>However, if you&#8217;re interested you can download the JavaScript file <a href="http://www.spanring.eu/geouri/lib/geouriparser.js"title="geoURI JavaScript parser"  onclick="javascript:urchinTracker ('/outbound/article/www.spanring.eu');">here</a>. You&#8217;ll need a copy of <a href="http://jquery.com/"title="jQuery"  onclick="javascript:urchinTracker ('/outbound/article/jquery.com');">jQuery</a> (I used version 1.1.2) and a valid Google Maps key for your domain too. Then just add the corresponding 3 script elements (Google key, jQuery and geouriparser.js) into the head of your document and let the script find and display the geoURIs in your text.</p>
<p>The idea is heavily inspired by <a href="http://gutenkarte.org/"title="Gutenkarte"  onclick="javascript:urchinTracker ('/outbound/article/gutenkarte.org');">Gutenkarte</a>, a presentation of <a href="http://labs.metacarta.com/"title="MetaCarta Labs"  onclick="javascript:urchinTracker ('/outbound/article/labs.metacarta.com');">MetaCarta Labs</a> I remembered from last year&#8217;s Where 2.0 conference. Gutenkarte is based on MetaCarta&#8217;s Geoparser API, which is of course far more complex than my few lines JavaSrcipt code.</p>
]]></content:encoded>
			<wfw:commentRss>http://geouri.org/2007/03/12/geo-uri-javascript-parser/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Firefox extension handles &#8220;geo:&#8221; URI</title>
		<link>http://geouri.org/2007/02/26/firefox-extension-handles-geo-uri/</link>
		<comments>http://geouri.org/2007/02/26/firefox-extension-handles-geo-uri/#comments</comments>
		<pubDate>Mon, 26 Feb 2007 15:52:38 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Applications]]></category>
<category>extension</category><category>firefox</category><category>geo</category><category>geouri</category><category>mapping</category><category>plugin</category><category>spatial</category>
		<guid isPermaLink="false">http://geouri.org/2007/02/26/firefox-extension-handles-geo-uri/</guid>
		<description><![CDATA[The first version of a firefox extension to handle geo-URIs is now available. The plugin uses a proxy to forward &#8216;geo:&#8217; requests to a mapping service (currently Google Maps, we&#8217;re planning to make this configurable RSN). (click screenshot to install) The extension should be compatible with Firefox 1.5 and above &#8211; You might need to [...]]]></description>
			<content:encoded><![CDATA[<p>The first version of a <a href='http://www.mozilla.com/'>firefox</a> extension to handle geo-URIs is now available. The plugin uses a proxy to forward &#8216;geo:&#8217; requests to a mapping service (currently Google Maps, we&#8217;re planning to make this configurable RSN).</p>
<p><a href='http://p.geouri.org/download/geoURI-0.0.1.xpi'><img src='/wp-content/uploads/2007/02/geo-firefox-plugin.jpg'></a><br />
<em>(click screenshot to install)</em></p>
<p><a href='http://p.geouri.org/download/geoURI-0.0.1.xpi'>The extension</a> should be compatible with Firefox 1.5 and above &#8211; You might need to allow software installations from &#8220;p.geouri.org&#8221;, and firefox will need to be restarted.</p>
<p>After installation, clicking on the following link should bring up a map of Vienna&#8217;s city centre:</p>
<p><a href='geo:48.208333,16.372778'>geo:48.208333,16.372778</a></p>
<p>As usual, feedback is appreciated &#8211; please note that this extension is currently at a &#8220;proof of concept&#8221; level, subsequent versions will provide more choice of mapping services via a configuration option. The extension should detect new versions automatically as we release them.</p>
]]></content:encoded>
			<wfw:commentRss>http://geouri.org/2007/02/26/firefox-extension-handles-geo-uri/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>
