Matthew Rowland

Results 20 comments of Matthew Rowland

Both `map.fitBounds` and `map.fitScreenCoordinates` utilize [`map._cameraForBounds`](https://github.com/mapbox/mapbox-gl-js/blob/7bbf2e901b534e1feb44644d9456a3b038105f95/src/ui/camera.js#L989) (or [`map.cameraForBounds`](https://github.com/mapbox/mapbox-gl-js/blob/7bbf2e901b534e1feb44644d9456a3b038105f95/src/ui/camera.js#L927)) to account for padding via the `zoom` and `center` options and adjust the specified `EasingOptions` accordingly. They then utilize `map._fitInternal` which removes...

> Both `map.fitBounds` and `map.fitScreenCoordinates` utilize [`map._cameraForBounds`](https://github.com/mapbox/mapbox-gl-js/blob/7bbf2e901b534e1feb44644d9456a3b038105f95/src/ui/camera.js#L989) (or [`map.cameraForBounds`](https://github.com/mapbox/mapbox-gl-js/blob/7bbf2e901b534e1feb44644d9456a3b038105f95/src/ui/camera.js#L927)) to account for padding via the `zoom` and `center` options and adjust the specified `EasingOptions` accordingly. > > They then utilize...

> Both `map.fitBounds` and `map.fitScreenCoordinates` utilize [`map._cameraForBounds`](https://github.com/mapbox/mapbox-gl-js/blob/7bbf2e901b534e1feb44644d9456a3b038105f95/src/ui/camera.js#L989) (or [`map.cameraForBounds`](https://github.com/mapbox/mapbox-gl-js/blob/7bbf2e901b534e1feb44644d9456a3b038105f95/src/ui/camera.js#L927)) to account for padding via the `zoom` and `center` options and adjust the specified `EasingOptions` accordingly. > > They then utilize...

I also think this would be a great addition. For reference, both the [committee](https://projects.propublica.org/api-docs/congress-api/committees/#get-a-specific-committee) and [member](https://projects.propublica.org/api-docs/congress-api/members/#get-a-specific-member) endpoints of [ProPublica's Congress API](https://projects.propublica.org/api-docs/congress-api/) offer information about committee members. The former including the...

- [x] Properly label the axes for Enrollment and Grades tabs - [x] Clean up tooltip design for Enrollment and Grades tabs to improve readability - [x] Update Enrollment side...

Accessing `numerator` of an array which is undefined (no data from backend): ```js Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'numerator') at index-65ed57aa.js:523:28665 at Array.map () at...

The new Berkeleytime rewrite will address this issue.

Thanks for letting us know!