(zoom)
| 80280 | const MAX_LATITUDE = 85.051129; |
| 80281 | const DEFAULT_ALTITUDE = 1.5; |
| 80282 | function zoomToScale(zoom) { |
| 80283 | return Math.pow(2, zoom); |
| 80284 | } |
| 80285 | function scaleToZoom(scale) { |
| 80286 | return (0, _mathUtils.log2)(scale); |
| 80287 | } |
nothing calls this directly
no outgoing calls
no test coverage detected