MCPcopy Create free account
hub / github.com/microsoft/SandDance / zoomToScale

Function zoomToScale

docs/tests/v2/es6/js/sanddance.js:37961–37963  ·  view source on GitHub ↗
(zoom)

Source from the content-addressed store, hash-verified

37959var DEFAULT_ALTITUDE = 1.5;
37960
37961function zoomToScale(zoom) {
37962 return Math.pow(2, zoom);
37963}
37964
37965function scaleToZoom(scale) {
37966 return Math.log2(scale);

Callers 1

getDistanceScalesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected