We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40eee05 commit 802087bCopy full SHA for 802087b
src/openlayers/mapping/WebMap.js
@@ -4822,6 +4822,7 @@ export class WebMap extends Observable {
4822
let url = dataSource.url;
4823
if (this.isRestMapMapboxStyle(layerInfo)) {
4824
url = url.replace(restMapMVTStr, '');
4825
+ url = this.getRequestUrl(url + '.json');
4826
}
4827
if (url.indexOf('/restjsr/') > -1 && !/\.json$/.test(url)) {
4828
url = this.getRequestUrl(url + '.json');
0 commit comments