BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//jEvents 2.0 for Joomla//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
BEGIN:VTIMEZONE
TZID:Europe/Brussels
BEGIN:STANDARD
DTSTART:20231029T020000
RDATE:20240331T030000
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
TZNAME:Europe/Brussels CET
END:STANDARD
BEGIN:STANDARD
DTSTART:20241027T020000
RDATE:20250330T030000
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
TZNAME:Europe/Brussels CET
END:STANDARD
BEGIN:STANDARD
DTSTART:20251026T020000
RDATE:20260329T030000
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
TZNAME:Europe/Brussels CET
END:STANDARD
BEGIN:STANDARD
DTSTART:20261025T020000
RDATE:20270328T030000
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
TZNAME:Europe/Brussels CET
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:20230908T083000
RDATE:20231029T020000
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:Europe/Brussels CEST
END:DAYLIGHT
BEGIN:DAYLIGHT
DTSTART:20240331T030000
RDATE:20241027T020000
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:Europe/Brussels CEST
END:DAYLIGHT
BEGIN:DAYLIGHT
DTSTART:20250330T030000
RDATE:20251026T020000
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:Europe/Brussels CEST
END:DAYLIGHT
BEGIN:DAYLIGHT
DTSTART:20260329T030000
RDATE:20261025T020000
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:Europe/Brussels CEST
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
UID:65d1ea5803f48
CATEGORIES:Groep 1
CREATED:20240218T113032
SUMMARY:Napoleon-route
DESCRIPTION:
			Waterloo - 96 km via Hoeilaart - Waterloo - Tombeek \n\n
      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.tile
 Size.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;    }  }  jQuery
 (window).on('load',function()  {    var map0; 		  map0 = new OpenLayers.Map
  ("map0", {     controls:[new OpenLayers.Control.Navigation({documentDrag: 
 true}),
              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 OpenLa
 yers.Projection("EPSG:4326") } );            var layerMapnik = new OpenLaye
 rs.Layer.OSM.Mapnik("PLG_CONTENT_GTM_MAPLAYER_OPENSTREETMAP_MAPNIK"); map0.
 addLayer(layerMapnik); 
       var lgpx = new OpenLayers.Layer.Vector("GPX 
 Track", {    strategies: [new OpenLayers.Strategy.Fixed()],    protocol: ne
 w OpenLayers.Protocol.HTTP({url: "https://www.rennersclub.be/images/gpx/G1-
 2024-09-08.gpx",      format: new OpenLayers.Format.GPX({extractWaypoints: 
 false, extractRoutes: true, extractAttributes: true})    }),    style: {str
 okeColor: "blue", strokeWidth: 2, strokeOpacity: 0.5, strokeDashstyle: "sol
 id",             pointRadius:4, fillColor: "blue" },    projection: new Ope
 nLayers.Projection("EPSG:4326")  });  map0.addLayer(lgpx);        lgpx.even
 ts.register("loadend", lgpx, function() {         this.map.zoomToExtent(thi
 s.getDataExtent(),true); this.map.zoomOut();
                        });   
   });  92.7 km, n/a\n  



										URL:  https://www.routeyou.com/en-be/r
 oute/view/4570750/cycle-route/waterloog2 (https://www.routeyou.com/en-be/ro
 ute/view/4570750/cycle-route/waterloog2)\n
X-ALT-DESC;FMTTYPE=text/html:<div style="background: #f2f2f2; border-width: 1pt medium; border-style: so
 lid none; border-color: black currentColor; padding: 1pt 0cm; margin-right:
  0cm; margin-left: 4.85pt;">
			<p style="background: #f2f2f2; margin: 6pt 
 0cm; padding: 0cm; border: currentColor;"><span style="line-height: 115%; f
 ont-size: 10pt;">Waterloo - 96 km via Hoeilaart - Waterloo - Tombeek <img s
 rc="images/Pictures/left-arrow.png" alt="" width="20" height="20" /><br /><
 /span></p></div><!-- GPXTrackmap #0 START -->
<div class="gpxtrack">  <div 
 class="gpxtracklink"><form class="gpxtracklink"><input type="button" value=
 "Download: G1-2024-09-08.gpx" onclick="window.location.href='https://www.re
 nnersclub.be/images/gpx/G1-2024-09-08.gpx'" /></form></div>  <div class="gp
 xtrackmap"><script type="text/javascript">  function osm_getTileURL(bounds)
  {    var res = this.map.getResolution();    var x = Math.round((bounds.lef
 t - this.maxExtent.left) / (res * this.tileSize.w));    var y = Math.round(
 (this.maxExtent.top - bounds.top) / (res * this.tileSize.h));    var z = th
 is.map.getZoom();    var limit = Math.pow(2, z);    if (y < 0 || y >= limit
 ) {        return OpenLayers.Util.getImagesLocation() + "404.png";    } els
 e {        x = ((x % limit) + limit) % limit;        return this.url + z + 
 "/" + x + "/" + y + "." + this.type;    }  }  jQuery(window).on('load',func
 tion()  {    var map0; 		  map0 = new OpenLayers.Map ("map0", {     control
 s:[new OpenLayers.Control.Navigation({documentDrag: true}),
              n
 ew 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.Project
 ion("EPSG:900913"),    displayProjection: new OpenLayers.Projection("EPSG:4
 326") } );            var layerMapnik = new OpenLayers.Layer.OSM.Mapnik("PL
 G_CONTENT_GTM_MAPLAYER_OPENSTREETMAP_MAPNIK"); map0.addLayer(layerMapnik); 
 
       var lgpx = new OpenLayers.Layer.Vector("GPX Track", {    strategies
 : [new OpenLayers.Strategy.Fixed()],    protocol: new OpenLayers.Protocol.H
 TTP({url: "https://www.rennersclub.be/images/gpx/G1-2024-09-08.gpx",      f
 ormat: new OpenLayers.Format.GPX({extractWaypoints: false, extractRoutes: t
 rue, extractAttributes: true})    }),    style: {strokeColor: "blue", strok
 eWidth: 2, strokeOpacity: 0.5, strokeDashstyle: "solid",             pointR
 adius:4, fillColor: "blue" },    projection: new OpenLayers.Projection("EPS
 G:4326")  });  map0.addLayer(lgpx);        lgpx.events.register("loadend", 
 lgpx, function() {         this.map.zoomToExtent(this.getDataExtent(),true)
 ; this.map.zoomOut();
                        });     });</script><div clas
 s="gpxtrackmap" style="width:490px; height:350px; " id="map0"></div></div> 
  <div class="gpxtrackinfo"><p>92.7 km, n/a</p></div>  <div class="gpxtrackd
 iagram"><img class="gpxtrackdiagram" src="https://www.rennersclub.be/images
 /gpx/G1-2024-09-08.svg" style="width:490px ! important;  height:150px ! imp
 ortant;"/>
</div></div>
<!-- GPXTrackmap #0 END -->

										<p>URL: <a h
 ref="https://www.routeyou.com/en-be/route/view/4570750/cycle-route/waterloo
 g2"> https://www.routeyou.com/en-be/route/view/4570750/cycle-route/waterloo
 g2</a></p>
X-EXTRAINFO:
DTSTAMP:20260306T083903
DTSTART;TZID=Europe/Brussels:20240908T083000
SEQUENCE:1
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR