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