Skip to content

Commit

Permalink
Merge pull request #26 from CDRH/map-branch
Browse files Browse the repository at this point in the history
map adjustments
  • Loading branch information
wkdewey authored Feb 17, 2022
2 parents 1775e6f + 5792e87 commit 3ac1b8b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/assets/javascripts/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,20 +100,16 @@ window.addEventListener('load', function () {
};

// add raster basemaps
var t50 = create_tile_layer("thomas_1850");
var s91 = create_tile_layer("stie_1891");
var a95 = create_tile_layer("andre_1895");
var a05 = create_tile_layer("andre_1905");
// only add one map to begin with
// map.addLayer(s91);

// primary layers control
L.control.layers(
{
"1850" : t50,
"1891" : s91,
"1895" : a95,
"1905" : a05,
"current" : baseLayer
},
{},
Expand Down

0 comments on commit 3ac1b8b

Please sign in to comment.