Skip to content

Commit 168ea18

Browse files
Update Leaflet.Graticule.js
1 parent 4fc76e7 commit 168ea18

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Leaflet.Graticule.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ L.LatLngGraticule = L.Layer.extend({
2121
{start: 5, end: 7, interval: 5},
2222
{start: 7, end: 9, interval: 1},
2323
{start: 9, end: 10, interval: 0.5},
24-
{start: 10, end: 16, interval: 0.1}
24+
{start: 10, end: 12, interval: 0.1},
25+
{start: 12, end: 16, interval: 0.05},
26+
{start: 16, end: 18, interval: 0.01}
2527
]
2628
},
2729

0 commit comments

Comments
 (0)