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

> Create a map and call it by the div where you want it, it will automatically size to fit the div. It will also resize when the window resizes,...

I have two points 1) -96.793771,32.786998 2) -96.790559,32.78704 When I try to plot it seems to be taking only up to two decimal places and last point added is only...

If you take a d3-carto map like [this one](http://lincolnmullen.com/figures/ma-gov/ma-gov-1800.html) and zoom in and out in Safari, the points drawn in an SVG layer disappear if you zoom in too much....

It would be nice to add functions `map.maxZoom()` and `map.minZoom()` to prevent users from zooming the map too far in or out.

While you can animate SVG layers as you would animate any SVG, it would be helpful to have some kind of animated() or addAnimatedLayer or something that abstracted this for...

enhancement

There is no API entry or outdated information for: .createVoronoiLayer .createHexbinLayer .deleteCartoLayer

bug

As it stands, the voronoi, hull and hexbin layers are created geometrically, just using lat/long as a grid. This is sub-optimal and should either rely on the projection in use...

bug

The formatter should expose the parent div in such a way as to allow someone to populate it with whatever they want, like an SVG that presents the attributes of...

enhancement

There is no API entry or an outdated entry for: .strokeWidth() .markerColor() .strokeColor()

bug

D3 3.5 will integrate voronoi.topology as used in ORBIS, and the d3.carto.layer.createVoronoiLayer should create that to take advantage of improved topojson functionality.

enhancement