</li>

BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Services Publics de Wallonie//Geoportail 1.0//EN
METHOD:PUBLISH
X-WR-CALNAME:Géoportail de la Wallonie
X-WR-TIMEZONE:Romance Standard Time
BEGIN:VTIMEZONE
TZID:Romance Standard Time
X-LIC-LOCATION:Romance Standard Time
BEGIN:STANDARD
DTSTART:16011028T030000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:16010325T020000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=3
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
DTSTART:20140313T080000Z
DTEND:20140313T170000Z
UID:d840fefd-91e6-4be5-a23a-d30c360d5d8e
CREATED:20130819T085623Z
DESCRIPTION:\n Join the first LOLA Conference : Local authorities focus on open standards and open data \n \n The Conference, which was originally planned on 10/10/2013 has been postponed till Thursday 13 March 2014 - Registrations will be open within short. \n \n The Linked Organization of Local Authority for ICT Societies - LOLA, is proud to invite you to its first international Conference, which is organized in joint cooperation with the Citadel project leaders (Citadel statement). LOLA is a young international non-profit organization of ICT professional organizations. These associations comprise professionals who work in local authority and other local public service delivery organizations, and their suppliers, in different countries worldwide. LOLA will work collectively and collaboratively to achieve benefits to these organizations, their members and the citizens they serve. \n \n What to expect? \n \n The first LOLA conference offers a unique opportunity to explore how Local Administrations use open standards to make information exchange efficient and effective, allowing them to operate at lower costs and provide better services. The conference will be held in Brussels on 10 October 2013, in the Flemish Parliament. \n \n Programme \n \n The morning sessions of the conference will concentrate on Interoptability in practice. We welcome speakers from the European Commission and from each LOLA member country. In the afternoon eloquent speakers will focus on Open Data, practical achievements and challenges. Please read here the preliminary programme and full conference information. \n \n Plus d'infos et inscription. \n
X-ALT-DESC;FMTTYPE=text/html:<html><body><h3>\n Join the first LOLA Conference : Local authorities focus on open standards and open data</h3>\n<p>\n The Conference, which was originally planned on 10/10/2013 has been postponed till Thursday 13 March 2014 - Registrations will be open within short.</p>\n<p>\n The Linked Organization of Local Authority for ICT Societies - LOLA, is proud to invite you to its first international Conference, which is organized in joint cooperation with the Citadel project leaders (Citadel statement). LOLA is a young international non-profit organization of ICT professional organizations. These associations comprise professionals who work in local authority and other local public service delivery organizations, and their suppliers, in different countries worldwide. LOLA will work collectively and collaboratively to achieve benefits to these organizations, their members and the citizens they serve.</p>\n<h3>\n What to expect?</h3>\n<p>\n The first LOLA conference offers a unique opportunity to explore how Local Administrations use open standards to make information exchange efficient and effective, allowing them to operate at lower costs and provide better services. The conference will be held in Brussels on 10 October 2013, in the Flemish Parliament.</p>\n<h3>\n Programme</h3>\n<p>\n The morning sessions of the conference will concentrate on Interoptability in practice. We welcome speakers from the European Commission and from each LOLA member country. In the afternoon eloquent speakers will focus on Open Data, practical achievements and challenges. Please read here the preliminary programme and full conference information.</p>\n<p>\n <strong><a href="http://www.lola-ict.org/events/51dd5e5bce3fb5033e00047c" target="_blank" title="LOLA Conference">Plus d&#39;infos et inscription</a>.</strong></p>\n

		<script type="text/javascript">
			<!-- 
			var piwikSettings = {
				trackingId: "57", 
				trackingIDNoCookies: "null", 
				trackingServer: "webanalytics.spw.wallonie.be",
                idTagManager: "LVOIs6Fr",
                idTagManagerInstance: "null",
                isLegacyTracker: "false",
                isTagManager: "true",
				isTrackingSearch: "false", 
				searchResultCssSelector: "", 
				searchKeywordCssSelector: "", 
				searchCountCssSelector: "", 
				isTrackingJahiaConnectionMode: "true", 
				isTrackingJahiaLanguage: "true",
				isTrackingDomain: "true", 
				isMatomo: "true", 
				trackingFileName: "matomo"
			};
			
			// Retrieve Jahia connection mode
			jahiaConnectionMode = "live"; 
		
			// Retrieve Jahia user name 
			hashUserName=""; 
			
			renderContext="live"; 
			language="fr";
		-->
		</script>
		<noscript><p><img src="https://webanalytics.spw.wallonie.be/piwik/matomo.php?idsite=57&rec=1" style="border:0;" alt="" /></p></noscript>

<jahia:resource type="javascript" path="%2Fmodules%2Fpiwik%2Fjavascript%2FmatomoTagManagerProd.js" resource="matomoTagManagerProd.js" title="" key="matomoTagManager"/>

<jahia:resource type="javascript" defer="true" path="%2Fmodules%2Fpiwik%2Fjavascript%2FpiwikConfiguration.js" resource="piwikConfiguration.js" title="" key="piwikconfiguration" targetTag="body" />

<jahia:resource type="javascript" defer="true" path="%2Fmodules%2Fpiwik%2Fjavascript%2FmatomoVideoTracking.js" resource="matomoVideoTracking.js" title="" key="matomoVideoTracking" targetTag="body" />



<script type="text/javascript">
$(function() {

  $('.paginator-navigation').each(function(index, item) {
    var item$ = $(item);
    var url = item$.data('url');
    if (url) {
      item$.data('url', decodeURIComponent(url));
    }
  });

var $barre = $('#barre').detach();
  
  $('body').prepend($barre);
  $barre.animate({
                marginTop: "0",
            }, 500);

 
  
  //WalOnMap Beta GEOPORT-113 provisoire
  
  var map = $(".pagewalonmap-beta #MapIframe");
           
  
  if(map.length > 0){
     
//    $(window).resize(function () {
//      var windowHeight = $(window).height();

//      var botbar = $("nav.botbar:visible");
//      var botbarHeight = botbar.length ? botbar.outerHeight(true) : 0;

//      var topbar = $("section.topbar");
//      var topbarHeight = topbar.length ? topbar.outerHeight(true) : 0;

//      var header = $(".header.nsi:visible");
//      var headerHeight = header.length ? header.outerHeight(true) : 0;

//      var newHeight = windowHeight - botbarHeight - headerHeight - topbarHeight - 6;
//      console.log(newHeight);
//      newHeight = Math.round(newHeight);
//      map.height(newHeight);
//    });

//    $(window).trigger('resize');
    
  }
  
  if (window.location.href.includes('walonmap-old')) {

    $(".bodywrapper").addClass("pagewalonmap");
  }

  

});

function disableDefaultInspireFilter() {
  var inspireCheckbox = $('.pagedonnees-et-services #inspireSearch')
  if (inspireCheckbox.length && !window.location.search) {
    inspireCheckbox.trigger('click');
  }
} 

//Bandeau d'information de maintenance
/*document.addEventListener("DOMContentLoaded", function() {
    var topNavbar = document.querySelector('section.topbar nav.navbar');
    
    if (topNavbar) {
        var alertBanner = document.createElement('div');
        
        alertBanner.id = "info-alert-banner";
alertBanner.innerHTML = "<strong>Information importante :</strong> Une maintenance de sécurité est prévue ce 14/08/2026 en fin de journée.<br>La plateforme pourrait être temporairement indisponible pendant l'intervention.<br><br>Merci de votre compréhension.";        
        alertBanner.style.backgroundColor = "#dc3545";
        alertBanner.style.color = "#ffffff";
        alertBanner.style.textAlign = "center";
        alertBanner.style.padding = "10px 15px";
        alertBanner.style.fontSize = "15px";
        alertBanner.style.width = "100%";
        alertBanner.style.zIndex = "1000";
        
        topNavbar.parentNode.insertBefore(alertBanner, topNavbar.nextSibling);
    }
});   */

//Typographie (temporaire)
const label = document.querySelector('label[for="BboxSRS"]');

if (label) {
    for (const node of label.childNodes) {
        if (node.nodeType === Node.TEXT_NODE) {
            node.textContent = "Coordonnées de l'emprise en";
            break;
        }
    }
}

document.addEventListener('DOMContentLoaded', function () {
    if (window.location.pathname === '/carte') {
        document.documentElement.setAttribute('lang', 'fr');
    }
});




</script>

</body></html>
LAST-MODIFIED:20160707T100913Z
LOCATION:Flemish Parliament (Brussels),
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:Local authorities focus on open standards and open data
TRANSP:OPAQUE

END:VEVENT
END:VCALENDAR