Add another FIXME

This commit is contained in:
Tom Payne
2012-07-22 03:06:12 +02:00
parent 511ca18b23
commit cbafc0795d
3 changed files with 9 additions and 0 deletions

View File

@@ -2,6 +2,10 @@
// FIXME add change resolution by zoom step function
// FIXME recheck layer/map projection compatability when projection changes
// FIXME layer renderers should skip when they can't reproject
// FIXME add rotation
// FIXME add tilt and height?
// FIXME split out renderer
// FIXME add renderer selection strategy
goog.provide('ol.Map');
goog.provide('ol.MapProperty');

View File

@@ -1,3 +1,7 @@
// FIXME add keyboard pan
// FIXME add snap-to-pixel pan strategy
// FIXME add rotation control
goog.provide('ol.Control');
goog.require('ol.MapBrowserEvent');

View File

@@ -1,6 +1,7 @@
// FIXME large resolutions lead to too large framebuffers :-(
// FIXME animated shaders! check in redraw
// FIXME out-by-one error in texture alignment?
// FIXME bad things happen when we go outside the zoom levels
goog.provide('ol.webgl.TileLayerRenderer');
goog.provide('ol.webgl.tilelayerrenderer.shader.Fragment');