Skip to content

Commit

Permalink
fixes #27
Browse files Browse the repository at this point in the history
  • Loading branch information
dudash committed Oct 12, 2020
1 parent 7267832 commit a70c51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dc-metro-map/views/dcmetro.jade
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ block content
L.mapbox.accessToken = 'pk.eyJ1IjoiamFzb25yZWRoYXQiLCJhIjoiY2lseHVmZmkwMDVzMTgza3NiazZzZXg4ciJ9.5iDS06m7GN2wuv2hwQePpQ';
var map = L.mapbox.map('map')
.setView([38.9, -77], 13)
.addLayer(L.mapbox.tileLayer('mapbox.streets'));
.addLayer(L.mapbox.styleLayer('mapbox://styles/mapbox/streets-v11'));
var overlays = L.layerGroup().addTo(map);
var layers;
L.mapbox.featureLayer()
Expand Down

0 comments on commit a70c51a

Please sign in to comment.