Leaflet官方教程(二)——Leaflet on Mobile

Leaflet on Mobile 在這個例子中,你將學習到在移動設備中創建全屏地圖,並且如何探測和使用用戶當前位置。 Preparing the page 首先我們看一下html和CSS代碼。爲了讓map div元素拉伸到整個屏幕,我們要用如下CSS代碼。 body { padding: 0; margin: 0; } html, body, #map { height: 100%; width
相關文章
相關標籤/搜索