Пожалуйста, включите JavaScript.
Главная
Обзор
Помощь
Вход
modal-soft
/
orbis-core
Следить
1
В избранное
0
Форкнуть
0
Код
Задачи
0
Pull Request'ы
0
Релизы
0
Вики
Активность
Utilities for map projections.
Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
5
коммитов
1
ветка
8.8 MiB
Дерево:
6a200bd007
master
Ветки
Теги
${ item.name }
Создать ветку
${ searchTerm }
из '6a200bd007'
${ noResults }
orbis-core
/
src
/
index.ts
index.ts
79 B
Исходник
Обычный вид
История
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 лет назад
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 лет назад
1
2
3
export * from './projection';
export * from './geo';
export * from './common';