Creating a Graticule with Nested Loops

154 Views Asked by At

How do you loop polylines to make a graticule in leaflet?

I need nested loops to create a graticule.

1

There are 1 best solutions below

0
On

You could just use Leaflet.Graticule or if you want to roll your own take a look at the source to see how he/she did it