Hit detection for features drawn at pre/postcompose

This commit is contained in:
Éric Lemoine
2014-06-14 15:13:00 +02:00
parent 4f23ef66d0
commit 18d117dff6
2 changed files with 36 additions and 2 deletions

View File

@@ -123,6 +123,7 @@ ol.renderer.canvas.Map.prototype.dispatchComposeEvent_ =
replayGroup.replay(context, extent, pixelRatio, this.transform_,
rotation, {});
}
this.replayGroup = replayGroup;
}
};