diff --git a/coverage/index.html b/coverage/index.html index 2abed08..724c650 100644 --- a/coverage/index.html +++ b/coverage/index.html @@ -60,8 +60,8 @@ }); geojson.addTo(map); }); - /* - $.getJSON("http://surveyor.mydns.jp/gitbucket/yuu/leaflet/raw/4e85cfc9db981da4c7b3b181ebe8d931184b79d4/public_html/fuel1.json?callback=?", function(data) { + + $.getJSON("http://surveyor.mydns.jp/gitbucket/yuu/leaflet/raw/4e85cfc9db981da4c7b3b181ebe8d931184b79d4/public_html/fuel1.json", function(data) { var geojson = L.geoJson(data, { pointToLayer: function (feature, latlng) { return L.circleMarker(latlng, geojsonMarkerOptions1); @@ -69,7 +69,7 @@ }); geojson.addTo(map); }); - $.getJSON("http://surveyor.mydns.jp/gitbucket/yuu/leaflet/raw/4e85cfc9db981da4c7b3b181ebe8d931184b79d4/public_html/fuel2.json?callback=?", function(data) { + $.getJSON("http://surveyor.mydns.jp/gitbucket/yuu/leaflet/raw/4e85cfc9db981da4c7b3b181ebe8d931184b79d4/public_html/fuel2.json", function(data) { var geojson = L.geoJson(data, { pointToLayer: function (feature, latlng) { return L.circleMarker(latlng, geojsonMarkerOptions2); @@ -77,7 +77,7 @@ }); geojson.addTo(map); }); - */ +