geospatial icon indicating copy to clipboard operation
geospatial copied to clipboard

Calculate zoom from pixel resolution or scale denominator

Open navispatial opened this issue 1 year ago • 0 comments

Currently commented out in TileMatrixSet as use and test cases need to analyzed first:

  /// The maximum scaledown zoom with the pixel size closest to [resolution].
  int zoomForPixelResolution(double resolution);

  /// The maximum scaledown zoom with the scale closest to 1 : [denominator].
  int zoomForScaleDenominator(double denominator);

navispatial avatar Oct 30 '22 17:10 navispatial