(scale)
| 80283 | return Math.pow(2, zoom); |
| 80284 | } |
| 80285 | function scaleToZoom(scale) { |
| 80286 | return (0, _mathUtils.log2)(scale); |
| 80287 | } |
| 80288 | function lngLatToWorld(lngLat) { |
| 80289 | const [lng, lat] = lngLat; |
| 80290 | (0, _assertDefault.default)(Number.isFinite(lng)); |