switch icons to Font Awesome (for now)
This commit is contained in:
parent
d53fb7723f
commit
b108efae5c
8 changed files with 33 additions and 13 deletions
|
|
@ -117,8 +117,8 @@ BR.Map = {
|
|||
layersControl = L.control.layers(baseLayers, overlays).addTo(map);
|
||||
|
||||
L.control.locate({
|
||||
icon: 'glyphicon glyphicon-screenshot',
|
||||
iconLoading: 'glyphicon glyphicon-refresh',
|
||||
icon: 'fa fa-location-arrow',
|
||||
iconLoading: 'fa fa-spinner fa-pulse',
|
||||
}).addTo(map);
|
||||
|
||||
L.control.scale().addTo(map);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue