Skip to content

Commit

Permalink
fixed layout
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverheilig committed Aug 10, 2019
1 parent 7230790 commit 26c2fdd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@
</head>

<body>
<div class="github-fork-ribbon-wrapper right-bottom">
<!-- <div class="github-fork-ribbon-wrapper right-bottom">
<div class="github-fork-ribbon">
<a href="https://github.com/ptv-logistics/fl-labs/" target="_blank">Fork me on GitHub</a>
<a href="https://github.com/ptv-logistics/fl-labs/" target="_blank">Fork me on GitHub</a>
</div>
</div>
</div> -->
<div id="sidebar" class="sidebar collapsed">
<!-- Nav tabs -->
<ul class="sidebar-tabs" role="tablist">
Expand Down
5 changes: 2 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,8 @@ L.control.layers(baseLayers, {
position: 'topleft'
}).addTo(map);

new L.Control.Zoom({
position: 'bottomleft'
}).addTo(map);
// add scale control
L.control.scale().addTo(map);

var indSelf = false;

Expand Down

0 comments on commit 26c2fdd

Please sign in to comment.