<?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>Nyheter, Nyheterna, Bref nouvelles de Suède &#187; 2011 &#187; janvier &#187; 22</title>
	<atom:link href="http://www.cilou-et-gus.net/nyheter/2011/01/22/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cilou-et-gus.net/nyheter</link>
	<description></description>
	<lastBuildDate>Mon, 27 Aug 2012 13:20:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>La ville part en morceaux !</title>
		<link>http://www.cilou-et-gus.net/nyheter/2011/01/22/la-ville-part-en-morceaux/</link>
		<comments>http://www.cilou-et-gus.net/nyheter/2011/01/22/la-ville-part-en-morceaux/#comments</comments>
		<pubDate>Sat, 22 Jan 2011 14:45:10 +0000</pubDate>
		<dc:creator>Cécile</dc:creator>
				<category><![CDATA[La photo du jour]]></category>
		<category><![CDATA[Hotel de Ville]]></category>
		<category><![CDATA[Södermalm]]></category>
		<category><![CDATA[Sur les hauteurs de Södermalm]]></category>

		<guid isPermaLink="false">http://www.cilou-et-gus.net/nyheter/?p=2072</guid>
		<description><![CDATA[Mais elle continue à s&#8217;agiter : 


Photos réalisées par Cédric
Les photos ci-dessus ont été prises au cours d&#8217;une petite balade dans Södermalm.
.entry .olMapViewport img { max-width: none; }#map_1 {padding: 0; margin: 0;}#map_1 img{padding: 0; margin: 0;border:none;margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:0px;}/* = limit) {            return OpenLayers.Util.getImagesLocation() + "404.png";  [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/01/2011-01-22_PhotoDuJour.jpg"><img class="size-medium wp-image-2071    aligncenter" title="2011-01-22_PhotoDuJour" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/01/2011-01-22_PhotoDuJour-512x339.jpg" alt="" width="512" height="339" /></a></p>
<p style="text-align: justify;">Mais elle continue à s&#8217;agiter : </p>
<p style="text-align: center;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/01/2011-01-22_PhotoDuJour_bis.jpg"><img class="size-medium wp-image-2073  aligncenter" title="2011-01-22_PhotoDuJour_bis" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/01/2011-01-22_PhotoDuJour_bis-512x339.jpg" alt="" width="512" height="339" /></a></p>
<p style="text-align: center;">
<p style="text-align: right;"><em>Photos réalisées par Cédric</em></p>
<p style="text-align: left;">Les photos ci-dessus ont été prises au cours d&#8217;une petite balade dans Södermalm.</p>
<p style="text-align: center;"><style type="text/css">.entry .olMapViewport img { max-width: none; }#map_2 {padding: 0; margin: 0;}#map_2 img{padding: 0; margin: 0;border:none;margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:0px;}</style><div id="map_2" style="width:512px; height:450px; overflow:hidden;padding:0px;border:none;"><script type="text/javascript">/* <![CDATA[ */(function($) { map = new OpenLayers.Map ("map_2", {            controls:[              new OpenLayers.Control.Navigation(),              new OpenLayers.Control.PanZoom(),              new OpenLayers.Control.Attribution()              ],          maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),          maxResolution: 156543.0399,          numZoomLevels: 19,          units: "m",          projection: new OpenLayers.Projection("EPSG:900913"),           displayProjection: new OpenLayers.Projection("EPSG:4326")      } );var lmap = new OpenLayers.Layer.OSM.Mapnik("Mapnik");map.addLayer(lmap);    function osm_getTileURL(bounds) {        var res = this.map.getResolution();        var x = Math.round((bounds.left - this.maxExtent.left) / (res * this.tileSize.w));        var y = Math.round((this.maxExtent.top - bounds.top) / (res * this.tileSize.h));        var z = this.map.getZoom();        var limit = Math.pow(2, z);        if (y < 0 || y >= limit) {            return OpenLayers.Util.getImagesLocation() + "404.png";        } else {            x = ((x % limit) + limit) % limit;            return this.url + z + "/" + x + "/" + y + "." + this.type;        }    }var lonLat = new OpenLayers.LonLat(18.067,59.325).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,13);  var lgml = new OpenLayers.Layer.GML("2011-01-22_OSM-track_balade-en-ville", "http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/01/2011-01-22_OSM-track_balade-en-ville.gpx", {    format: OpenLayers.Format.GPX,    style: {strokeColor: "blue", strokeWidth: 5, strokeOpacity: 0.5},    projection: new OpenLayers.Projection("EPSG:4326")  });  map.addLayer(lgml);var pois = new OpenLayers.Layer.Text( "2011-01-22_OSM-markers_balade",        { location:"http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/01/2011-01-22_OSM-markers_balade.txt",          projection: map.displayProjection        });map.addLayer(pois);})(jQuery)/* ]]&gt; */ </script></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cilou-et-gus.net/nyheter/2011/01/22/la-ville-part-en-morceaux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
