Skip to content

Commit 4cc75aa

Browse files
committed
Website updates
1 parent 678c3db commit 4cc75aa

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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/WMTS.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ class WMTS extends TileImage {
325325
url = appendParams(url, localContext);
326326
} else {
327327
url = url.replace(/\{(\w+?)\}/g, function (m, p) {
328-
return localContext[p];
328+
return encodeURIComponent(localContext[p]);
329329
});
330330
}
331331
return url;

0 commit comments

Comments
 (0)