CINXE.COM

ScanEx Web Geomixer - просмотр карты

<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="referrer" content="unsafe-url"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>ScanEx Web Geomixer - просмотр карты</title> <link rel="icon" href="img/favicon.ico"/> <script src="LAB.min.js"></script> <script> if (location.protocol !== 'https:') { location.replace("https:"+location.href.substring(location.protocol.length)); } var protocol = location.protocol; $LAB.script( protocol + '//maps.kosmosnimki.ru/api/config-preprocessor.js-p?' + Math.random()+'&location='+location.href ).wait(function() { gmxAuthServer = gmxAuthServer.replace(/^http:/, protocol); gmxJSHost = gmxJSHost.replace(/^http:/, protocol); var jssrc = (typeof gmxJSHost === 'undefined' ? "" : gmxJSHost) + "dist/ViewerLoader.js" + "?" + Math.random(); $LAB.script( jssrc.replace(/^http:/, protocol) ); }); </script> </head> <body> <div id="all"> <div id="header" class="header"></div> <div id="leftMenu"></div> <div id="flash" class="flashMap"></div> <div id="bottomContent" class="bottomContent"></div> <div id="tooltip" class="tooltip"></div> </div> <script type="module" src="./mod/index.js"></script> </body> </html>