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

Function convertCenter

src/plots/mapbox/mapbox.js:812–814  ·  view source on GitHub ↗
(center)

Source from the content-addressed store, hash-verified

810}
811
812function convertCenter(center) {
813 return [center.lon, center.lat];
814}
815
816module.exports = Mapbox;

Callers 1

mapbox.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…