Spell checking, d-g.
This commit is contained in:
@ -7,7 +7,7 @@ window.Render = function() {
|
||||
|
||||
// when there are lots of portals close together, we only add some of them to the map
|
||||
// the idea is to keep the impression of the dense set of portals, without rendering them all
|
||||
this.CLUSTER_SIZE = L.Browser.mobile ? 16 : 8; // the map is divited into squares of this size in pixels for clustering purposes. mobile uses larger markers, so therefore larger clustering areas
|
||||
this.CLUSTER_SIZE = L.Browser.mobile ? 16 : 8; // the map is divided into squares of this size in pixels for clustering purposes. mobile uses larger markers, so therefore larger clustering areas
|
||||
this.CLUSTER_PORTAL_LIMIT = 4; // no more than this many portals are drawn in each cluster square
|
||||
|
||||
// link length, in pixels, to be visible. use the portal cluster size, as shorter than this is likely hidden
|
||||
|
Reference in New Issue
Block a user