Skip to content

Commit 1a60af5

Browse files
committed
TMP link until un is published to CDN
1 parent 854cb8c commit 1a60af5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/topojson_utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ topojsonUtils.getTopojsonPath = function(topojsonURL, topojsonName) {
1717

1818
if(topojsonName.startsWith('un_')) {
1919
path += 'un';
20+
return 'https://raw.githubusercontent.com/etpinard/sane-topojson/refs/heads/un-borders/dist/un.json';
2021
} else {
2122
path += topojsonName;
2223
}

0 commit comments

Comments
 (0)