Working notebook: Lat-Lon Ticks / Saneef H. Ansari / Observable
I’m trying to label the graticules. The current approach is based on Graticule Labels / D3. When using d3.geoTransverseMercator
projection, the graticule lines are not parallel to the canvas edge. So, estimations of label positions are not correct.
Is there a better way to position the labels next to its corresponding graticule line?