Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Inloggen
modal-soft
/
orbis-core
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Pull-aanvragen
0
Publicaties
0
Wiki
Activiteit
Utilities for map projections.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5
Commits
1
Branch
8.8 MiB
Tree:
6a200bd007
master
Branches
Labels
${ item.name }
Maak branch
${ searchTerm }
van '6a200bd007'
${ noResults }
orbis-core
/
src
/
index.ts
index.ts
79 B
Ruw
Normale weergave
Geschiedenis
Put projection transformations to d3 Let d3 handle the centering of the projections to the specified bounds. Also start working on consuming bbox data.
2 jaren geleden
Load country data directly from code Load the Natural Earth country data to avoid having to depend on the script for generating bounding boxes.
2 jaren geleden
1
2
3
export * from './projection';
export * from './geo';
export * from './common';