저는 전단지에 새로운 것이므로 기초를 파악하려고합니다. 전단지에서 온라인으로 제공되는 튜토리얼을 따라 가면지도를로드하는 데 어려움을 겪고 있습니다. 제공된 좌표를 사용하면 문제가 없지만 좌표를 변경하면 아무 것도로드되지 않습니다.리플릿지도가로드되지 않습니다.
아무도 도와 줄 수 있습니까? 여기에 내가 무슨 없습니다 :
<!DOCTYPE html>
<html>
<head>
<title>Leaflet Web Map</title>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<style>
#map {
width: 960px;
height:500px;
}
</style>
</head>
<body>
<div id="map"></div>
<script>
var map = L.map('map',{
center: [43.64701, -79.39425],
zoom: 15
});
L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {
attribution: '© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
}).addTo(map);
</script>
이 부하가 더 귀찮게하지만 난 전혀 좌표를 변경하는 경우는로드되지 않습니다.