Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
modal-soft
/
orbis-core
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Utilities for map projections.
Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
5
Commit
1
Ramo (Branch)
8.8 MiB
Albero (Tree):
6a200bd007
master
Rami (Branch)
Tag
${ item.name }
Crea branch
${ searchTerm }
da '6a200bd007'
${ noResults }
orbis-core
/
src
/
index.ts
index.ts
79 B
Originale
Vista normale
Cronologia
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 anni fa
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 anni fa
1
2
3
export * from './projection';
export * from './geo';
export * from './common';