d3-carto-map icon indicating copy to clipboard operation
d3-carto-map copied to clipboard

A mapping API that uses D3 geospatial functionality

Results 20 d3-carto-map issues
Sort by recently updated
recently updated
newest added

Integrate Bostock's excellent projection-pipeline jittering: https://gist.github.com/mbostock/e2a20d86124693ef0f93 Probably has to wait for this to be part of core D3.

enhancement

There needs to be some mechanism to deal with objects from a CSV that are lacking or have screwy X- or Y- coordinates. As it stands, it just breaks right...

bug

Add a component that easily provides selection functionality via XY brush.

enhancement

Would be nice to have some simple way to add a layer that uses https://github.com/bmschmidt/D3-trail

enhancement

When zooming in, or panning too much, tiles stop loading or load irregularly.

bug

Right now, when you zoomTo or centerOn, the panning and zooming outruns the tiles.

enhancement

Create a **d3.carto.layer.topotime()** function that automatically represents temporally-aware geodata and creates general controls to let people brush the time for their data like this: **[http://dh.stanford.edu/topotime/us_states.html](http://dh.stanford.edu/topotime/us_states.html)** ![topotime_map](https://cloud.githubusercontent.com/assets/495634/3666121/54836740-11ed-11e4-9aa1-a2b436caf45b.png)

enhancement

It seems that at high zoom levels, satellite projection has serious performance issues. This might require the use of clipAngle instead of (or in tandem with) clipExtent.

bug

The readme doesn't address how to use d3.carto.minimap

enhancement