ol 9.1.1-dev.1715102236447 → 9.1.1-dev.1715179008055

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ol",
3
- "version": "9.1.1-dev.1715102236447",
3
+ "version": "9.1.1-dev.1715179008055",
4
4
  "description": "OpenLayers mapping library",
5
5
  "keywords": [
6
6
  "map",
@@ -111,7 +111,7 @@ export function appendCollectionsQueryParam(tileUrlTemplate, collections) {
111
111
  }
112
112
 
113
113
  // making sure we can always construct a URL instance.
114
- const url = new URL(tileUrlTemplate, 'file://');
114
+ const url = new URL(tileUrlTemplate, 'file:/');
115
115
 
116
116
  if (url.pathname.split('/').includes('collections')) {
117
117
  logError(
package/util.js CHANGED
@@ -33,4 +33,4 @@ export function getUid(obj) {
33
33
  * OpenLayers version.
34
34
  * @type {string}
35
35
  */
36
- export const VERSION = '9.1.1-dev.1715102236447';
36
+ export const VERSION = '9.1.1-dev.1715179008055';