[fusion-commits] r2669 - sandbox/ol212/lib

svn_fusion at osgeo.org svn_fusion at osgeo.org
Fri Mar 22 07:52:09 PDT 2013


Author: jng
Date: 2013-03-22 07:52:09 -0700 (Fri, 22 Mar 2013)
New Revision: 2669

Modified:
   sandbox/ol212/lib/Map.js
Log:
Another mental note

Modified: sandbox/ol212/lib/Map.js
===================================================================
--- sandbox/ol212/lib/Map.js	2013-03-22 14:41:58 UTC (rev 2668)
+++ sandbox/ol212/lib/Map.js	2013-03-22 14:52:09 UTC (rev 2669)
@@ -444,9 +444,6 @@
       // this initial implementation). 
       //
       // So the same rules apply for MG tiled map integration: It must use the same scale list as Google + Bing + OSM.
-      // 
-      // TODO: In the case of a mixed MG Map Definition and no CMS layers, investigate the possibility of using client-zoom
-      // so that MG tiled layers can be stretched.
       var newResolutions = null;
       var mgResolutions = null;
       var bCanUseClientZoom = true;
@@ -490,6 +487,7 @@
                 oLayer.maxScale = newScales[newScales.length - 1];
                 oLayer.numZoomLevels = newScales.length;
             }
+            //TODO: Do the same for tiled MapGuide oLayerOL objects, allowing for such layers to be scaled client-side as well
         }
       }
       



More information about the fusion-commits mailing list