Server IP : 162.214.80.37 / Your IP : 216.73.216.83 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/buysellproperty/js/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
if ($('#map-contact').length) { var map = L.map('map-contact', { zoom: 5, maxZoom: 20, tap: false, gestureHandling: true, center: [40.925372, -74.27654] }); map.scrollWheelZoom.disable(); var Hydda_Full = L.tileLayer('https://{s}.tile.openstreetmap.de/tiles/osmde/{z}/{x}/{y}.png', { scrollWheelZoom: false, attribution: '© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors' }).addTo(map); var icon = L.divIcon({ html: '<i class="fa fa-building"></i>', iconSize: [50, 50], iconAnchor: [50, 50], popupAnchor: [-20, -42] }); var marker = L.marker([40.925372, -74.27654], { icon: icon }).addTo(map); }