Skip to content

Commit

Permalink
Merge pull request #8 from rmseifried/add-github-link
Browse files Browse the repository at this point in the history
add link to GitHub in attribution
  • Loading branch information
rmseifried authored Jan 11, 2023
2 parents 92550cf + d90152c commit 3f0d2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
minZoom:1
}).fitBounds([[36.339226,22.305707],[36.733143,22.573498]]);
var hash = new L.Hash(map);
map.attributionControl.setPrefix('<a href="https://github.com/tomchadwin/qgis2web" target="_blank">qgis2web</a> &middot; <a href="https://leafletjs.com" title="A JS library for interactive maps">Leaflet</a> &middot; <a href="https://qgis.org">QGIS</a>');
map.attributionControl.setPrefix('<a href="https://github.com/rmseifried/leigh-fermors" target="_blank">View this map in GitHub</a> &VerticalLine; <a href="https://github.com/tomchadwin/qgis2web" target="_blank">qgis2web</a> &middot; <a href="https://leafletjs.com" title="A JS library for interactive maps">Leaflet</a> &middot; <a href="https://qgis.org">QGIS</a>');
var autolinker = new Autolinker({truncate: {length: 30, location: 'smart'}});
var bounds_group = new L.featureGroup([]);
function setBounds() {
Expand Down

0 comments on commit 3f0d2c8

Please sign in to comment.