Skip to content

Commit

Permalink
Adapt geojson to new website
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafnuss committed Mar 16, 2021
1 parent 7baace9 commit fd1148b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<head>
<meta charset="utf-8">
<title>See Your Observations | Zoziologie</title>
<title>View Geojson | Zoziologie</title>
<meta name="description" content="My personal website for bird related stuff.">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_GB">
Expand Down
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jQuery(document).ready(function(){
control = L.control.layers(baseLayers,null,{collapsed:true}).addTo(map);
var sidebar = L.control.sidebar('sidebar').addTo(map);

L.MakiMarkers.accessToken = token;
L.MakiMarkers.accessToken = token.mapbox;

jQuery('.Myslider').slick();

Expand Down

0 comments on commit fd1148b

Please sign in to comment.