Beispiel #1
0
 public double getScaleForZoom(double zoom, String units) {
   double resolution = this.getResolutionForZoom(zoom);
   return OpenLayers.Util.getScaleFromResolution(resolution, units);
 }