({ resolution, source })
| 101 | }; |
| 102 | |
| 103 | export const getNEFilename = ({ resolution, source }) => `ne_${resolution}m_${source}`; |
| 104 | |
| 105 | export function getNEDownloadUrl({ resolution, vector: { source, type } }) { |
| 106 | return `https://naciscdn.org/naturalearth/${resolution}m/${type}/${getNEFilename({ resolution, source })}.zip`; |
no outgoing calls
no test coverage detected
searching dependent graphs…