Skip to content

Commit

Permalink
add links to collage and archive
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaiR committed Jan 31, 2019
1 parent c168b12 commit 47f8af7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/src/main/ui/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ L.control.attribution({
position: 'bottomright',
prefix: '<a href="https://taucetistation.org/">TauCeti</a>'
}).addAttribution('Made with ♥').addTo(map);
L.control.attribution({
position: 'bottomleft',
prefix: ''
}).addAttribution('<b><a href="https://collage.taucetistation.org/#2017" target="_blank">Collage</a></b> | <b><a href="https://map-archive.taucetistation.org/#2017" target="_blank">Archive</a></b>').addTo(map);

let stations = {};
let overlays = {};
Expand Down

0 comments on commit 47f8af7

Please sign in to comment.