Update FIXMEs

This commit is contained in:
Tom Payne
2012-07-30 00:31:54 +02:00
parent 422010271b
commit f39a09807b
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
// FIXME add snap-to-pixel pan strategy
// FIXME add rotation control
// FIXME factor out key precondition (shift et. al)
goog.provide('ol.Control');

View File

@@ -1,3 +1,5 @@
// FIXME cope with rotation
goog.provide('ol.control.DragPan');
goog.require('ol.Coordinate');