Skip to content

Commit

Permalink
Merge pull request Leaflet#1 from zacharyburnett/patch-1
Browse files Browse the repository at this point in the history
Update Leaflet.Graticule.js
  • Loading branch information
zacharyburnettNOAA authored Sep 18, 2019
2 parents 4fc76e7 + 168ea18 commit ebe318d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Leaflet.Graticule.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ L.LatLngGraticule = L.Layer.extend({
{start: 5, end: 7, interval: 5},
{start: 7, end: 9, interval: 1},
{start: 9, end: 10, interval: 0.5},
{start: 10, end: 16, interval: 0.1}
{start: 10, end: 12, interval: 0.1},
{start: 12, end: 16, interval: 0.05},
{start: 16, end: 18, interval: 0.01}
]
},

Expand Down

0 comments on commit ebe318d

Please sign in to comment.