This website works better with JavaScript.
Home
Explore
Help
Sign In
modal-soft
/
orbis-core
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
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
Tags
${ item.name }
Create branch
${ searchTerm }
from '6a200bd007'
${ noResults }
orbis-core
/
src
/
index.ts
index.ts
79 B
Raw
Normal View
History
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 years ago
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 years ago
1
2
3
export * from './projection';
export * from './geo';
export * from './common';