Skip to content

Commit

Permalink
adding in zoom control, fixes codeforboston#109
Browse files Browse the repository at this point in the history
  • Loading branch information
ohnorobo committed May 28, 2014
1 parent c61c450 commit afc2e7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ui/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ define(function(require, exports, module) {
};

this.after('initialize', function() {
this.map = L.map(this.node, {zoomControl: false});
this.map = L.map(this.node, {});

this.attr.features = {};

Expand Down
3 changes: 2 additions & 1 deletion styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ body > div.container {
#map {
position:fixed;
left: 300px;
top: 0;
top: 50px;
bottom: 0;
right:0;
z-index: 1;
Expand Down Expand Up @@ -142,3 +142,4 @@ body > div.container {
height: 2.5em;
float: left;
}

0 comments on commit afc2e7e

Please sign in to comment.