Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37959
var
DEFAULT_ALTITUDE = 1.5;
37960
37961
function
zoomToScale(zoom) {
37962
return
Math.pow(2, zoom);
37963
}
37964
37965
function
scaleToZoom(scale) {
37966
return
Math.log2(scale);
Callers
1
getDistanceScales
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected