1

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.

Swaroop
  • 501
  • 5
  • 18
  • This [answer](https://stackoverflow.com/a/44621135/7106086) is the same question, but with leaflet, the first described approach will work in this case, combining tile size with zoom level to get a d3 scale. – Andrew Reid Jan 08 '18 at 02:46

0 Answers0