<?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>iPano &#187; Other towns</title>
	<atom:link href="https://en.ipano.eu/category/Town/Other-towns/feed" rel="self" type="application/rss+xml" />
	<link>https://en.ipano.eu</link>
	<description>Un site utilisant WordPress</description>
	<lastBuildDate>Sat, 13 Jun 2020 10:00:00 +0000</lastBuildDate>
	<language>fr-FR</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8</generator>
	<item>
		<title>Rocamadour Castel</title>
		<link>https://en.ipano.eu/rocamadour/540</link>
		<comments>https://en.ipano.eu/rocamadour/540#comments</comments>
		<pubDate>Sun, 04 Dec 2016 10:00:00 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[France]]></category>
		<category><![CDATA[Other towns]]></category>
		<category><![CDATA[Pays]]></category>
		<category><![CDATA[Town]]></category>

		<guid isPermaLink="false">http://en.ipano.eu/?p=540</guid>
		<description><![CDATA[]]></description>
	
<script src="http://en.ipano.eu/swfkrpano.js"></script>

<div id="pano" style="width:650px; height:330px;">
	
	<script>
			embedpano({swf:"http://en.ipano.eu/krpano.swf", xml:"http://en.ipano.eu/ad/ConquesChateau2015.xml", target:"pano", html5:"prefer"});
	</script>

</div>396 - <strong>At the castel of Rocamadour</strong> - Other towns - Dordogne valley - France - 2015<br>Photographer : Guy Parmentier - <a href="http://www.ipano.eu">ipano</a><b> -  </b><p> </p><p> </p>
    <link rel="stylesheet" href="http://www.ipano.eu/carte/ol.css" type="text/css">
    <style>
      .map {
        height: 330px;
        width: 650px;
      }
    </style>
    <div id="map" class="map"></div>
    <div id="overlay" style="background-color: red; width: 20px; height: 20px; border-radius: 10px;"></div>
    <script src="http://www.ipano.eu/carte/ol.js"></script>
    <script>
        // Declare a Tile layer with an OSM source
        var osmLayer = new ol.layer.Tile({
          source: new ol.source.OSM()
        });
		
        // Create latitude and longitude and convert them to default projection
        var place = ol.proj.transform([1.4509, 44.799], 'EPSG:4326', 'EPSG:3857');
		
		
		// an overlay to position at the center
        var overlay = new ol.Overlay({
          position: place,
          element: document.getElementById('overlay')
        });
		
		
        // Create a View, set it center and zoom level
        var view = new ol.View({
          center: place,
          zoom: 14
        });
		
        // Instanciate a Map, set the object target to the map DOM id
        var map = new ol.Map({
          target: 'map',
		  overlays: [overlay],
        });
		
        // Add the created layer to the Map
        map.addLayer(osmLayer);
        // Set the view for the map
        map.setView(view);
    </script>

Latitude: 44 47' 56.51'' N - Longitude: 1 27' 03.17'' E<div><span class="commentipano"></div>			<content:encoded><![CDATA[<p><a href="http://en.ipano.eu/?p=540"><img src="http://www.ipano.eu/img/ConquesChateau2015PT.jpg" alt="At the castel of Rocamadour"></a><br /><span id="more-540"></span><code></code></p>
]]></content:encoded>
			<wfw:commentRss>https://en.ipano.eu/rocamadour/540/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rocmadour Hotel Bellevue</title>
		<link>https://en.ipano.eu/rocmadour-hotel-bellevue/541</link>
		<comments>https://en.ipano.eu/rocmadour-hotel-bellevue/541#comments</comments>
		<pubDate>Sun, 04 Dec 2016 09:00:00 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[France]]></category>
		<category><![CDATA[Other towns]]></category>
		<category><![CDATA[Pays]]></category>
		<category><![CDATA[Town]]></category>

		<guid isPermaLink="false">http://en.ipano.eu/?p=541</guid>
		<description><![CDATA[]]></description>
	
<script src="http://en.ipano.eu/swfkrpano.js"></script>

