This commit is contained in:
Mike Bostock 2016-06-19 10:03:18 -07:00
Родитель 8fbfa1f534
Коммит 5fb34810ce
2 изменённых файлов: 6 добавлений и 8 удалений

Просмотреть файл

@ -12,7 +12,7 @@
* [Easings](#easings-d3-ease)
* [Forces](#forces-d3-force)
* [Number Formats](#number-formats-d3-format)
* [Geographies](#geographic-projections-d3-geo)
* [Geographies](#geographies-d3-geo)
* [Hierarchies](#hierarchies-d3-hierarchy)
* [Interpolators](#interpolators-d3-interpolate)
* [Paths](#paths-d3-path)
@ -434,8 +434,6 @@ quite a few more changes… TODO describe them
TODO
This module is not yet implemented in D3 4.0, but Im working on it.
* d3.geo.graticule ↦ d3.geoGraticule
* *graticule*.majorExtent ↦ *graticule*.extentMajor
* *graticule*.minorExtent ↦ *graticule*.extentMinor
@ -472,7 +470,7 @@ Projections:
* d3.geo.stereographic ↦ d3.geoStereographic
* d3.geo.transverseMercator ↦ d3.geoTransverseMercator
Raw projections:
TODO Raw projections?
* d3.geo.azimuthalEqualArea.raw ↦ d3.geoRawAzimuthalEqualArea
* d3.geo.azimuthalEquidistant.raw ↦ d3.geoRawAzimuthalEquidistant

Просмотреть файл

@ -370,9 +370,6 @@ Geographic projections, shapes and math.
* [d3.geoRotation](https://github.com/d3/d3-geo#geoRotation) -
* [d3.geoStream](https://github.com/d3/d3-geo#geoStream) -
* [d3.geoTransform](https://github.com/d3/d3-geo#geoTransform) -
### [Geographic Projections](https://github.com/d3/d3-geo#geographic-projections)
* [d3.geoPath](https://github.com/d3/d3-geo#geoPath) -
* [*path*](https://github.com/d3/d3-geo#_path) -
* [*path*.area](https://github.com/d3/d3-geo#path_area) -
@ -381,6 +378,9 @@ Geographic projections, shapes and math.
* [*path*.projection](https://github.com/d3/d3-geo#path_projection) -
* [*path*.context](https://github.com/d3/d3-geo#path_context) -
* [*path*.pointRadius](https://github.com/d3/d3-geo#path_pointRadius) -
### [Geographic Projections](https://github.com/d3/d3-geo#geographic-projections)
* [d3.geoProjection](https://github.com/d3/d3-geo#geoProjection) -
* [*projection*](https://github.com/d3/d3-geo#_projection) -
* [*projection*.invert](https://github.com/d3/d3-geo#projection_invert) -
@ -392,7 +392,6 @@ Geographic projections, shapes and math.
* [*projection*.center](https://github.com/d3/d3-geo#projection_center) -
* [*projection*.rotate](https://github.com/d3/d3-geo#projection_rotate) -
* [*projection*.precision](https://github.com/d3/d3-geo#projection_precision) -
* [d3.geoProjectionMutator](https://github.com/d3/d3-geo#geoProjectionMutator) -
* [d3.geoAlbers](https://github.com/d3/d3-geo#geoAlbers) -
* [d3.geoAlbersUsa](https://github.com/d3/d3-geo#geoAlbersUsa) -
* [d3.geoAzimuthalEqualArea](https://github.com/d3/d3-geo#geoAzimuthalEqualArea) -
@ -406,6 +405,7 @@ Geographic projections, shapes and math.
* [d3.geoOrthographic](https://github.com/d3/d3-geo#geoOrthographic) -
* [d3.geoStereographic](https://github.com/d3/d3-geo#geoStereographic) -
* [d3.geoTransverseMercator](https://github.com/d3/d3-geo#geoTransverseMercator) -
* [d3.geoProjectionMutator](https://github.com/d3/d3-geo#geoProjectionMutator) -
## [Hierarchies (d3-hierarchy)](https://github.com/d3/d3-hierarchy)