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

Function getNEDownloadUrl

topojson/config.mjs:105–107  ·  view source on GitHub ↗
({ resolution, vector: { source, type } })

Source from the content-addressed store, hash-verified

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`;
107}
108
109export default config;

Callers 1

get_geodata.mjsFile · 0.90

Calls 1

getNEFilenameFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…