[TASK] Use own iconfont set
Reduce overhead in initial load
This commit is contained in:
parent
418b630e02
commit
0abd4130cf
11 changed files with 124 additions and 6 deletions
|
@ -86,7 +86,7 @@ define(["map/clientlayer", "map/labelslayer",
|
|||
|
||||
onAdd: function () {
|
||||
var button = L.DomUtil.create("button", "coord-picker");
|
||||
button.textContent = "\uF2A6";
|
||||
button.textContent = "\uF3A3";
|
||||
|
||||
// Click propagation isn't disabled as this causes problems with the
|
||||
// location picking mode; instead propagation is stopped in onClick().
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue