Skip to content

Commit 9c82619

Browse files
committed
Website updates
1 parent 3f936ab commit 9c82619

File tree

7 files changed

+22
-6
lines changed

7 files changed

+22
-6
lines changed

dist/en/main/apidoc/module-ol_source_StadiaMaps-StadiaMaps.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ <h4 class="name">
171171

172172
<div class="tag-source">
173173
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/StadiaMaps.js">source/StadiaMaps.js</a>,
174-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/StadiaMaps.js#L131">line 131</a>
174+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/StadiaMaps.js#L147">line 147</a>
175175
</div>
176176

177177
</div>

dist/en/main/examples/common.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/examples/common.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/dist/ol.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/dist/ol.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/source/StadiaMaps.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/source/StadiaMaps.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ const LayerConfig = {
5454
'stamen_toner_lite': {
5555
extension: 'png',
5656
},
57+
'stamen_toner_dark': {
58+
extension: 'png',
59+
},
60+
'stamen_toner_blacklite': {
61+
extension: 'png',
62+
},
5763
'stamen_watercolor': {
5864
extension: 'jpg',
5965
},
@@ -88,6 +94,16 @@ const ProviderConfig = {
8894
maxZoom: 20,
8995
retina: true,
9096
},
97+
'stamen_toner_dark': {
98+
minZoom: 0,
99+
maxZoom: 20,
100+
retina: true,
101+
},
102+
'stamen_toner_blacklite': {
103+
minZoom: 0,
104+
maxZoom: 20,
105+
retina: true,
106+
},
91107
'stamen_watercolor': {
92108
minZoom: 1,
93109
maxZoom: 18,

0 commit comments

Comments
 (0)