diff --git a/coverage/index.html b/coverage/index.html index 724c650..f940161 100644 --- a/coverage/index.html +++ b/coverage/index.html @@ -49,10 +49,7 @@ fillOpacity: 0.8 }; - var url = "/gitbucket/yuu/leaflet/raw/4e85cfc9db981da4c7b3b181ebe8d931184b79d4/public_html/fuel0.json"; - //var url = "fuel0.json"; - - $.getJSON(url, function(data) { + $.getJSON("/gitbucket/yuu/osmCoverageBin/raw/fuel/fuel0.json", function(data) { var geojson = L.geoJson(data, { pointToLayer: function (feature, latlng) { return L.circleMarker(latlng, geojsonMarkerOptions0); @@ -61,7 +58,7 @@ geojson.addTo(map); }); - $.getJSON("http://surveyor.mydns.jp/gitbucket/yuu/leaflet/raw/4e85cfc9db981da4c7b3b181ebe8d931184b79d4/public_html/fuel1.json", function(data) { + $.getJSON("/gitbucket/yuu/osmCoverageBin/raw/fuel/fuel1.json", function(data) { var geojson = L.geoJson(data, { pointToLayer: function (feature, latlng) { return L.circleMarker(latlng, geojsonMarkerOptions1); @@ -69,7 +66,8 @@ }); geojson.addTo(map); }); - $.getJSON("http://surveyor.mydns.jp/gitbucket/yuu/leaflet/raw/4e85cfc9db981da4c7b3b181ebe8d931184b79d4/public_html/fuel2.json", function(data) { + + $.getJSON("/gitbucket/yuu/osmCoverageBin/raw/fuel/fuel2.json", function(data) { var geojson = L.geoJson(data, { pointToLayer: function (feature, latlng) { return L.circleMarker(latlng, geojsonMarkerOptions2);