From 5fb34810ce951a06581638696e33140392a52326 Mon Sep 17 00:00:00 2001 From: Mike Bostock Date: Sun, 19 Jun 2016 10:03:18 -0700 Subject: [PATCH] Update README. --- CHANGES.md | 6 ++---- README.md | 8 ++++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d8a752f2..b055664a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 I’m 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 diff --git a/README.md b/README.md index 4b5637b0..dbebe587 100644 --- a/README.md +++ b/README.md @@ -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)