MCPcopy Index your code
hub / github.com/plotly/plotly.js / lib_geo_location_utils_test.js

File lib_geo_location_utils_test.js

test/jasmine/tests/lib_geo_location_utils_test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const { getFitboundsLonRange, unwrapLonRange, doesCrossAntiMeridian } = require('../../../src/lib/geo_location_utils');
2
3describe('Test geo_location_utils.getFitboundsLonRange', () => {
4 it('returns the compact crossing range when point data straddles the antimeridian', () => {

Callers

nothing calls this directly

Calls 3

getFitboundsLonRangeFunction · 0.85
unwrapLonRangeFunction · 0.85
doesCrossAntiMeridianFunction · 0.85

Tested by

no test coverage detected