Skip to content

Commit

Permalink
Nodes/ways icons
Browse files Browse the repository at this point in the history
  • Loading branch information
frafra committed Feb 9, 2018
1 parent c6ff1d8 commit 457cf01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/geojson.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ let ways = L.layerGroup();
let rectangle = L.layerGroup();

let overlays = {
"Nodes":nodes,
"Ways":ways,
'<i class="fas fa-dot-circle"></i> Nodes':nodes,
'<i class="fas fa-road"></i> Ways':ways,
}
L.control.layers({}, overlays, {collapsed:false}).addTo(map);
nodes.addTo(map);
Expand Down

0 comments on commit 457cf01

Please sign in to comment.