Home Files
Adminer
Execute Command
PHP Eval
Symlink
File Upload
Owner :
www-data
PHP Version
5.6.40-0+deb8u12
Disk Space
40.81 GB
Server Addr
19-www4
Your IP
10.10.10.40
Edit File
File:
get<!DOCTYPE html> <html> <head> <meta name="viewport" content="initial-scale=1.0"> <meta charset="utf-8"> <title>Layers</title> <style> html, body { height: 100%; margin: 0; padding: 0; } #map { width: 700px; height: 500px; } </style> </head> <body> <div id="map"></div> <div class="imgcarregando">aguarde..</div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <script async defer src="assets/js/imagem.js?v=<?= rand() ?>"></script> <script> function initMap() { map = new google.maps.Map( document.getElementById("map"),{ zoom: 7, //minZoom: 3, // maxZoom: 12, scaleControl:true, center: {lat: -25.292, lng: -50.558}, streetViewControl:false, panControl:false }); // google.maps.event.addListener(map,'bounds_changed',function(){ // imagem.get( false ); // }); google.maps.event.addListener(map, "bounds_changed", mapSettleTime); } var mapupdater; function mapSettleTime() { clearTimeout(mapupdater); mapupdater=setTimeout( function(){ imagem.get(false); },800); } </script> <script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCSRT6tGhHDq_0QAfmCgs1e47OS60NvOvo&callback=initMap"></script> </body> </html>