<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Testbaudson - GIS</title>
    <link>http://baudson.cute-ice.de/serendipity/</link>
    <description>developing software at a sustainable pace</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.3.1 - http://www.s9y.org/</generator>
    <pubDate>Sat, 10 Jul 2010 12:54:25 GMT</pubDate>

    <image>
        <url>http://baudson.cute-ice.de/serendipity/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Testbaudson - GIS - developing software at a sustainable pace</title>
        <link>http://baudson.cute-ice.de/serendipity/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>OWS search engines</title>
    <link>http://baudson.cute-ice.de/serendipity/index.php?/archives/60-OWS-search-engines.html</link>
            <category>GIS</category>
    
    <comments>http://baudson.cute-ice.de/serendipity/index.php?/archives/60-OWS-search-engines.html#comments</comments>
    <wfw:comment>http://baudson.cute-ice.de/serendipity/wfwcomment.php?cid=60</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://baudson.cute-ice.de/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=60</wfw:commentRss>
    

    <author>nospam@example.com (Testbaudson)</author>
    <content:encoded>
    OWS are OGC Web Services. I would like to find OWS on specific topics by entering a keyword. What OWS search engines are out there? With your help, I&#039;m trying to compile a list (now edited witinks provided by ThomasG, thank you!)&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;&lt;br /&gt;
&lt;li&gt;&lt;a href=&quot;http://geopole.org/&quot;&gt;GeoPole&lt;/a&gt; by SourcePole AG&lt;br /&gt;
&lt;li&gt;&lt;a href=&quot;http://ows-search-engine.appspot.com&quot;&gt;OWS search engine&lt;/a&gt; by Benjamin Chartier&lt;br /&gt;
&lt;li&gt;&lt;a href=&quot;http://www.google.com/search?q=allinurl%3A+getcapabilities&quot;&gt;Google&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;&lt;a href=&quot;http://geometa.info/search.jsp?query=type%3Awms/&quot; title=&quot;GeoMeta&quot;&gt;GeoMeta&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;&lt;a href=&quot;http://wiki.osgeo.org/wiki/Geodata_Discovery_Working_Group#Existing_.28Meta.29_Search_Projects_and_Related_Efforts%20?&quot;&gt;link list at OSGeo wiki&lt;/a&gt;&lt;br /&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sat, 03 Jul 2010 13:11:54 +0200</pubDate>
    <guid isPermaLink="false">http://baudson.cute-ice.de/serendipity/index.php?/archives/60-guid.html</guid>
    
</item>
<item>
    <title>PostGIS: Splitting a line into segments with another line</title>
    <link>http://baudson.cute-ice.de/serendipity/index.php?/archives/45-PostGIS-Splitting-a-line-into-segments-with-another-line.html</link>
            <category>GIS</category>
    
    <comments>http://baudson.cute-ice.de/serendipity/index.php?/archives/45-PostGIS-Splitting-a-line-into-segments-with-another-line.html#comments</comments>
    <wfw:comment>http://baudson.cute-ice.de/serendipity/wfwcomment.php?cid=45</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://baudson.cute-ice.de/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=45</wfw:commentRss>
    

    <author>nospam@example.com (Testbaudson)</author>
    <content:encoded>
    The objective was to split a line into segments with another line. Here&#039;s what I came up with, the first argument being the source line, the second the line used for cutting the first&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
SELECT astext(geom) FROM dump ((&lt;br /&gt;
 SELECT ST_AsText(ST_FORCE_COLLECTION(ST_Difference(&lt;br /&gt;
  &#039;LINESTRING (5 5, 3 3, 2 2, 0 0 )&#039;::geometry,&lt;br /&gt;
  &#039;LINESTRING ( 2 0, 0 2 )&#039;::geometry&lt;br /&gt;
 )))&lt;br /&gt;
))&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
The result is a set of linestrings. &lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
LINESTRING(5 5,3 3,2 2,1 1)&lt;br /&gt;
LINESTRING(1 1,0 0)&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Absolutely trivial, but maybe you can use it. 
    </content:encoded>

    <pubDate>Tue, 12 Jan 2010 15:04:06 +0100</pubDate>
    <guid isPermaLink="false">http://baudson.cute-ice.de/serendipity/index.php?/archives/45-guid.html</guid>
    
