FreeAtom 有趣好玩的寵物視頻,希望大家一起愛護動物,保護動物。

09/10/2022

壁虎捉蟲集錦 | Gecko eating insects | 壁虎吃虫子

29/09/2022

烏龜的開胃菜 | tortoise's delicious foods | 乌龟的开胃菜

29/08/2022

烏龜吃蟲子 | tortoise eat worm | 乌龟吃虫子

24/08/2022

小烏龜吃的第一餐 | First meal in tortoise's life | 小乌龟吃的第一餐

22/08/2022

Hatching tortoise eggs | 烏龜蛋破殼而出 | 乌龟蛋破壳而出

28/07/2022

xylotrupes dichotomus | 獨角仙 | 独角仙

ที่อยู่

Nong Hong
222143

เบอร์โทรศัพท์

+8618896617377

แจ้งเตือน

รับทราบข่าวสารและโปรโมชั่นของ FreeAtomผ่านทางอีเมล์ของคุณ เราจะเก็บข้อมูลของคุณเป็นความลับ คุณสามารถกดยกเลิกการติดตามได้ตลอดเวลา

แชร์

//iconSize: [32, 32], //html: '' }) .bindTooltip(name, { //permanent: true, direction: 'bottom', //offset: L.point(12, 25), //opacity: 0.88, interactive: true }) .bindPopup(name); markersLayer.addLayer(marker); } function getMore() { if (gettingMore) { return; } gettingMore = true; var center = map.getCenter(); $.ajax({ url: "/vicinitysearch", data: { lat: center.lat, lng: center.lng, country: "THAILAND" } }) .done(function(data) { var added = 0; data.forEach(function(loc) { if (!locationIds.includes(loc.id)) { var mapLoc = {id:loc.id,lat:loc.latitude,lng:loc.longitude,title:trunc20(loc.name),popupHtml:loc.popupHtml,urlPath:loc.urlPath,pictureUrl:loc.pictureUrl}; locations.push(mapLoc); locationIds.push(loc.id); map._addMarker(mapLoc); added++; } }); }) .always(function() { gettingMore = false; }); } map._clearMarkers = function() { markersLayer.clearLayers(); } }); }, 4000); });