diff --git a/coverage/carto_fuel.html b/coverage/carto_fuel.html
index 651d4f7..e60af97 100644
--- a/coverage/carto_fuel.html
+++ b/coverage/carto_fuel.html
@@ -122,8 +122,7 @@
fillOpacity: 0.8
};
- var url = "/gitbucket/yuu/osmCoverageBin/raw/master/GML_FUEL/fuel0.json";
- $.getJSON(url, function(data) {
+ $.getJSON("/gitbucket/yuu/osmCoverageBin/raw/master/GML_FUEL/fuel0.json", function(data) {
var geojson = L.geoJson(data, {
pointToLayer: function (feature, latlng) {
return L.circleMarker(latlng, geojsonMarkerOptions0);