MCPcopy Create free account
hub / github.com/plotly/plotly.js / getNEFilename

Function getNEFilename

topojson/config.mjs:103–103  ·  view source on GitHub ↗
({ resolution, source })

Source from the content-addressed store, hash-verified

101};
102
103export const getNEFilename = ({ resolution, source }) => `ne_${resolution}m_${source}`;
104
105export function getNEDownloadUrl({ resolution, vector: { source, type } }) {
106 return `https://naciscdn.org/naturalearth/${resolution}m/${type}/${getNEFilename({ resolution, source })}.zip`;

Callers 6

get_geodata.mjsFile · 0.90
createRiversLayerFunction · 0.90
createLakesLayerFunction · 0.90
createSubunitsLayerFunction · 0.90
getNEDownloadUrlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…