想用Leaflet在OpenStreetMap上面使用位置定位
我使用了leaflet-locatecontrol插件
实现效果
github 地址:https://github.com/domoritz/leaflet-locatecontrol
Html <head>里面:
<!-- 添加Leaflet的CSS -->
<link rel="stylesheet" href="https://unpkg.com/leaflet@latest/dist/leaflet.css" />
<!-- 添加Leaflet的JS要确保它在 CSS的后面 -->
<script src="https://unpkg.com/leaflet@1.5.1/dist/leaflet.js"></script>
<!-- 添加L.Control.Locate的CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel=&#