Is there any corresponding projection.scale() values in d3 respective to the zoom levels in google map.I think there is 20 levels of zoom in google maps.
Currently I am providng zoom to my d3 Map as below,
projection.scale(zoomLevel);
To match the exact zoom level of google map I need the "zoomLevel" value respective to d3.