Server IP : 162.214.80.37 / Your IP : 216.73.216.68 Web Server : Apache System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : imyrqtmy ( 2189) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home2/imyrqtmy/public_html/ssv/cgsurveynew/assets/js/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
// jvector map $(function(){ var plants = [ {name: '2nd Floor, Building No. H-753-A, Ansal’s, near Metro Hospital, Palam Vihar, Gurugram, Haryana 122017', coords: [28.507740, 77.033270], status: 'closed',url:'https://g.page/ig-drones-india?share', offsets: [0, 2]}, {name: 'iHub Gujarat, KCG Campus, Navrangpura, Ahmedabad, Gujarat, 380015', coords: [23.009520, 72.510960], status: 'closed',url:'https://g.page/ihubgujarat?share', offsets: [0, 2]}, {name: 'IG Drones ,Maragondanahalli ,KR Puram Bangalore , 560036', coords: [13.003290, 77.681510], status: 'closed', url:'https://goo.gl/maps/eMsyGyHzbWmj3pzBA'}, {name: '203, Sona resideny , Gola Road, Bailey Rd, Danapur, Bihar 801503', coords: [25.6127211, 85.0568028], status: 'closed',url:'https://maps.app.goo.gl/KiCJMRvkB7c5Sxrq8'}, {name: 'InventGrid India Private Limited, KIIT Technology Business Incubator, Campus 11, KIIT University, Bhubaneswar, Odisha 751024', coords: [20.3593688,85, 85.820313], status: 'activeUntil2018', url:'https://goo.gl/maps/AMBeyZVv3xbELM368'}, {name: '10000 Startup Warehouse, 304, Building No. 2, Millenium Business Park, Sector 1, Mahape, Navi Mumbai, Maharashtra 400710', coords: [19.1112698, 73.0170547], status: 'closed' , url:'https://goo.gl/maps/TTAtSJKmvCbtECai7'} ]; new jvm.Map({ container: $('#world-map-gdp'), map: 'in_mill', markers: plants.map(function(h){ return {name: h.name, latLng: h.coords} }), labels: { markers: { render: function(index){ // return plants[index].name; }, offsets: function(index){ var offset = plants[index]['offsets'] || [0, 0]; return [offset[0] - 7, offset[1] + 3]; } } }, series: { markers: [{ attribute: 'image', scale: { 'closed': '/assets/img/svg/dist-icon-4.png', 'activeUntil2018': '/assets/img/svg/dist-icon-4.png', 'activeUntil2022': '/assets/img/svg/dist-icon-4.png' }, values: plants.reduce(function(p, c, i){ p[i] = c.status; return p }, {}) }] }, onMarkerClick: function(event,index) { var url = plants[index].url; window.open(url , '_blank'); }, }); });