<div id="pano" style="width:650px; height:330px;">
	
	<script>
			embedpano({swf:"http://en.ipano.eu/krpano.swf", xml:"http://en.ipano.eu/ad/RocamadourHotelBellevue-2015.xml", target:"pano", html5:"prefer"});
	</script>

</div>397 - <strong>Rocamadour at the early morning</strong> - Other towns - Dordogne valley - France - 2015<br>Photographer : Guy Parmentier - <a href="http://www.ipano.eu">ipano</a><b> -  </b><p> </p><p> </p>
    <link rel="stylesheet" href="http://www.ipano.eu/carte/ol.css" type="text/css">
    <style>
      .map {
        height: 330px;
        width: 650px;
      }
    </style>
    <div id="map" class="map"></div>
    <div id="overlay" style="background-color: red; width: 20px; height: 20px; border-radius: 10px;"></div>
    <script src="http://www.ipano.eu/carte/ol.js"></script>
    <script>
        // Declare a Tile layer with an OSM source
        var osmLayer = new ol.layer.Tile({
          source: new ol.source.OSM()
        });
		
        // Create latitude and longitude and convert them to default projection
        var place = ol.proj.transform([1.2936, 44.8036], 'EPSG:4326', 'EPSG:3857');
		
		
		// an overlay to position at the center
        var overlay = new ol.Overlay({
          position: place,
          element: document.getElementById('overlay')
        });
		
		
        // Create a View, set it center and zoom level
        var view = new ol.View({
          center: place,
          zoom: 14
        });
		
        // Instanciate a Map, set the object target to the map DOM id
        var map = new ol.Map({
          target: 'map',
		  overlays: [overlay],
        });
		
        // Add the created layer to the Map
        map.addLayer(osmLayer);
        // Set the view for the map
        map.setView(view);
    </script>

Latitude: 44 48' 12.79'' N - Longitude: 1 17' 37.02'' E<div><span class="commentipano"></div>			<content:encoded><![CDATA[<p><a href="http://en.ipano.eu/?p=541"><img src="http://www.ipano.eu/img/RocamadourHotelBellevue-2015PT.jpg" alt="Rocamadour at the early morning"></a><br /><span id="more-541"></span><code></code></p>
]]></content:encoded>
			<wfw:commentRss>https://en.ipano.eu/rocmadour-hotel-bellevue/541/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Noto church</title>
		<link>https://en.ipano.eu/Noto-church/213</link>
		<comments>https://en.ipano.eu/Noto-church/213#comments</comments>
		<pubDate>Sun, 14 Dec 2008 10:00:00 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Italy]]></category>
		<category><![CDATA[Other towns]]></category>
		<category><![CDATA[Pays]]></category>
		<category><![CDATA[Town]]></category>

		<guid isPermaLink="false">http://en.ipano.eu/?p=213</guid>
		<description><![CDATA[]]></description>
	
<script src="http://en.ipano.eu/swfkrpano.js"></script>

<div id="pano" style="width:650px; height:330px;">
	
	<script>
			embedpano({swf:"http://en.ipano.eu/krpano.swf", xml:"http://en.ipano.eu/ad/Noto.xml", target:"pano", html5:"prefer"});
	</script>

</div>213 - <strong>wedding at the Noto church</strong> - Other towns - Sicilz - Italy - 2008<br>Photographer : Guy Parmentier - <a href="http://www.ipano.eu">ipano</a><b> -  </b><p> </p><p> </p>
    <link rel="stylesheet" href="http://www.ipano.eu/carte/ol.css" type="text/css">
    <style>
      .map {
        height: 330px;
        width: 650px;
      }
    </style>
    <div id="map" class="map"></div>
    <div id="overlay" style="background-color: red; width: 20px; height: 20px; border-radius: 10px;"></div>
    <script src="http://www.ipano.eu/carte/ol.js"></script>
    <script>
        // Declare a Tile layer with an OSM source
        var osmLayer = new ol.layer.Tile({
          source: new ol.source.OSM()
        });
		
        // Create latitude and longitude and convert them to default projection
        var place = ol.proj.transform([15.0703, 36.8911], 'EPSG:4326', 'EPSG:3857');
		
		
		// an overlay to position at the center
        var overlay = new ol.Overlay({
          position: place,
          element: document.getElementById('overlay')
        });
		
		
        // Create a View, set it center and zoom level
        var view = new ol.View({
          center: place,
          zoom: 14
        });
		
        // Instanciate a Map, set the object target to the map DOM id
        var map = new ol.Map({
          target: 'map',
		  overlays: [overlay],
        });
		
        // Add the created layer to the Map
        map.addLayer(osmLayer);
        // Set the view for the map
        map.setView(view);
    </script>

