Skip to content

Commit

Permalink
Merge pull request #223 from leaflet-extras/stamen-terrain
Browse files Browse the repository at this point in the history
Stamen terrain worldwide \o/
  • Loading branch information
jieter authored Aug 9, 2016
2 parents e8b7a8f + d2cb956 commit e369cf0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions leaflet-providers.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,17 +248,15 @@
Terrain: {
options: {
variant: 'terrain',
minZoom: 4,
maxZoom: 18,
bounds: [[22, -132], [70, -56]]
minZoom: 0,
maxZoom: 18
}
},
TerrainBackground: {
options: {
variant: 'terrain-background',
minZoom: 4,
maxZoom: 18,
bounds: [[22, -132], [70, -56]]
minZoom: 0,
maxZoom: 18
}
},
TopOSMRelief: {
Expand Down

0 comments on commit e369cf0

Please sign in to comment.