3
A
回答
5
聲明圖層後,您需要在地圖上添加一個圖層,就像使用tilelayer一樣。請參閱下面的代碼。這應該工作。圖層控件將確定該圖層可見/添加到地圖並在列表中進行檢查。
var map = L.map('map').setView([52.814172, -2.079479], 9);
L.tileLayer('http://{s}.tile.stamen.com/toner/{z}/{x}/{y}.jpg', {
maxZoom: 18,
attribution: 'Map tiles by <a href="http://stamen.com">Stamen Design</a>, under <a href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a>. Data by <a href="http://openstreetmap.org">OpenStreetMap</a>, under <a href="http://creativecommons.org/licenses/by-sa/3.0">CC BY SA</a>.'
}).addTo(map);
// Left out layer-declarations, they are HUGE
anti_soc.addTo(map); // here it is
var overlayMaps = {
"Anti-social behaviour" :anti_soc,
"Criminal damage and arson": crim_dam,
"Burglary": burg,
"Violence and sexual offences": viol,
"Other theft": other_theft,
"Vehicle crime": veh_crime,
"Shoplifting": shoplift,
"Public order": pub_ord,
"Robbery": robb,
"Bicycle theft": bikes,
"Drugs": drugs,
"Theft from the person": theft_person,
"Other crime": other_crime,
"Possession of weapons": weap
};
L.control.layers(null, overlayMaps).addTo(map);
相關問題
- 1. 切換視圖可見性
- 2. 可見性切換
- 3. JSX/Photoshop:按名稱切換未選擇的圖層可見性?
- 4. PySide如何切換QTextBrowser的可見性
- 5. Leaflet.js - 在geojson圖層上方可見的Tilelayer。 GeoJSON交互性問題
- 6. 在dojo中切換div的可見性
- 7. 在JQuery中切換可見性
- 8. MonoDroid切換視圖可見性
- 9. 切換圖片框的可見性C#
- 10. FormView C#切換圖像可見性
- 11. 切換ToolStrip的可見性
- 12. 切換JavaScript的可見性
- 13. 切換組框可見性
- 14. 切換可見性的UIBarButton
- 15. 切換div的可見性
- 16. Javascript - 切換可見性
- 17. 如何切換可見性消失了,可見迅速
- 18. Leaflet.js中的圖層排序
- 19. 如何在DataTrigger中切換TextBlock的可見性?
- 20. 中心文本和切換可見性
- 21. 如何使圖像切換2 div可見性?
- 22. 如何同時切換div可見性和圖像源?
- 23. 在javascript中切換圖層
- 24. CSS轉換切換可見性
- 25. 檢查KineticJS中圖層的可見性
- 26. 如何切換中繼器中控件的可見性?
- 27. 如何切換中繼器中DIV的可見性?
- 28. 如果div可見,則切換圖標
- 29. 基於圖層是否可見的切換
- 30. 如何切換軸中補丁子集的可見性