Remove some fixed FIXMEs

This commit is contained in:
Tom Payne
2012-08-01 19:26:29 +02:00
parent 979b0d882e
commit b86fd52026
2 changed files with 0 additions and 5 deletions

View File

@@ -1,11 +1,9 @@
// FIXME dragger - prevent page scrolling
// FIXME better map browser event types
// 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 tilt and height?
// FIXME split out renderer
// FIXME add renderer selection strategy
goog.provide('ol.Map');
goog.provide('ol.MapProperty');

View File

@@ -1,6 +1,3 @@
// FIXME handle minZoom/maxZoom in getAttributions
// FIXME optimize getAttributions (precalculate transformed coverage areas)
goog.provide('ol.layer.BingMaps');
goog.provide('ol.tilestore.BingMaps');