All examples By author By category About

patricksurry

Illustrate embedding geojson/topojson geometry into a google maps overlay using d3.geo.projection.

Based on /mbostock/899711 which uses D3 to draw elements into a google maps overlay layer, but doesn't use d3.geo machinery to draw map geometry. This gist illustrates how to align a D3 mercator projection with google maps so we can do standard d3 mapping stuff on top of the google API.