Skip to content

Commit

Permalink
Add Stamen.TerrainLabels overlay (#331)
Browse files Browse the repository at this point in the history
Fix #330
  • Loading branch information
brunob authored and jieter committed Aug 27, 2019
1 parent 5273762 commit 4add987
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions leaflet-providers.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,13 @@
maxZoom: 18
}
},
TerrainLabels: {
options: {
variant: 'terrain-labels',
minZoom: 0,
maxZoom: 18
}
},
TopOSMRelief: {
url: 'https://stamen-tiles-{s}.a.ssl.fastly.net/{variant}/{z}/{x}/{y}.{ext}',
options: {
Expand Down

0 comments on commit 4add987

Please sign in to comment.