MCPcopy Create free account
hub / github.com/microsoft/SandDance / getProjectionPath

Function getProjectionPath

docs/app/js/sanddance-app.js:131714–131716  ·  view source on GitHub ↗
(proj)

Source from the content-addressed store, hash-verified

131712 } else return projections[type] || null;
131713}
131714function getProjectionPath(proj) {
131715 return proj && proj.path || defaultPath;
131716}
131717const projections = {
131718 // base d3-geo projection types
131719 albers: (0, _d3Geo.geoAlbers),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected