Package | Description |
---|---|
com.github.gwtd3.api.geo |
Modifier and Type | Method and Description |
---|---|
ConicProjection |
Geography.albers()
An alias for
Geography.conicEqualArea() , with USA-centric defaults:
scale 1000,
translate [480, 250],
rotation [96°, 0°],
center ⟨-0.6°, 38.7°⟩
parallels [29.5°, 45.5°],
making it suitable for displaying the United States, centered around Hutchinson,
Kansas in a 960×500 area. |
ConicProjection |
Geography.conicEqualArea()
The Albers projection, as an equal-area
projection, is recommended for choropleths
as it preserves the relative areas of geographic features.
|
Copyright © 2015 gwt-d3. All Rights Reserved.