Skip to content

Commit

Permalink
Add link to pr
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzluo committed Dec 3, 2018
1 parent 9d9f5e1 commit 8f347be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/LeafletEnvironmentalLayers.js
Original file line number Diff line number Diff line change
Expand Up @@ -28576,7 +28576,7 @@ L.LayerGroup.OSMLandfillMineQuarryLayer = L.LayerGroup.extend(
content += "<strong>" + key + ": </strong>" + val + "<br>";
});
content += "<hr>The data included in this layer is from www.openstreetmap.org. The data is made available under ODbL.<br>";
content += "From the <a href=#>OSM LMQ Inventory</a> (<a href = https://publiclab.org/notes/sagarpreet/06-06-2018/leaflet-environmental-layer-library?_=1528283515>info</a>).";
content += "From the <a href=https://github.com/publiclab/leaflet-environmental-layers/pull/94>OSM LMQ Inventory</a> (<a href = https://publiclab.org/notes/sagarpreet/06-06-2018/leaflet-environmental-layer-library?_=1528283515>info</a>).";
return content;
},

Expand Down
2 changes: 1 addition & 1 deletion src/osmLandfillMineQuarryLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ L.LayerGroup.OSMLandfillMineQuarryLayer = L.LayerGroup.extend(
content += "<strong>" + key + ": </strong>" + val + "<br>";
});
content += "<hr>The data included in this layer is from www.openstreetmap.org. The data is made available under ODbL.<br>";
content += "From the <a href=#>OSM LMQ Inventory</a> (<a href = https://publiclab.org/notes/sagarpreet/06-06-2018/leaflet-environmental-layer-library?_=1528283515>info</a>).";
content += "From the <a href=https://github.com/publiclab/leaflet-environmental-layers/pull/94>OSM LMQ Inventory</a> (<a href = https://publiclab.org/notes/sagarpreet/06-06-2018/leaflet-environmental-layer-library?_=1528283515>info</a>).";
return content;
},

Expand Down

0 comments on commit 8f347be

Please sign in to comment.