Skip to content

Caspian Sea winding order bug #2024

@mbostock

Description

@mbostock

Discovered this with the new graphics pipeline, but I suspect that it would occur with master as well:

screen shot 2014-09-17 at 8 59 40 am

The pipeline is extremely short (yay!):

var render = d3.geo.pipeline()
    .source(d3.geo.jsonSource)
    .pipe(d3.geo.rotate, 0, 2.85, 1.42)
    .pipe(d3.geo.clipAntimeridian)
    .sink(d3.geom.contextSink, context);

Metadata

Metadata

Assignees

Labels

bugSomething isn’t working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions