Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
zehuiyin committed Jun 26, 2023
1 parent 63342b0 commit f1e396f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
"Station Clusters": ggrc30_stations,
"Station Cluster Convex Hulls": ggrc30_convex_hull,
}
let layerControl = L.control.layers(baseMaps, overlay, {position: "bottomright", collapsed: false}).addTo(map);
let layerControl = L.control.layers(baseMaps, overlay, {position: "topleft", collapsed: true}).addTo(map);
layerControl.addOverlay(ggrc32_stations, "Relative Seasonal Variation in Cycling Speeds");
layerControl.addOverlay(ggrc32_routes, "Simulated Cycling Routes");

Expand Down

0 comments on commit f1e396f

Please sign in to comment.