Skip to content

Commit

Permalink
#115 layer group icon
Browse files Browse the repository at this point in the history
  • Loading branch information
webgisdeveloper committed Nov 15, 2021
1 parent 5f3b5a4 commit 5b2ddec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simccs_maptool/static/js/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ async function addcasedata(datadesc,dataurl,datastyle,popup_fields,datasymbol) {
if (datastyle && datadesc['type'] != 'source') {
radiostr += '<div style="margin-left: 10px;display: inline-block"; class="dropdown"> \
<button class="btn btn-sm dropdown-toggle" type="button" data-toggle="dropdown"> \
<span STYLE="font-size:18px">&#8286;</span></button> \
<i class="fas fa-layer-group"></i></button> \
<ul class="dropdown-menu"> \
<li><a class="dropdown-item" onclick=showlegend('+datadesc['dataid']+') href="#">Show/Hide Legend</a></li> \
<li><a class="dropdown-item" onclick=modifystyle('+datadesc['dataid']+') href="#">Modify Style</a></li> \
Expand Down

0 comments on commit 5b2ddec

Please sign in to comment.