Obsah
Pokrytí
eduroam v Ústí nad Labem
<html> <script src=„https://maps.googleapis.com/maps/api/js“></script> <script> / * @fileoverview Sample showing capturing a KML file click * and displaying the contents in a side panel instead of * an InfoWindow */ var map; var src = „https://ermon.cesnet.cz/pokryti/eduroam-cs_CZ.kml“; / * Initializes the map and calls the function that creates polylines. */ function initialize() {
map = new google.maps.Map(document.getElementById("map-canvas"), {
center: new google.maps.LatLng( 50.673074, 14.026108 ),
zoom: 13
/* mapTypeId: google.maps.MapTypeId.ROADMAP */
});
loadKmlLayer(src, map);
}
/** * Adds a KMLLayer based on the URL passed. Clicking on a marker * results in the balloon content being loaded into the right-hand div. * @param {string} src A URL for a KML file. */ function loadKmlLayer(src, map) {
var kmlLayer = new google.maps.KmlLayer(src, {
/* suppressInfoWindows: false, */
preserveViewport: true,
map: map
});
}
google.maps.event.addDomListener(window, „load“, initialize); </script> <br /> <div id=„map-canvas“ style=„width: 640px; height: 380px;“></div> </html>
Přehled objektů univerzity s bezdrátovým přístupem do sítě eduroam.
Kvalita signálu se řídí technologickými podmínkami okolí (přímá viditelnost, dělící stěny, stropy, podlahy a jejich technická skladba, rušící signály cizích sítí, atd.).
Bezdrátová síť je budována za finanční podpory Fondu rozvoje sdružení CESNET.











