[TASK] Use own iconfont set

Reduce overhead in initial load
This commit is contained in:
Xaver Maierhofer 2016-05-22 15:26:16 +02:00 committed by Milan Pässler
commit 0abd4130cf
11 changed files with 124 additions and 6 deletions

View file

@ -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().