Add another FIXME
This commit is contained in:
@@ -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');
|
||||
|
||||
@@ -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');
|
||||
|
||||
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user