Add more FIXMEs

This commit is contained in:
Tom Payne
2013-11-10 15:09:57 +01:00
parent 7efae6e00c
commit d437ec31e7
2 changed files with 5 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
// FIXME decide default snapToPixel behaviour
// FIXME add option to apply snapToPixel to all coordinates?
goog.provide('ol.render.canvas.BatchGroup');

View File

@@ -1,3 +1,7 @@
// FIXME check size when stroked
// FIXME move to ol.render?
// FIXME find a sensible caching strategy
goog.provide('ol.symbol');
goog.require('goog.dom');