Skip to content

Commit a3370fa

Browse files
committed
Use .tif extension for overviews to support range requests
1 parent 036c74e commit a3370fa

File tree

93 files changed

+93
-93
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+93
-93
lines changed

dist/en/latest/examples/cog-overviews.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ <h5 class="source-heading">main.js</h5>
142142
sources: [
143143
{
144144
url: &#x27;https://openlayers.org/data/raster/no-overviews.tif&#x27;,
145-
overviews: [&#x27;https://openlayers.org/data/raster/no-overviews.tif.ovr&#x27;],
145+
overviews: [&#x27;https://openlayers.org/data/raster/no-overviews.ovr.tif&#x27;],
146146
},
147147
],
148148
});

dist/en/latest/examples/cog-overviews.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/latest/examples/cog-overviews.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/examples/cog-overviews.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ <h5 class="source-heading">main.js</h5>
142142
sources: [
143143
{
144144
url: &#x27;https://openlayers.org/data/raster/no-overviews.tif&#x27;,
145-
overviews: [&#x27;https://openlayers.org/data/raster/no-overviews.tif.ovr&#x27;],
145+
overviews: [&#x27;https://openlayers.org/data/raster/no-overviews.ovr.tif&#x27;],
146146
},
147147
],
148148
});

dist/en/main/examples/cog-overviews.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/cog-overviews.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/v10.0.0/examples/cog-overviews.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ <h5 class="source-heading">main.js</h5>
145145
sources: [
146146
{
147147
url: &#x27;https://openlayers.org/data/raster/no-overviews.tif&#x27;,
148-
overviews: [&#x27;https://openlayers.org/data/raster/no-overviews.tif.ovr&#x27;],
148+
overviews: [&#x27;https://openlayers.org/data/raster/no-overviews.ovr.tif&#x27;],
149149
},
150150
],
151151
});

dist/en/v10.0.0/examples/cog-overviews.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/v10.0.0/examples/cog-overviews.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/v10.1.0/examples/cog-overviews.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ <h5 class="source-heading">main.js</h5>
145145
sources: [
146146
{
147147
url: &#x27;https://openlayers.org/data/raster/no-overviews.tif&#x27;,
148-
overviews: [&#x27;https://openlayers.org/data/raster/no-overviews.tif.ovr&#x27;],
148+
overviews: [&#x27;https://openlayers.org/data/raster/no-overviews.ovr.tif&#x27;],
149149
},
150150
],
151151
});

0 commit comments

Comments
 (0)