| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 40eee05 commit 802087b
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4822,6 +4822,7 @@ export class WebMap extends Observable { | |||
| 4822 | 4822 | let url = dataSource.url; | |
| 4823 | 4823 | if (this.isRestMapMapboxStyle(layerInfo)) { | |
| 4824 | 4824 | url = url.replace(restMapMVTStr, ''); | |
| 4825 | + url = this.getRequestUrl(url + '.json'); | ||
| 4825 | 4826 | } | |
| 4826 | 4827 | if (url.indexOf('/restjsr/') > -1 && !/\.json$/.test(url)) { | |
| 4827 | 4828 | url = this.getRequestUrl(url + '.json'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments