From b03079ea70332217f2f2eb88a5ca656cb5b1537e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8A=E5=B1=B1=20=E6=99=BA=E5=A3=AB?= Date: Mon, 3 Feb 2014 15:34:55 +0900 Subject: [PATCH] #25 --- inner/index.html | 1 + inner/js/model/MMLayer.js | 1 + 2 files changed, 2 insertions(+) diff --git a/inner/index.html b/inner/index.html index fcca38c..214c9ed 100644 --- a/inner/index.html +++ b/inner/index.html @@ -54,6 +54,7 @@ + diff --git a/inner/js/model/MMLayer.js b/inner/js/model/MMLayer.js index c9dedf7..898e170 100644 --- a/inner/js/model/MMLayer.js +++ b/inner/js/model/MMLayer.js @@ -23,6 +23,7 @@ if (!window.mobmap) { window.mobmap={}; } this.markerGenerator = new mobmap.MarkerGenerator(); this.movingData = null; + this.localSelectionPool = new mobmap.SelectionPool(); this.dataReady = false; this.shouldRenderAsPoints = true;