Skip to content

Commit

Permalink
don't show cell towers by default for better performance
Browse files Browse the repository at this point in the history
  • Loading branch information
emiedmee committed Mar 21, 2024
1 parent cf64e04 commit 200380b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ var chimneyLayer = L.geoJSON([], {


// Initialize the map + set active overlays
var map = L.map('map', { layers: [osm, geozoneLayer, railwayLayer, highVoltageLayer, cellTowerLayer, turbineLayer, chimneyLayer] }).fitWorld();
var map = L.map('map', { layers: [osm, geozoneLayer, railwayLayer, highVoltageLayer, turbineLayer, chimneyLayer] }).fitWorld();

// Request location of device and set view to location
map.locate({ setView: true, maxZoom: 16 });
Expand Down

0 comments on commit 200380b

Please sign in to comment.