Skip to content

Commit

Permalink
This is no longer necessary
Browse files Browse the repository at this point in the history
Unnecessary now that layers must be added for features to be available
in the sidebar.
  • Loading branch information
bmcbride committed Jan 16, 2015
1 parent 8e76312 commit a315d4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ $("#sidebar-hide-btn").click(function() {
});

function sidebarClick(id) {
map.addLayer(theaterLayer).addLayer(museumLayer);
var layer = markerClusters.getLayer(id);
map.setView([layer.getLatLng().lat, layer.getLatLng().lng], 17);
layer.fire("click");
Expand Down

0 comments on commit a315d4b

Please sign in to comment.