Improved www.ttss.krakow.pl
Jacek Kowalski
2019-07-05 19a3387f2cae0411e591070ba728eedacea2335b
commit | author | age
57b8d3 1 <!DOCTYPE html>
JK 2 <html>
3 <head>
8496fb 4 <title>TTSS Kraków - Mapa</title>
edf6f5 5 <meta charset="utf-8" />
016d0b 6 <meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width" />
a8a6d1 7 <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v5.3.0/css/ol.css" integrity="sha384-C7SzZySesoxngSK5V0BaD1DUap0LPZGWZpnXQGoIwvBXFc8G21y4s1QYvyr84FNa" crossorigin="anonymous">
19a338 8 <link rel="stylesheet" href="map.css?v5" type="text/css" />
3edf35 9 <link rel="manifest" href="map.manifest" />
57b8d3 10 </head>
JK 11 <body>
12 <div id="map">
13 <div id="title" class="ol-unselectable ol-control"><a href="/">TTSS Kraków</a></div>
a4d011 14 <div id="fail" class="ol-unselectable ol-control"><span></span> <span class="close">×</p></div>
19a338 15 <div id="menu" class="ol-unselectable ol-control">
JK 16 <button id="track" type="button" title="GPS"><span class="icon-loc reverse"></span></button>
17 </div>
57b8d3 18 </div>
d29c06 19 <div id="panel"></div>
2b6454 20 <script src="https://polyfill.io/v3/polyfill.min.js?features=Array.prototype.forEach,Array.prototype.includes,Array.prototype.map,Element.prototype.classList,Promise,String.prototype.startsWith,XMLHttpRequest,requestAnimationFrame"></script>
a8a6d1 21 <script src="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v5.3.0/build/ol.js" integrity="sha384-iQkGyyH4ioz3m+maM3s9MX1Oq67mACa4B9Z3ovUv3Sv37LJ96fx3WnZfLoiC3Wfl" crossorigin="anonymous"></script>
ae3207 22 <script tyle="text/javascript" src="lang_pl.js?v9" id="lang_script"></script>
38340e 23 <script tyle="text/javascript" src="common.js?v10"></script>
19a338 24 <script tyle="text/javascript" src="map.js?v24"></script>
57b8d3 25 </body>
JK 26 </html>