</item>
<item>
    <title>Display filming locations from IMDb in Openlayers</title>
    <link>http://baudson.cute-ice.de/serendipity/index.php?/archives/33-Display-filming-locations-from-IMDb-in-Openlayers.html</link>
            <category>GIS</category>
    
    <comments>http://baudson.cute-ice.de/serendipity/index.php?/archives/33-Display-filming-locations-from-IMDb-in-Openlayers.html#comments</comments>
    <wfw:comment>http://baudson.cute-ice.de/serendipity/wfwcomment.php?cid=33</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://baudson.cute-ice.de/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=33</wfw:commentRss>
    

    <author>nospam@example.com (Testbaudson)</author>
    <content:encoded>
    Today I had some free time on my hands, and created a useless mash-up. The idea is to display the filming locations of a certain movie on a map. Here&#039;s what you have to do:&lt;br /&gt;
&lt;br /&gt;
- copy this &lt;a href=&quot;javascript:var exp=/http:\/\/[a-zA-Z\.]*imdb\.com\/title\/(tt[0-9]{7})/;var res=document.location.href.match(exp);if(res&amp;&amp;res.length&gt;0){document.location.href=&#039;http://mapbender.wheregroup.com/film/filmmap.php?id=&#039;+res[1];}&lt;br /&gt;
&quot;&gt;link&lt;/a&gt; into your bookmarks toolbar&lt;br /&gt;
- visit the &lt;a href=&quot;http://www.imdb.com&quot;&gt;IMDb&lt;/a&gt; and navigate to a movie, for example &lt;a href=&quot;http://www.imdb.com/title/tt0758758/&quot;&gt;&quot;Into the Wild&quot;&lt;/a&gt;&lt;br /&gt;
- click the link in the bookmarks toolbar&lt;br /&gt;
&lt;br /&gt;
You are then being redirected to a website that displays a map like this&lt;br /&gt;
&lt;br /&gt;
&lt;img width=450 src=&quot;http://baudson.cute-ice.de/serendipity/uploads/filminglocations.png&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
The PHP parser gets the location names from IMDb, sends these names as query strings to the Yahoo! Geocoding API, which the returns coordinates the are being displayed by OpenLayers. It&#039;s needs some fine-tuning, but you get the idea &lt;img src=&quot;http://baudson.cute-ice.de/serendipity/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
And finally, the credits: This mash-up uses &lt;a href=&quot;http://openlayers.org/&quot;&gt;Openlayers&lt;/a&gt;, the &lt;a href=&quot;http://developer.yahoo.com/maps/rest/V1/geocode.html&quot;&gt;Yahoo! Geocoding API&lt;/a&gt;, &lt;a href=&quot;http://jquery.com/&quot;&gt;jQuery&lt;/a&gt;, &lt;a href=&quot;http://www.anthor.net/blog/pages/jQuery-Progression&quot;&gt;jQuery Progression&lt;/a&gt;, &lt;a href=&quot;http://jquery.malsup.com/block/&quot;&gt;jQuery BlockUI&lt;/a&gt; and &lt;a href=&quot;http://www.openstreetmap.org/&quot;&gt;OpenStreetMap&lt;/a&gt; data. 
    </content:encoded>

    <pubDate>Wed, 10 Jun 2009 19:18:08 +0200</pubDate>
    <guid isPermaLink="false">http://baudson.cute-ice.de/serendipity/index.php?/archives/33-guid.html</guid>
    
</item>
<item>
    <title>Mapbender: a set of jQuery plugins?</title>
    <link>http://baudson.cute-ice.de/serendipity/index.php?/archives/30-Mapbender-a-set-of-jQuery-plugins.html</link>
            <category>Mapbender</category>
    
    <comments>http://baudson.cute-ice.de/serendipity/index.php?/archives/30-Mapbender-a-set-of-jQuery-plugins.html#comments</comments>
    <wfw:comment>http://baudson.cute-ice.de/serendipity/wfwcomment.php?cid=30</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://baudson.cute-ice.de/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=30</wfw:commentRss>
    

    <author>nospam@example.com (Testbaudson)</author>
    <content:encoded>
    As &lt;a href=&quot;http://www.mapbender.org/&quot;&gt;Mapbender&lt;/a&gt; makes heavy use of the &lt;a href=&quot;http://jquery.com/&quot;&gt;jQuery&lt;/a&gt; library, I thought it would be nice to use its plugin system for adding control elements to Mapbender map applications.&lt;br /&gt;
&lt;br /&gt;
Currently, all Mapbender application elements (like zoom, pan etc.) are configured with Mapbender&#039;s own administration interface, which is an extended HTML editor: Each element is represented as an &lt;strong&gt;HTML DOM element&lt;/strong&gt; with additional information like styles or &lt;strong&gt;behaviour&lt;/strong&gt;. For example, a zoom button is nothing but an &lt;em&gt;img&lt;/em&gt; tag with a CSS style (e.g. position in the application) and behaviour (a JavaScript function that adds events like &lt;em&gt;onclick&lt;/em&gt; to the button).&lt;br /&gt;
&lt;br /&gt;
You can also &lt;strong&gt;customize&lt;/strong&gt; an element by passing element variables to it. This is nothing but a set of key/value pairs that are entered into another administration form, and which will be interpreted by the JavaScript.&lt;br /&gt;
&lt;br /&gt;
An easy way to standardize the interface between the Mapbender administration and Mapbender application elements would be to use jQuery&#039;s plugin system. The syntax of jQuery is quite easy:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;strong&gt;$(&lt;/strong&gt;selector&lt;strong&gt;).&lt;/strong&gt;plugin&lt;strong&gt;(&lt;/strong&gt;options&lt;strong&gt;)&lt;/strong&gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
This would translate to Mapbender like this &lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;strong&gt;$(&lt;/strong&gt;HTML DOM element&lt;strong&gt;).&lt;/strong&gt;behaviour&lt;strong&gt;(&lt;/strong&gt;customization&lt;strong&gt;)&lt;/strong&gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
The Mapbender element JavaScript would look like this&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;$.fn.&lt;em&gt;element_id&lt;/em&gt; = function (options) {&lt;br /&gt;
&amp;#160;&amp;#160;&amp;#160;&amp;#160;return this.each(function () {&lt;br /&gt;
&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;em&gt;// add behaviour here&lt;/em&gt;&lt;br /&gt;
&amp;#160;&amp;#160;&amp;#160;&amp;#160;});&lt;br /&gt;
}&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
I think if we adopted this style of creating application elements, developing for Mapbender would be much easier. &lt;br /&gt;
&lt;br /&gt;
As far as I have understood, &lt;a href=&quot;http://www.geoext.org/&quot;&gt;GeoExt&lt;/a&gt; is doing something similar, but is using Ext instead of jQuery. But I&#039;m not sure if there already is a backend to configure GeoExt plugins.&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Thu, 28 May 2009 08:46:19 +0200</pubDate>
    <guid isPermaLink="false">http://baudson.cute-ice.de/serendipity/index.php?/archives/30-guid.html</guid>
    
</item>
<item>
    <title>A pseudo slippy map for Mapbender</title>
    <link>http://baudson.cute-ice.de/serendipity/index.php?/archives/24-A-pseudo-slippy-map-for-Mapbender.html</link>
            <category>Mapbender</category>
    
    <comments>http://baudson.cute-ice.de/serendipity/index.php?/archives/24-A-pseudo-slippy-map-for-Mapbender.html#comments</comments>
    <wfw:comment>http://baudson.cute-ice.de/serendipity/wfwcomment.php?cid=24</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://baudson.cute-ice.de/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=24</wfw:commentRss>
    

    <author>nospam@example.com (Testbaudson)</author>
    <content:encoded>
    A &quot;slippy map&quot; is an interactive map with an intuitive user interface: The user can simply navigate around in the map, while new parts of the map (typically, tiles) are added dynamically. The map as a whole doesn&#039;t have to be reloaded, which gives the user the illusion that the map is fully available all of the time.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.mapbender.org&quot;&gt;Mapbender&lt;/a&gt; is only able to display untiled map services (&lt;a href=&quot;http://www.opengeospatial.org/standards/wms&quot;&gt;OGC WMS&lt;/a&gt;). Due to this restriction, it is not feasible to preload or cache images efficiently: There are no rigid zoom levels, and this makes the amount of possible map images infinite. The downside is that moving around on the map is not a seamless experience for the user. There are a few things that can be done about this, unless you abandon untiled WMS and use tiled maps. I would recommend using &lt;a href=&quot;http://openlayers.org/&quot;&gt;OpenLayers&lt;/a&gt; for tiled maps. &lt;br /&gt;
&lt;br /&gt;
But this is what can be done: The old map image could be kept until the new one is loaded, to avoid a blank map. The old image could also be adjusted while the new map is loaded, so the extent of the old map is correct in respect to the extent of the new map: Practically, this means that the old image could be moved when navigating via &quot;center&quot; or the &quot;navFrame&quot; buttons, or could be enlarged or shrinked when zooming.&lt;br /&gt;
&lt;br /&gt;
Each new map requests generates a new div, which is positioned according to the old extent of the map. Once the map is loaded, the div becomes visible. The animation effects are simply done by &lt;a href=&quot;http://www.jquery.com&quot;&gt;jQuery&lt;/a&gt;&#039;s animate function. After the animation is finished, the div of the previous map is removed.&lt;br /&gt;
&lt;br /&gt;
Here&#039;s a demo:&lt;br /&gt;
&lt;iframe width=450 height=450 frameborder=&quot;no&quot; style=&quot;overflow:hidden&quot; src=&quot;http://mapbender.wheregroup.com/mapbender_pseudoSlippy/frames/login.php?name=pseudoSlippy_small&amp;password=pseudoSlippy&quot; &gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;br /&gt;
To include this demo on your website, use this &lt;a href=&quot;http://pastebin.com/f4cf2605a&quot;&gt;bit of HTML&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Please tell me what you think about it. Maybe you have some good ideas how to improve it. Please file bugs under this &lt;a href=&quot;http://trac.osgeo.org/mapbender/ticket/444&quot;&gt;ticket&lt;/a&gt; at the Mapbender bug tracker.&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Thu, 16 Apr 2009 18:40:00 +0200</pubDate>
    <guid isPermaLink="false">http://baudson.cute-ice.de/serendipity/index.php?/archives/24-guid.html</guid>
    
</item>
<item>
    <title>FOSS4G 2009 in Sydney</title>
    <link>http://baudson.cute-ice.de/serendipity/index.php?/archives/23-FOSS4G-2009-in-Sydney.html</link>
            <category>GIS</category>
    
    <comments>http://baudson.cute-ice.de/serendipity/index.php?/archives/23-FOSS4G-2009-in-Sydney.html#comments</comments>
    <wfw:comment>http://baudson.cute-ice.de/serendipity/wfwcomment.php?cid=23</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://baudson.cute-ice.de/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=23</wfw:commentRss>
    

    <author>nospam@example.com (Testbaudson)</author>
    <content:encoded>
    FOSS4G is the international conference for Free and Open Source Software, to be held in Sydney Australia, 20-23 October 2009. It attracts the best international developers and companies for Geospatial Open Standards and Open Source, as well as agencies deploying Spatial Data Infrastructure solutions, largely from the government sector.&lt;br /&gt;
&lt;br /&gt;
   &lt;a href=&quot;http://2009.foss4g.org&quot;&gt;&lt;br /&gt;
     &lt;img src=&quot;http://2009.foss4g.org/images/web-banner-square.jpg&quot; alt=&quot;FOSS4G Conference&quot; /&gt;&lt;br /&gt;
   &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
More details about FOSS4G&#039;s comprehensive program can be found at: &lt;a href=&quot;http://2009.foss4g.org&quot;&gt;http://2009.foss4g.org&lt;/a&gt;&lt;br /&gt;
You can view this press release with images at: &lt;a href=&quot;http://wiki.osgeo.org/wiki/FOSS4G_2009_Press_Release_10&quot;&gt;http://wiki.osgeo.org/wiki/FOSS4G_2009_Press_Release_10&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Media Sponsors&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
- Position Magazine: &lt;a href=&quot;http://www.positionmag.com.au/&quot;&gt;http://www.positionmag.com.au/&lt;/a&gt;&lt;br /&gt;
- Geoconnexions Magazine: &lt;a href=&quot;http://www.geoconnexion.com/&quot;&gt;http://www.geoconnexion.com/&lt;/a&gt;&lt;br /&gt;
- Directions Magazine: &lt;a href=&quot;http://directionsmag.com/&quot;&gt;http://directionsmag.com/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Fri, 03 Apr 2009 08:37:44 +0200</pubDate>
    <guid isPermaLink="false">http://baudson.cute-ice.de/serendipity/index.php?/archives/23-guid.html</guid>
    
</item>
<item>
    <title>Wikinear, FireEagle, OAuth</title>
    <link>http://baudson.cute-ice.de/serendipity/index.php?/archives/9-Wikinear,-FireEagle,-OAuth.html</link>
            <category>GIS</category>
    
    <comments>http://baudson.cute-ice.de/serendipity/index.php?/archives/9-Wikinear,-FireEagle,-OAuth.html#comments</comments>
    <wfw:comment>http://baudson.cute-ice.de/serendipity/wfwcomment.php?cid=9</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://baudson.cute-ice.de/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=9</wfw:commentRss>
    

    <author>nospam@example.com (Testbaudson)</author>
    <content:encoded>
    Today I looked a little more into OpenId and &lt;a href=&quot;http://oauth.net/&quot;&gt;OAuth&lt;/a&gt;, and how they fit together. &lt;br /&gt;
&lt;br /&gt;
I watched that lecture by Joseph Smarr from Google I/O, &lt;a href=&quot;http://sites.google.com/site/io/opensocial-openid-and-oauth-oh-my&quot;&gt;&quot;OpenSocial, OpenID, and OAuth: Oh, My!&quot;&lt;/a&gt;, which was very interesting, but so full with new information that I will need to watch it again. A review will follow. But I remembered OAuth was used in a mash-up called &lt;a href=&quot;http://wikinear.com/&quot;&gt;Wikinear&lt;/a&gt; that I think is definitely worth talking about.&lt;br /&gt;
&lt;br /&gt;
Wikinear is a mash-up which displays placemarks on a map. These placemarks correspond to locations of &lt;a href=&quot;http://www.wikipedia.org&quot;&gt;Wikipedia&lt;/a&gt; articles near a given position. Imagine you&#039;re a tourist, and walk through a city. By passing your location to Wikinear via GPS, you will discover interesting sites nearby (at least they are relevant enough to have their own Wikipedia entry). It looks something like this:&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://baudson.cute-ice.de/serendipity/uploads/fireeagle_screen3.png&quot; alt=&quot;&quot; width=300/&gt;&lt;br /&gt;
&lt;br /&gt;
Wikinear is based on four components, the most important being a reverse geocoding web service by &lt;a href=&quot;http://www.geonames.org&quot;&gt;Geonames.org&lt;/a&gt; (&lt;a href=&quot;http://www.geonames.org/export/wikipedia-webservice.html#findNearbyWikipedia&quot;&gt;findNearbyWikipedia&lt;/a&gt;). This returns Wikipedia articles within a distance around a given location (Geonames.org also offers to retrieve Wikipedia articles within a bounding box). Here&#039;s a &lt;a href=&quot;http://ws.geonames.org/findNearbyWikipedia?lat=50.72&amp;lng=7.11&amp;style=full&amp;maxRows=100&amp;lang=de&amp;radius=1&quot;&gt;sample request&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
The map is just a &lt;a href=&quot;http://code.google.com/apis/maps/documentation/staticmaps/&quot;&gt;static Google map&lt;/a&gt;. You don&#039;t need JavaScript when displaying a static map, this is just a static image specified by a few parameters. Obviously, you need a &lt;a href=&quot;http://code.google.com/apis/maps/signup.html&quot;&gt;Google Maps key&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
The third (and I think, most interesting) component is &lt;a href=&quot;http://fireeagle.yahoo.net/&quot;&gt;FireEagle&lt;/a&gt;, which acts as a location broker (Here&#039;s a &lt;a href=&quot;http://www.slideshare.net/rabble/liberating-location-fire-eagle-ecomm-2008/&quot;&gt;presentation&lt;/a&gt;). Applications feed location data into FireEagle, and the user decides, which data is shared with which applications. You can, for example, let your GPS-capable mobile phone update your location data in FireEagle (you can also log in manually and enter an address, which will be geocoded; this is what I did in order to get the screenshots). Then you can register Wikinear with FireEagle, which will look something like this:&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://baudson.cute-ice.de/serendipity/uploads/fireeagle_screen2.png&quot; alt=&quot;&quot; width=300/&gt;&lt;br /&gt;
&lt;br /&gt;
The communication between Wikinear and FireEagle is secured via &lt;a href=&quot;http://oauth.net/&quot;&gt;OAuth&lt;/a&gt; (Here&#039;s a &lt;a href=&quot;http://oauth.net/about/&quot;&gt;description&lt;/a&gt;). OAuth shares confidential information tokens while protecting account credentials. I think this means, that you can let the Wikinear application use your location data while logging in at FireEagle only. But I will surely rewatch the lecture mentioned at the beginning and share any new insights.&lt;br /&gt;
&lt;br /&gt;
I tried to sum it all up in a diagram.&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://baudson.cute-ice.de/serendipity/uploads/wikinear.png&quot; width=300 alt=&quot;&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sun, 16 Nov 2008 20:48:33 +0100</pubDate>
    <guid isPermaLink="false">http://baudson.cute-ice.de/serendipity/index.php?/archives/9-guid.html</guid>
    
</item>

</channel>
</rss>