Latitude: 36 53' 28.09'' N - Longitude: 15 4' 13.2'' E<div><span class="commentipano"></div>			<content:encoded><![CDATA[<p><a href="http://en.ipano.eu/?p=213"><img src="http://www.ipano.eu/img/NotoPT.jpg" alt="wedding at the Noto church"></a><br /><span id="more-213"></span><code></code></p>
]]></content:encoded>
			<wfw:commentRss>https://en.ipano.eu/Noto-church/213/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Porec</title>
		<link>https://en.ipano.eu/porec/202</link>
		<comments>https://en.ipano.eu/porec/202#comments</comments>
		<pubDate>Sat, 19 Apr 2008 11:00:00 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Croatia]]></category>
		<category><![CDATA[Other towns]]></category>
		<category><![CDATA[Pays]]></category>
		<category><![CDATA[Town]]></category>

		<guid isPermaLink="false">http://en.ipano.eu/?p=202</guid>
		<description><![CDATA[]]></description>
	
<script src="http://en.ipano.eu/swfkrpano.js"></script>

<div id="pano" style="width:650px; height:330px;">
	
	<script>
			embedpano({swf:"http://en.ipano.eu/krpano.swf", xml:"http://en.ipano.eu/ad/287.xml", target:"pano"});;
	</script>

</div>202 - <strong>Night panoramic from Pore&#269;</strong> - Other towns -  - Croatia - 2008<br>Photographer : Krajina Tomo - <a href="http://www.panoye.com/user.101-puzz.html">Panoye: share your panoramas!</a><p> </p><p> </p>
    <link rel="stylesheet" href="http://www.ipano.eu/carte/ol.css" type="text/css">
    <style>
      .map {
        height: 330px;
        width: 650px;
      }
    </style>
    <div id="map" class="map"></div>
    <div id="overlay" style="background-color: red; width: 20px; height: 20px; border-radius: 10px;"></div>
    <script src="http://www.ipano.eu/carte/ol.js"></script>
    <script>
        // Declare a Tile layer with an OSM source
        var osmLayer = new ol.layer.Tile({
          source: new ol.source.OSM()
        });
		
        // Create latitude and longitude and convert them to default projection
        var place = ol.proj.transform([13.5956, 45.2272], 'EPSG:4326', 'EPSG:3857');
		
		
		// an overlay to position at the center
        var overlay = new ol.Overlay({
          position: place,
          element: document.getElementById('overlay')
        });
		
		
        // Create a View, set it center and zoom level
        var view = new ol.View({
          center: place,
          zoom: 14
        });
		
        // Instanciate a Map, set the object target to the map DOM id
        var map = new ol.Map({
          target: 'map',
		  overlays: [overlay],
        });
		
        // Add the created layer to the Map
        map.addLayer(osmLayer);
        // Set the view for the map
        map.setView(view);
    </script>

Latitude: 45 13' 38'' N - Longitude: 13 35' 44'' E<div><span class="commentipano">Night shot of Pore&#269;\\\'s main city square.</div>			<content:encoded><![CDATA[<p><a href="http://en.ipano.eu/?p=202"><img src="http://www.ipano.eu/img/287PT.jpg" alt="Night panoramic from Pore&#269;"></a><br /><span id="more-202"></span><code></code></p>
]]></content:encoded>
			<wfw:commentRss>https://en.ipano.eu/porec/202/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
